@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.812Z") @Stability(value=Stable) public class CfnIntegration extends CfnResource implements IInspectable
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::CustomerProfiles::Integration`.
|
protected |
CfnIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnIntegration(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrCreatedAt() |
String |
getAttrLastUpdatedAt() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDomainName()
`AWS::CustomerProfiles::Integration.DomainName`.
|
Object |
getFlowDefinition()
`AWS::CustomerProfiles::Integration.FlowDefinition`.
|
String |
getObjectTypeName()
`AWS::CustomerProfiles::Integration.ObjectTypeName`.
|
TagManager |
getTags()
`AWS::CustomerProfiles::Integration.Tags`.
|
String |
getUri()
`AWS::CustomerProfiles::Integration.Uri`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDomainName(String value)
`AWS::CustomerProfiles::Integration.DomainName`.
|
void |
setFlowDefinition(CfnIntegration.FlowDefinitionProperty value)
`AWS::CustomerProfiles::Integration.FlowDefinition`.
|
void |
setFlowDefinition(IResolvable value)
`AWS::CustomerProfiles::Integration.FlowDefinition`.
|
void |
setObjectTypeName(String value)
`AWS::CustomerProfiles::Integration.ObjectTypeName`.
|
void |
setUri(String value)
`AWS::CustomerProfiles::Integration.Uri`.
|
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 public String getAttrCreatedAt()
@Stability(value=Stable) @NotNull public String getAttrLastUpdatedAt()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getDomainName()
@Stability(value=Stable)
public void setDomainName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getObjectTypeName()
@Stability(value=Stable)
public void setObjectTypeName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getFlowDefinition()
@Stability(value=Stable)
public void setFlowDefinition(@Nullable
CfnIntegration.FlowDefinitionProperty value)
@Stability(value=Stable)
public void setFlowDefinition(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getUri()
@Stability(value=Stable)
public void setUri(@Nullable
String value)
Copyright © 2021. All rights reserved.