Interface CfnCampaign.IAttributeDimensionProperty
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCampaign.IAttributeDimensionProperty
Syntax (vb)
Public Interface CfnCampaign.IAttributeDimensionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Pinpoint;
var attributeDimensionProperty = new AttributeDimensionProperty {
AttributeType = "attributeType",
Values = new [] { "values" }
};
Synopsis
Properties
| AttributeType | |
| Values |
Properties
AttributeType
string? AttributeType { get; }