@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.911Z") @Stability(value=Stable) public class CfnIntegration extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnIntegration.Builder
A fluent builder for
CfnIntegration. |
static interface |
CfnIntegration.ResponseParameterListProperty |
static interface |
CfnIntegration.ResponseParameterProperty |
static interface |
CfnIntegration.TlsConfigProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnIntegration(software.constructs.Construct scope,
String id,
CfnIntegrationProps props)
Create a new `AWS::ApiGatewayV2::Integration`.
|
protected |
CfnIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnIntegration(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiId()
`AWS::ApiGatewayV2::Integration.ApiId`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getConnectionId()
`AWS::ApiGatewayV2::Integration.ConnectionId`.
|
String |
getConnectionType()
`AWS::ApiGatewayV2::Integration.ConnectionType`.
|
String |
getContentHandlingStrategy()
`AWS::ApiGatewayV2::Integration.ContentHandlingStrategy`.
|
String |
getCredentialsArn()
`AWS::ApiGatewayV2::Integration.CredentialsArn`.
|
String |
getDescription()
`AWS::ApiGatewayV2::Integration.Description`.
|
String |
getIntegrationMethod()
`AWS::ApiGatewayV2::Integration.IntegrationMethod`.
|
String |
getIntegrationSubtype()
`AWS::ApiGatewayV2::Integration.IntegrationSubtype`.
|
String |
getIntegrationType()
`AWS::ApiGatewayV2::Integration.IntegrationType`.
|
String |
getIntegrationUri()
`AWS::ApiGatewayV2::Integration.IntegrationUri`.
|
String |
getPassthroughBehavior()
`AWS::ApiGatewayV2::Integration.PassthroughBehavior`.
|
String |
getPayloadFormatVersion()
`AWS::ApiGatewayV2::Integration.PayloadFormatVersion`.
|
Object |
getRequestParameters()
`AWS::ApiGatewayV2::Integration.RequestParameters`.
|
Object |
getRequestTemplates()
`AWS::ApiGatewayV2::Integration.RequestTemplates`.
|
Object |
getResponseParameters()
`AWS::ApiGatewayV2::Integration.ResponseParameters`.
|
String |
getTemplateSelectionExpression()
`AWS::ApiGatewayV2::Integration.TemplateSelectionExpression`.
|
Number |
getTimeoutInMillis()
`AWS::ApiGatewayV2::Integration.TimeoutInMillis`.
|
Object |
getTlsConfig()
`AWS::ApiGatewayV2::Integration.TlsConfig`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApiId(String value)
`AWS::ApiGatewayV2::Integration.ApiId`.
|
void |
setConnectionId(String value)
`AWS::ApiGatewayV2::Integration.ConnectionId`.
|
void |
setConnectionType(String value)
`AWS::ApiGatewayV2::Integration.ConnectionType`.
|
void |
setContentHandlingStrategy(String value)
`AWS::ApiGatewayV2::Integration.ContentHandlingStrategy`.
|
void |
setCredentialsArn(String value)
`AWS::ApiGatewayV2::Integration.CredentialsArn`.
|
void |
setDescription(String value)
`AWS::ApiGatewayV2::Integration.Description`.
|
void |
setIntegrationMethod(String value)
`AWS::ApiGatewayV2::Integration.IntegrationMethod`.
|
void |
setIntegrationSubtype(String value)
`AWS::ApiGatewayV2::Integration.IntegrationSubtype`.
|
void |
setIntegrationType(String value)
`AWS::ApiGatewayV2::Integration.IntegrationType`.
|
void |
setIntegrationUri(String value)
`AWS::ApiGatewayV2::Integration.IntegrationUri`.
|
void |
setPassthroughBehavior(String value)
`AWS::ApiGatewayV2::Integration.PassthroughBehavior`.
|
void |
setPayloadFormatVersion(String value)
`AWS::ApiGatewayV2::Integration.PayloadFormatVersion`.
|
void |
setRequestParameters(Object value)
`AWS::ApiGatewayV2::Integration.RequestParameters`.
|
void |
setRequestTemplates(Object value)
`AWS::ApiGatewayV2::Integration.RequestTemplates`.
|
void |
setResponseParameters(Object value)
`AWS::ApiGatewayV2::Integration.ResponseParameters`.
|
void |
setTemplateSelectionExpression(String value)
`AWS::ApiGatewayV2::Integration.TemplateSelectionExpression`.
|
void |
setTimeoutInMillis(Number value)
`AWS::ApiGatewayV2::Integration.TimeoutInMillis`.
|
void |
setTlsConfig(CfnIntegration.TlsConfigProperty value)
`AWS::ApiGatewayV2::Integration.TlsConfig`.
|
void |
setTlsConfig(IResolvable value)
`AWS::ApiGatewayV2::Integration.TlsConfig`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnIntegration(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnIntegration(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnIntegrationProps 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=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getApiId()
@Stability(value=Stable)
public void setApiId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getIntegrationType()
@Stability(value=Stable)
public void setIntegrationType(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getRequestParameters()
@Stability(value=Stable)
public void setRequestParameters(@NotNull
Object value)
@Stability(value=Stable) @NotNull public Object getRequestTemplates()
@Stability(value=Stable)
public void setRequestTemplates(@NotNull
Object value)
@Stability(value=Stable) @NotNull public Object getResponseParameters()
@Stability(value=Stable)
public void setResponseParameters(@NotNull
Object value)
@Stability(value=Stable) @Nullable public String getConnectionId()
@Stability(value=Stable)
public void setConnectionId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getConnectionType()
@Stability(value=Stable)
public void setConnectionType(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getContentHandlingStrategy()
@Stability(value=Stable)
public void setContentHandlingStrategy(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getCredentialsArn()
@Stability(value=Stable)
public void setCredentialsArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getIntegrationMethod()
@Stability(value=Stable)
public void setIntegrationMethod(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getIntegrationSubtype()
@Stability(value=Stable)
public void setIntegrationSubtype(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getIntegrationUri()
@Stability(value=Stable)
public void setIntegrationUri(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPassthroughBehavior()
@Stability(value=Stable)
public void setPassthroughBehavior(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPayloadFormatVersion()
@Stability(value=Stable)
public void setPayloadFormatVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getTemplateSelectionExpression()
@Stability(value=Stable)
public void setTemplateSelectionExpression(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getTimeoutInMillis()
@Stability(value=Stable)
public void setTimeoutInMillis(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Object getTlsConfig()
@Stability(value=Stable)
public void setTlsConfig(@Nullable
CfnIntegration.TlsConfigProperty value)
@Stability(value=Stable)
public void setTlsConfig(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.