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: