Interface CfnCalculatedAttributeDefinitionPropsMixin.AttributeItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCalculatedAttributeDefinitionPropsMixin.AttributeItemProperty.Jsii$Proxy
- Enclosing class:
CfnCalculatedAttributeDefinitionPropsMixin
@Stability(Stable)
public static interface CfnCalculatedAttributeDefinitionPropsMixin.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.cfnpropertymixins.services.customerprofiles.*;
AttributeItemProperty attributeItemProperty = AttributeItemProperty.builder()
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCalculatedAttributeDefinitionPropsMixin.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
@Stability(Stable) static CfnCalculatedAttributeDefinitionPropsMixin.AttributeItemProperty.Builder builder()
-