Show / Hide Table of Contents

Class ApiMappingState

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

Constructors

View Source

ApiMappingState()

Declaration
public ApiMappingState()

Properties

View Source

ApiId

The API identifier.

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

ApiMappingKey

The API mapping key.

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

DomainName

The domain name. Use the aws.apigatewayv2.DomainName resource to configure a domain name.

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

Stage

The API stage. Use the aws.apigatewayv2.Stage resource to configure an API stage.

Declaration
public Input<string> Stage { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.