Show / Hide Table of Contents

Class DeploymentState

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentState
Inherited Members
ResourceArgs.Empty
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 Source

DeploymentState()

Declaration
public DeploymentState()

Properties

View Source

ApiId

The API identifier.

Declaration
public Input<string> ApiId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AutoDeployed

Whether the deployment was automatically released.

Declaration
public Input<bool> AutoDeployed { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Description

The description for the deployment resource.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.