Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-attributedimension.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-attributedimension.html#cfn-pinpoint-campaign-attributedimension-attributetype

Values

string[]? Values { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-attributedimension.html#cfn-pinpoint-campaign-attributedimension-values

Back to top Generated by DocFX