Interface CfnContactFlowModuleAliasMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContactFlowModuleAliasMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.532Z")
@Stability(Stable)
public interface CfnContactFlowModuleAliasMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnContactFlowModuleAliasPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
CfnContactFlowModuleAliasMixinProps cfnContactFlowModuleAliasMixinProps = CfnContactFlowModuleAliasMixinProps.builder()
.contactFlowModuleId("contactFlowModuleId")
.contactFlowModuleVersion(123)
.description("description")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnContactFlowModuleAliasMixinPropsstatic final classAn implementation forCfnContactFlowModuleAliasMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe identifier of the contact flow module (ARN) this alias is tied to.default NumberThe version number of the contact flow module this alias points to.default StringThe description of the alias.default StringgetName()The name of the alias.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:
-
getDescription
The description of the alias.- See Also:
-
getName
The name of the alias.- See Also:
-
builder
-