Interface CfnCalculatedAttributeDefinition.AttributeItemProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnCalculatedAttributeDefinition.AttributeItemProperty.Jsii$Proxy
- Enclosing class:
 CfnCalculatedAttributeDefinition
@Stability(Stable)
public static interface CfnCalculatedAttributeDefinition.AttributeItemProperty
extends software.amazon.jsii.JsiiSerializable
The details of a single attribute item specified in the mathematical expression.
 
Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.customerprofiles.*;
 AttributeItemProperty attributeItemProperty = AttributeItemProperty.builder()
         .name("name")
         .build();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCalculatedAttributeDefinition.AttributeItemPropertystatic final classAn implementation forCfnCalculatedAttributeDefinition.AttributeItemProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getName
The unique name of the calculated attribute.- See Also:
 
 - 
builder
 
 -