Class DeploymentState
Inherited Members
Namespace: Pulumi.Aws.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentState : ResourceArgs
Constructors
View SourceDeploymentState()
Declaration
public DeploymentState()
Properties
View SourceCreatedDate
The creation date of the deployment
Declaration
public Input<string> CreatedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the deployment
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExecutionArn
The execution ARN to be used in lambda_permission resource's source_arn
when allowing API Gateway to invoke a Lambda function,
e.g. arn:aws:execute-api:eu-west-2:123456789012:z4675bid1j/prod
Declaration
public Input<string> ExecutionArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InvokeUrl
The URL to invoke the API pointing to the stage,
e.g. https://z4675bid1j.execute-api.eu-west-2.amazonaws.com/prod
Declaration
public Input<string> InvokeUrl { 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> |