Class ApiMappingState
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.ApiGatewayV2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ApiMappingState : ResourceArgs
Constructors
View SourceApiMappingState()
Declaration
public ApiMappingState()
Properties
View SourceApiId
The API identifier.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiMappingKey
The API mapping key.
Declaration
public Input<string> ApiMappingKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |