Class CfnConfigurationAggregatorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.config.CfnConfigurationAggregatorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationAggregatorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationAggregatorMixinProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationAggregatorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationAggregatorMixinProps
An implementation for
CfnConfigurationAggregatorMixinProps-
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.config.CfnConfigurationAggregatorMixinProps
CfnConfigurationAggregatorMixinProps.Builder, CfnConfigurationAggregatorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationAggregatorMixinProps.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 ObjectProvides a list of source accounts and regions to be aggregated.final StringThe name of the aggregator.final ObjectProvides an organization and list of regions to be aggregated.getTags()An array of tag object.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 theCfnConfigurationAggregatorMixinProps.Builder.
-
-
Method Details
-
getAccountAggregationSources
Description copied from interface:CfnConfigurationAggregatorMixinPropsProvides a list of source accounts and regions to be aggregated.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfigurationAggregatorPropsMixin.AccountAggregationSourceProperty>- Specified by:
getAccountAggregationSourcesin interfaceCfnConfigurationAggregatorMixinProps- See Also:
-
getConfigurationAggregatorName
Description copied from interface:CfnConfigurationAggregatorMixinPropsThe name of the aggregator.- Specified by:
getConfigurationAggregatorNamein interfaceCfnConfigurationAggregatorMixinProps- See Also:
-
getOrganizationAggregationSource
Description copied from interface:CfnConfigurationAggregatorMixinPropsProvides an organization and list of regions to be aggregated.Returns union: either
IResolvableorCfnConfigurationAggregatorPropsMixin.OrganizationAggregationSourceProperty- Specified by:
getOrganizationAggregationSourcein interfaceCfnConfigurationAggregatorMixinProps- See Also:
-
getTags
Description copied from interface:CfnConfigurationAggregatorMixinPropsAn array of tag object.- Specified by:
getTagsin interfaceCfnConfigurationAggregatorMixinProps- 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()
-