Class DeploymentState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApiGatewayV2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentState : ResourceArgs
Constructors
View SourceDeploymentState()
Declaration
public DeploymentState()
Properties
View SourceApiId
The API identifier.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AutoDeployed
Whether the deployment was automatically released.
Declaration
public Input<bool> AutoDeployed { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Description
The description for the deployment resource.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Triggers
A map of arbitrary keys and values that, when changed, will trigger a redeployment.
Declaration
public InputMap<string> Triggers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |