@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.608Z") @Stability(value=Deprecated) @Deprecated public class CfnIntegrationResponseV2 extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
Object responseParameters;
Object responseTemplates;
CfnIntegrationResponseV2 cfnIntegrationResponseV2 = CfnIntegrationResponseV2.Builder.create(this, "MyCfnIntegrationResponseV2")
.apiId("apiId")
.integrationId("integrationId")
.integrationResponseKey("integrationResponseKey")
// the properties below are optional
.contentHandlingStrategy("contentHandlingStrategy")
.responseParameters(responseParameters)
.responseTemplates(responseTemplates)
.templateSelectionExpression("templateSelectionExpression")
.build();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnIntegrationResponseV2.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnIntegrationResponseV2(Construct scope,
String id,
CfnIntegrationResponseV2Props props)
Deprecated.
|
protected |
CfnIntegrationResponseV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnIntegrationResponseV2(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiId()
Deprecated.
|
protected Map<String,Object> |
getCfnProperties()
Deprecated.
|
String |
getContentHandlingStrategy()
Deprecated.
|
String |
getIntegrationId()
Deprecated.
|
String |
getIntegrationResponseKey()
Deprecated.
|
Object |
getResponseParameters()
Deprecated.
|
Object |
getResponseTemplates()
Deprecated.
|
String |
getTemplateSelectionExpression()
Deprecated.
|
void |
inspect(TreeInspector inspector)
Deprecated.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props)
Deprecated.
|
void |
setApiId(String value)
Deprecated.
|
void |
setContentHandlingStrategy(String value)
Deprecated.
|
void |
setIntegrationId(String value)
Deprecated.
|
void |
setIntegrationResponseKey(String value)
Deprecated.
|
void |
setResponseParameters(Object value)
Deprecated.
|
void |
setResponseTemplates(Object value)
Deprecated.
|
void |
setTemplateSelectionExpression(String value)
Deprecated.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Deprecated) @Deprecated public static final String CFN_RESOURCE_TYPE_NAME
protected CfnIntegrationResponseV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnIntegrationResponseV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public CfnIntegrationResponseV2(@NotNull Construct scope, @NotNull String id, @NotNull CfnIntegrationResponseV2Props props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Deprecated) @Deprecated public void inspect(@NotNull TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Deprecated) @Deprecated @NotNull public String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid@Stability(value=Deprecated) @Deprecated public void setApiId(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-apiid@Stability(value=Deprecated) @Deprecated @NotNull public String getIntegrationId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid@Stability(value=Deprecated) @Deprecated public void setIntegrationId(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationid@Stability(value=Deprecated) @Deprecated @NotNull public String getIntegrationResponseKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey@Stability(value=Deprecated) @Deprecated public void setIntegrationResponseKey(@NotNull String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-integrationresponsekey@Stability(value=Deprecated) @Deprecated @NotNull public Object getResponseParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters@Stability(value=Deprecated) @Deprecated public void setResponseParameters(@NotNull Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responseparameters@Stability(value=Deprecated) @Deprecated @NotNull public Object getResponseTemplates()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates@Stability(value=Deprecated) @Deprecated public void setResponseTemplates(@NotNull Object value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-responsetemplates@Stability(value=Deprecated) @Deprecated @Nullable public String getContentHandlingStrategy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy@Stability(value=Deprecated) @Deprecated public void setContentHandlingStrategy(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-contenthandlingstrategy@Stability(value=Deprecated) @Deprecated @Nullable public String getTemplateSelectionExpression()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpression@Stability(value=Deprecated) @Deprecated public void setTemplateSelectionExpression(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integrationresponse.html#cfn-apigatewayv2-integrationresponse-templateselectionexpressionCopyright © 2022. All rights reserved.