Show / Hide Table of Contents

Interface CfnCalculatedAttributeDefinition.IAttributeItemProperty

The details of a single attribute item specified in the mathematical expression.

Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCalculatedAttributeDefinition.IAttributeItemProperty
Syntax (vb)
Public Interface CfnCalculatedAttributeDefinition.IAttributeItemProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-attributeitem.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.CustomerProfiles;

             var attributeItemProperty = new AttributeItemProperty {
                 Name = "name"
             };

Synopsis

Properties

Name

The unique name of the calculated attribute.

Properties

Name

The unique name of the calculated attribute.

string Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-attributeitem.html#cfn-customerprofiles-calculatedattributedefinition-attributeitem-name

Back to top Generated by DocFX