interface SourceSegmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CustomerProfiles.CfnSegmentDefinition.SourceSegmentProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnSegmentDefinition_SourceSegmentProperty |
Java | software.amazon.awscdk.services.customerprofiles.CfnSegmentDefinition.SourceSegmentProperty |
Python | aws_cdk.aws_customerprofiles.CfnSegmentDefinition.SourceSegmentProperty |
TypeScript | aws-cdk-lib » aws_customerprofiles » CfnSegmentDefinition » 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 { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const sourceSegmentProperty: customerprofiles.CfnSegmentDefinition.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