Class ResponseArgs
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.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResponseArgs : ResourceArgs
Constructors
View SourceResponseArgs()
Declaration
public ResponseArgs()
Properties
View SourceResponseParameters
A map specifying the parameters (paths, query strings and headers) of the Gateway Response.
Declaration
public InputMap<string> ResponseParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ResponseTemplates
A map specifying the templates used to transform the response body.
Declaration
public InputMap<string> ResponseTemplates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ResponseType
The response type of the associated GatewayResponse.
Declaration
public Input<string> ResponseType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RestApiId
The string identifier of the associated REST API.
Declaration
public Input<string> RestApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StatusCode
The HTTP status code of the Gateway Response.
Declaration
public Input<string> StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |