Interface CfnContactFlowModuleVersionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContactFlowModuleVersionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-19T12:55:01.723Z")
@Stability(Stable)
public interface CfnContactFlowModuleVersionProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnContactFlowModuleVersion.
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.*;
CfnContactFlowModuleVersionProps cfnContactFlowModuleVersionProps = CfnContactFlowModuleVersionProps.builder()
.contactFlowModuleId("contactFlowModuleId")
// the properties below are optional
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnContactFlowModuleVersionPropsstatic final classAn implementation forCfnContactFlowModuleVersionProps -
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
-