@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:45.802Z")
public interface CfnContactFlowModuleProps
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.*; CfnContactFlowModuleProps cfnContactFlowModuleProps = CfnContactFlowModuleProps.builder() .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 | Interface and Description |
---|---|
static class |
CfnContactFlowModuleProps.Builder
A builder for
CfnContactFlowModuleProps |
static class |
CfnContactFlowModuleProps.Jsii$Proxy
An implementation for
CfnContactFlowModuleProps |
Modifier and Type | Method and Description |
---|---|
static CfnContactFlowModuleProps.Builder |
builder() |
java.lang.String |
getContent()
The content of the flow module.
|
default java.lang.String |
getDescription()
The description of the flow module.
|
java.lang.String |
getInstanceArn()
The Amazon Resource Name (ARN) of the Amazon Connect instance.
|
java.lang.String |
getName()
The name of the flow module.
|
default java.lang.String |
getState()
The state of the flow module.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String getContent()
java.lang.String getInstanceArn()
java.lang.String getName()
default java.lang.String getDescription()
default java.lang.String getState()
default java.util.List<CfnTag> getTags()
For more information, see Tag .
static CfnContactFlowModuleProps.Builder builder()
CfnContactFlowModuleProps.Builder
of CfnContactFlowModuleProps