Show / Hide Table of Contents

Class RouteResponseState

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

Constructors

View Source

RouteResponseState()

Declaration
public RouteResponseState()

Properties

View Source

ApiId

The API identifier.

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

ModelSelectionExpression

The model selection expression for the route response.

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

ResponseModels

The response models for the route response.

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

RouteId

The identifier of the aws.apigatewayv2.Route.

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

RouteResponseKey

The route response key.

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