@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.759Z") @Stability(value=Stable) public interface CfnContactFlowModuleProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getContent()
The content of the contact flow module.
|
default String |
getDescription()
The description of the contact flow module.
|
String |
getInstanceArn()
The Amazon Resource Name (ARN) of the Amazon Connect instance.
|
String |
getName()
The name of the contact flow module.
|
default String |
getState()
The state of the contact flow module.
|
default List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) @NotNull String getContent()
@Stability(value=Stable) @NotNull String getInstanceArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
For more information, see Tag .
@Stability(value=Stable) static CfnContactFlowModuleProps.Builder builder()
CfnContactFlowModuleProps.Builder of CfnContactFlowModulePropsCopyright © 2022. All rights reserved.