Table of Contents

Interface ICfnIntegrationResponseV2Props

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

(deprecated) Properties for defining a AWS::ApiGatewayV2::IntegrationResponse.

[Obsolete("moved to package aws-apigatewayv2")]
public interface ICfnIntegrationResponseV2Props

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 responseParameters;
             var responseTemplates;

             var cfnIntegrationResponseV2Props = new CfnIntegrationResponseV2Props {
                 ApiId = "apiId",
                 IntegrationId = "integrationId",
                 IntegrationResponseKey = "integrationResponseKey",

                 // the properties below are optional
                 ContentHandlingStrategy = "contentHandlingStrategy",
                 ResponseParameters = responseParameters,
                 ResponseTemplates = responseTemplates,
                 TemplateSelectionExpression = "templateSelectionExpression"
             };

Remarks

Properties

ApiId

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ApiId.

[Obsolete]
string ApiId { get; }

Property Value

string

Remarks

ContentHandlingStrategy

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ContentHandlingStrategy.

[Obsolete]
string? ContentHandlingStrategy { get; }

Property Value

string

Remarks

IntegrationId

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.IntegrationId.

[Obsolete]
string IntegrationId { get; }

Property Value

string

Remarks

IntegrationResponseKey

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.IntegrationResponseKey.

[Obsolete]
string IntegrationResponseKey { get; }

Property Value

string

Remarks

ResponseParameters

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ResponseParameters.

[Obsolete]
object? ResponseParameters { get; }

Property Value

object

Remarks

ResponseTemplates

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.ResponseTemplates.

[Obsolete]
object? ResponseTemplates { get; }

Property Value

object

Remarks

TemplateSelectionExpression

(deprecated) AWS::ApiGatewayV2::IntegrationResponse.TemplateSelectionExpression.

[Obsolete]
string? TemplateSelectionExpression { get; }

Property Value

string

Remarks