Show / Hide Table of Contents

Class DeploymentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentArgs
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 DeploymentArgs : ResourceArgs

Constructors

View Source

DeploymentArgs()

Declaration
public DeploymentArgs()

Properties

View Source

ApiId

The API identifier.

Declaration
public Input<string> ApiId { get; set; }
Property Value
Type Description
Input<System.String>
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.