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