Class CfnCalculatedAttributeDefinitionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnCalculatedAttributeDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCalculatedAttributeDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCalculatedAttributeDefinitionMixinProps
@Stability(Stable)
@Internal
public static final class CfnCalculatedAttributeDefinitionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCalculatedAttributeDefinitionMixinProps
An implementation for
CfnCalculatedAttributeDefinitionMixinProps-
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.cfnpropertymixins.services.customerprofiles.CfnCalculatedAttributeDefinitionMixinProps
CfnCalculatedAttributeDefinitionMixinProps.Builder, CfnCalculatedAttributeDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCalculatedAttributeDefinitionMixinProps.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 theCfnCalculatedAttributeDefinitionMixinProps.Builder.
-
-
Method Details
-
getAttributeDetails
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsMathematical expression and a list of attribute items specified in that expression.Returns union: either
IResolvableorCfnCalculatedAttributeDefinitionPropsMixin.AttributeDetailsProperty- Specified by:
getAttributeDetailsin interfaceCfnCalculatedAttributeDefinitionMixinProps- See Also:
-
getCalculatedAttributeName
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsThe name of an attribute defined in a profile object type.- Specified by:
getCalculatedAttributeNamein interfaceCfnCalculatedAttributeDefinitionMixinProps- See Also:
-
getConditions
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsThe conditions including range, object count, and threshold for the calculated attribute.Returns union: either
IResolvableorCfnCalculatedAttributeDefinitionPropsMixin.ConditionsProperty- Specified by:
getConditionsin interfaceCfnCalculatedAttributeDefinitionMixinProps- See Also:
-
getDescription
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsThe description of the calculated attribute.- Specified by:
getDescriptionin interfaceCfnCalculatedAttributeDefinitionMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsThe display name of the calculated attribute.- Specified by:
getDisplayNamein interfaceCfnCalculatedAttributeDefinitionMixinProps- See Also:
-
getDomainName
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsThe unique name of the domain.- Specified by:
getDomainNamein interfaceCfnCalculatedAttributeDefinitionMixinProps- See Also:
-
getStatistic
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsThe aggregation operation to perform for the calculated attribute.- Specified by:
getStatisticin interfaceCfnCalculatedAttributeDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnCalculatedAttributeDefinitionMixinProps- See Also:
-
getUseHistoricalData
Description copied from interface:CfnCalculatedAttributeDefinitionMixinPropsWhether historical data ingested before the Calculated Attribute was created should be included in calculations.Returns union: either
BooleanorIResolvable- Specified by:
getUseHistoricalDatain interfaceCfnCalculatedAttributeDefinitionMixinProps- 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()
-