Class RouteResponseState
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 RouteResponseState : ResourceArgs
Constructors
View SourceRouteResponseState()
Declaration
public RouteResponseState()
Properties
View SourceApiId
The API identifier.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ModelSelectionExpression
The model selection expression for the route response.
Declaration
public Input<string> ModelSelectionExpression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResponseModels
The response models for the route response.
Declaration
public InputMap<string> ResponseModels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
RouteId
The identifier of the aws.apigatewayv2.Route.
Declaration
public Input<string> RouteId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RouteResponseKey
The route response key.
Declaration
public Input<string> RouteResponseKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |