Show / Hide Table of Contents

Interface IGatewayResponseReference

A reference to a GatewayResponse resource.

Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGatewayResponseReference
Syntax (vb)
Public Interface IGatewayResponseReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.APIGateway;

            var gatewayResponseReference = new GatewayResponseReference {
                GatewayResponseId = "gatewayResponseId"
            };

Synopsis

Properties

GatewayResponseId

The Id of the GatewayResponse resource.

Properties

GatewayResponseId

The Id of the GatewayResponse resource.

string GatewayResponseId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX