Table of Contents

Class CfnIntegrationResponseV2Props

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

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

public class CfnIntegrationResponseV2Props : ICfnIntegrationResponseV2Props
Inheritance
CfnIntegrationResponseV2Props
Implements
Inherited Members

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

Constructors

CfnIntegrationResponseV2Props()

public CfnIntegrationResponseV2Props()

Properties

ApiId

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

[Obsolete]
public string ApiId { get; set; }

Property Value

string

Remarks

ContentHandlingStrategy

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

[Obsolete]
public string? ContentHandlingStrategy { get; set; }

Property Value

string

Remarks

IntegrationId

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

[Obsolete]
public string IntegrationId { get; set; }

Property Value

string

Remarks

IntegrationResponseKey

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

[Obsolete]
public string IntegrationResponseKey { get; set; }

Property Value

string

Remarks

ResponseParameters

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

[Obsolete]
public object? ResponseParameters { get; set; }

Property Value

object

Remarks

ResponseTemplates

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

[Obsolete]
public object? ResponseTemplates { get; set; }

Property Value

object

Remarks

TemplateSelectionExpression

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

[Obsolete]
public string? TemplateSelectionExpression { get; set; }

Property Value

string

Remarks