Interface CfnContactFlowModuleVersionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContactFlowModuleVersionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.535Z")
@Stability(Stable)
public interface CfnContactFlowModuleVersionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnContactFlowModuleVersionPropsMixin.
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.*;
CfnContactFlowModuleVersionMixinProps cfnContactFlowModuleVersionMixinProps = CfnContactFlowModuleVersionMixinProps.builder()
.contactFlowModuleId("contactFlowModuleId")
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnContactFlowModuleVersionMixinPropsstatic final classAn implementation forCfnContactFlowModuleVersionMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContactFlowModuleId
The identifier of the contact flow module (ARN) this version is tied to.- See Also:
-
getDescription
The description of the version.- See Also:
-
builder
-