Interface CfnSegmentDefinitionPropsMixin.SourceSegmentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSegmentDefinitionPropsMixin.SourceSegmentProperty.Jsii$Proxy
Enclosing class:
CfnSegmentDefinitionPropsMixin

@Stability(Stable) public static interface CfnSegmentDefinitionPropsMixin.SourceSegmentProperty extends software.amazon.jsii.JsiiSerializable
The source segments to build off of.

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.customerprofiles.*;
 SourceSegmentProperty sourceSegmentProperty = SourceSegmentProperty.builder()
         .segmentDefinitionName("segmentDefinitionName")
         .build();
 

See Also: