Table of Contents

Class CfnIntegrationResponseV2

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

(deprecated) A CloudFormation AWS::ApiGatewayV2::IntegrationResponse.

[Obsolete("moved to package aws-apigatewayv2")]
public class CfnIntegrationResponseV2 : CfnResource, IInspectable
Inheritance
CfnIntegrationResponseV2
Implements
IInspectable

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 cfnIntegrationResponseV2 = new CfnIntegrationResponseV2(this, "MyCfnIntegrationResponseV2", new CfnIntegrationResponseV2Props {
                 ApiId = "apiId",
                 IntegrationId = "integrationId",
                 IntegrationResponseKey = "integrationResponseKey",

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

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html

CloudformationResource: AWS::ApiGatewayV2::IntegrationResponse

ExampleMetadata: fixture=_generated

Constructors

CfnIntegrationResponseV2(Construct, string, ICfnIntegrationResponseV2Props)

(deprecated) Create a new AWS::ApiGatewayV2::IntegrationResponse.

[Obsolete]
public CfnIntegrationResponseV2(Construct scope, string id, ICfnIntegrationResponseV2Props props)

Parameters

scope Construct
  • scope in which this resource is defined.
id string
  • scoped id of the resource.
props ICfnIntegrationResponseV2Props
  • resource properties.

Remarks

Stability: Deprecated

Properties

ApiId

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

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

Property Value

string

Remarks

CFN_RESOURCE_TYPE_NAME

(deprecated) The CloudFormation resource type name for this resource class.

[Obsolete]
public static string CFN_RESOURCE_TYPE_NAME { get; }

Property Value

string

Remarks

Stability: Deprecated

CfnProperties

[Obsolete]
protected override IDictionary<string, object> CfnProperties { get; }

Property Value

IDictionary<string, object>

Remarks

Stability: Deprecated

ContentHandlingStrategy

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

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

Property Value

string

Remarks

IntegrationId

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

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

Property Value

string

Remarks

IntegrationResponseKey

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

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

Property Value

string

Remarks

ResponseParameters

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

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

Property Value

object

Remarks

ResponseTemplates

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

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

Property Value

object

Remarks

TemplateSelectionExpression

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

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

Property Value

string

Remarks

Methods

Inspect(TreeInspector)

(deprecated) Examines the CloudFormation resource and discloses attributes.

[Obsolete]
public virtual void Inspect(TreeInspector inspector)

Parameters

inspector TreeInspector
  • tree inspector to collect and process attributes.

Remarks

Stability: Deprecated

RenderProperties(IDictionary<string, object>)

[Obsolete]
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)

Parameters

props IDictionary<string, object>

Returns

IDictionary<string, object>

Remarks

Stability: Deprecated