interface AttributeDimensionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.CfnCampaign.AttributeDimensionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnCampaign_AttributeDimensionProperty |
![]() | software.amazon.awscdk.services.pinpoint.CfnCampaign.AttributeDimensionProperty |
![]() | aws_cdk.aws_pinpoint.CfnCampaign.AttributeDimensionProperty |
![]() | aws-cdk-lib » aws_pinpoint » CfnCampaign » AttributeDimensionProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const attributeDimensionProperty: pinpoint.CfnCampaign.AttributeDimensionProperty = {
attributeType: 'attributeType',
values: ['values'],
};
Properties
Name | Type | Description |
---|---|---|
attribute | string | |
values? | string[] |
attributeType?
Type:
string
(optional)
values?
Type:
string[]
(optional)