Class DeploymentArgs
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.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentArgs : ResourceArgs
Constructors
View SourceDeploymentArgs()
Declaration
public DeploymentArgs()
Properties
View SourceDescription
The description of the deployment
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RestApi
The ID of the associated REST API
Declaration
public Input<string> RestApi { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StageDescription
The description of the stage
Declaration
public Input<string> StageDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StageName
The name of the stage. If the specified stage already exists, it will be updated to point to the new deployment. If the stage does not exist, a new one will be created and point to this deployment.
Declaration
public Input<string> StageName { 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> |
Variables
A map that defines variables for the stage
Declaration
public InputMap<string> Variables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |