interface ProfileDimensionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles.CfnSegmentDefinitionPropsMixin.ProfileDimensionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscustomerprofiles#CfnSegmentDefinitionPropsMixin_ProfileDimensionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnSegmentDefinitionPropsMixin.ProfileDimensionProperty |
Python | aws_cdk.cfn_property_mixins.aws_customerprofiles.CfnSegmentDefinitionPropsMixin.ProfileDimensionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_customerprofiles » CfnSegmentDefinitionPropsMixin » ProfileDimensionProperty |
Object that segments on various Customer profile's fields that are larger than normal.
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/cfn-property-mixins';
const profileDimensionProperty: customerprofiles.CfnSegmentDefinitionPropsMixin.ProfileDimensionProperty = {
dimensionType: 'dimensionType',
values: ['values'],
};
Properties
| Name | Type | Description |
|---|---|---|
| dimension | string | The action to segment on. |
| values? | string[] |
dimensionType?
Type:
string
(optional)
The action to segment on.
values?
Type:
string[]
(optional)

.NET
Go
Java
Python
TypeScript