interface SourceSegmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins.CfnSegmentDefinitionPropsMixin.SourceSegmentProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscustomerprofiles/mixins#CfnSegmentDefinitionPropsMixin_SourceSegmentProperty |
Java | software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.CfnSegmentDefinitionPropsMixin.SourceSegmentProperty |
Python | aws_cdk.mixins_preview.aws_customerprofiles.mixins.CfnSegmentDefinitionPropsMixin.SourceSegmentProperty |
TypeScript | @aws-cdk/mixins-preview » aws_customerprofiles » mixins » CfnSegmentDefinitionPropsMixin » SourceSegmentProperty |
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 { mixins as customerprofiles_mixins } from '@aws-cdk/mixins-preview/aws-customerprofiles';
const sourceSegmentProperty: customerprofiles_mixins.CfnSegmentDefinitionPropsMixin.SourceSegmentProperty = {
segmentDefinitionName: 'segmentDefinitionName',
};
Properties
| Name | Type | Description |
|---|---|---|
| segment | string | The name of the source segment. |
segmentDefinitionName?
Type:
string
(optional)
The name of the source segment.

.NET
Go
Java
Python
TypeScript