@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.706Z") @Stability(value=Stable) public class CfnContactFlowModule 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.connect.*;
CfnContactFlowModule cfnContactFlowModule = CfnContactFlowModule.Builder.create(this, "MyCfnContactFlowModule")
.content("content")
.instanceArn("instanceArn")
.name("name")
// the properties below are optional
.description("description")
.state("state")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnContactFlowModule.Builder
A fluent builder for
CfnContactFlowModule. |
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 |
|---|---|
|
CfnContactFlowModule(software.constructs.Construct scope,
String id,
CfnContactFlowModuleProps props)
Create a new `AWS::Connect::ContactFlowModule`.
|
protected |
CfnContactFlowModule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnContactFlowModule(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrContactFlowModuleArn() |
String |
getAttrStatus() |
protected Map<String,Object> |
getCfnProperties() |
String |
getContent()
`AWS::Connect::ContactFlowModule.Content`.
|
String |
getDescription()
`AWS::Connect::ContactFlowModule.Description`.
|
String |
getInstanceArn()
`AWS::Connect::ContactFlowModule.InstanceArn`.
|
String |
getName()
`AWS::Connect::ContactFlowModule.Name`.
|
String |
getState()
`AWS::Connect::ContactFlowModule.State`.
|
TagManager |
getTags()
`AWS::Connect::ContactFlowModule.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setContent(String value)
`AWS::Connect::ContactFlowModule.Content`.
|
void |
setDescription(String value)
`AWS::Connect::ContactFlowModule.Description`.
|
void |
setInstanceArn(String value)
`AWS::Connect::ContactFlowModule.InstanceArn`.
|
void |
setName(String value)
`AWS::Connect::ContactFlowModule.Name`.
|
void |
setState(String value)
`AWS::Connect::ContactFlowModule.State`.
|
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 CfnContactFlowModule(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnContactFlowModule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnContactFlowModule(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnContactFlowModuleProps 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 getAttrContactFlowModuleArn()
@Stability(value=Stable) @NotNull public String getAttrStatus()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getContent()
@Stability(value=Stable)
public void setContent(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @NotNull public String getInstanceArn()
@Stability(value=Stable)
public void setInstanceArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getState()
@Stability(value=Stable)
public void setState(@Nullable
String value)
@Stability(value=Stable) @NotNull public TagManager getTags()
Copyright © 2021. All rights reserved.