Show / Hide Table of Contents

Class ResponseArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ResponseArgs
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.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResponseArgs : ResourceArgs

Constructors

View Source

ResponseArgs()

Declaration
public ResponseArgs()

Properties

View Source

ResponseParameters

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>
View Source

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>
View Source

ResponseType

The response type of the associated GatewayResponse.

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

RestApiId

The string identifier of the associated REST API.

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

StatusCode

The HTTP status code of the Gateway Response.

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