@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.141Z") @Stability(value=Deprecated) @Deprecated public class CfnIntegrationV2 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 requestParameters;
Object requestTemplates;
CfnIntegrationV2 cfnIntegrationV2 = CfnIntegrationV2.Builder.create(this, "MyCfnIntegrationV2")
.apiId("apiId")
.integrationType("integrationType")
// the properties below are optional
.connectionType("connectionType")
.contentHandlingStrategy("contentHandlingStrategy")
.credentialsArn("credentialsArn")
.description("description")
.integrationMethod("integrationMethod")
.integrationUri("integrationUri")
.passthroughBehavior("passthroughBehavior")
.payloadFormatVersion("payloadFormatVersion")
.requestParameters(requestParameters)
.requestTemplates(requestTemplates)
.templateSelectionExpression("templateSelectionExpression")
.timeoutInMillis(123)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnIntegrationV2.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 |
|---|---|
|
CfnIntegrationV2(Construct scope,
String id,
CfnIntegrationV2Props props)
Deprecated.
|
protected |
CfnIntegrationV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnIntegrationV2(software.amazon.jsii.JsiiObjectRef objRef)
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 CfnIntegrationV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnIntegrationV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public CfnIntegrationV2(@NotNull Construct scope, @NotNull String id, @NotNull CfnIntegrationV2Props 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()
@Stability(value=Deprecated) @Deprecated public void setApiId(@NotNull String value)
@Stability(value=Deprecated) @Deprecated @NotNull public String getIntegrationType()
@Stability(value=Deprecated) @Deprecated public void setIntegrationType(@NotNull String value)
@Stability(value=Deprecated) @Deprecated @NotNull public Object getRequestParameters()
@Stability(value=Deprecated) @Deprecated public void setRequestParameters(@NotNull Object value)
@Stability(value=Deprecated) @Deprecated @NotNull public Object getRequestTemplates()
@Stability(value=Deprecated) @Deprecated public void setRequestTemplates(@NotNull Object value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getConnectionType()
@Stability(value=Deprecated) @Deprecated public void setConnectionType(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getContentHandlingStrategy()
@Stability(value=Deprecated) @Deprecated public void setContentHandlingStrategy(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getCredentialsArn()
@Stability(value=Deprecated) @Deprecated public void setCredentialsArn(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getDescription()
@Stability(value=Deprecated) @Deprecated public void setDescription(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getIntegrationMethod()
@Stability(value=Deprecated) @Deprecated public void setIntegrationMethod(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getIntegrationUri()
@Stability(value=Deprecated) @Deprecated public void setIntegrationUri(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getPassthroughBehavior()
@Stability(value=Deprecated) @Deprecated public void setPassthroughBehavior(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getPayloadFormatVersion()
@Stability(value=Deprecated) @Deprecated public void setPayloadFormatVersion(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getTemplateSelectionExpression()
@Stability(value=Deprecated) @Deprecated public void setTemplateSelectionExpression(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public Number getTimeoutInMillis()
@Stability(value=Deprecated) @Deprecated public void setTimeoutInMillis(@Nullable Number value)
Copyright © 2022. All rights reserved.