Interface CfnContactFlowModuleAliasProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContactFlowModuleAliasProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-19T12:55:01.721Z")
@Stability(Stable)
public interface CfnContactFlowModuleAliasProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnContactFlowModuleAlias.
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.*;
CfnContactFlowModuleAliasProps cfnContactFlowModuleAliasProps = CfnContactFlowModuleAliasProps.builder()
.contactFlowModuleId("contactFlowModuleId")
.contactFlowModuleVersion(123)
.name("name")
// the properties below are optional
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnContactFlowModuleAliasPropsstatic final classAn implementation forCfnContactFlowModuleAliasProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContactFlowModuleId
The identifier of the contact flow module (ARN) this alias is tied to.- See Also:
-
getContactFlowModuleVersion
The version number of the contact flow module this alias points to.- See Also:
-
getName
The name of the alias.- See Also:
-
getDescription
The description of the alias.- See Also:
-
builder
-