Class CfnCalculatedAttributeDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCalculatedAttributeDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCalculatedAttributeDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnCalculatedAttributeDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCalculatedAttributeDefinitionProps
An implementation for
CfnCalculatedAttributeDefinitionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinitionProps
CfnCalculatedAttributeDefinitionProps.Builder, CfnCalculatedAttributeDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCalculatedAttributeDefinitionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectMathematical expression and a list of attribute items specified in that expression.final StringThe name of an attribute defined in a profile object type.final ObjectThe conditions including range, object count, and threshold for the calculated attribute.final StringThe description of the calculated attribute.final StringThe display name of the calculated attribute.final StringThe unique name of the domain.final StringThe aggregation operation to perform for the calculated attribute.getTags()An array of key-value pairs to apply to this resource.final ObjectWhether historical data ingested before the Calculated Attribute was created should be included in calculations.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCalculatedAttributeDefinitionProps.Builder.
-
-
Method Details
-
getAttributeDetails
Description copied from interface:CfnCalculatedAttributeDefinitionPropsMathematical expression and a list of attribute items specified in that expression.Returns union: either
IResolvableorCfnCalculatedAttributeDefinition.AttributeDetailsProperty- Specified by:
getAttributeDetailsin interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
getCalculatedAttributeName
Description copied from interface:CfnCalculatedAttributeDefinitionPropsThe name of an attribute defined in a profile object type.- Specified by:
getCalculatedAttributeNamein interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
getDomainName
Description copied from interface:CfnCalculatedAttributeDefinitionPropsThe unique name of the domain.- Specified by:
getDomainNamein interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
getStatistic
Description copied from interface:CfnCalculatedAttributeDefinitionPropsThe aggregation operation to perform for the calculated attribute.- Specified by:
getStatisticin interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
getConditions
Description copied from interface:CfnCalculatedAttributeDefinitionPropsThe conditions including range, object count, and threshold for the calculated attribute.Returns union: either
IResolvableorCfnCalculatedAttributeDefinition.ConditionsProperty- Specified by:
getConditionsin interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
getDescription
Description copied from interface:CfnCalculatedAttributeDefinitionPropsThe description of the calculated attribute.- Specified by:
getDescriptionin interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
getDisplayName
Description copied from interface:CfnCalculatedAttributeDefinitionPropsThe display name of the calculated attribute.- Specified by:
getDisplayNamein interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
getTags
Description copied from interface:CfnCalculatedAttributeDefinitionPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
getUseHistoricalData
Description copied from interface:CfnCalculatedAttributeDefinitionPropsWhether historical data ingested before the Calculated Attribute was created should be included in calculations.Returns union: either
BooleanorIResolvable- Specified by:
getUseHistoricalDatain interfaceCfnCalculatedAttributeDefinitionProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-