Class CfnConfigurationAggregatorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CfnConfigurationAggregatorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationAggregatorProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationAggregatorProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationAggregatorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationAggregatorProps
An implementation for
CfnConfigurationAggregatorProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnConfigurationAggregatorProps
CfnConfigurationAggregatorProps.Builder, CfnConfigurationAggregatorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationAggregatorProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Provides a list of source accounts and regions to be aggregated.final String
The name of the aggregator.final Object
Provides an organization and list of regions to be aggregated.getTags()
An array of tag object.final int
hashCode()
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 theCfnConfigurationAggregatorProps.Builder
.
-
-
Method Details
-
getAccountAggregationSources
Description copied from interface:CfnConfigurationAggregatorProps
Provides a list of source accounts and regions to be aggregated.- Specified by:
getAccountAggregationSources
in interfaceCfnConfigurationAggregatorProps
-
getConfigurationAggregatorName
Description copied from interface:CfnConfigurationAggregatorProps
The name of the aggregator.- Specified by:
getConfigurationAggregatorName
in interfaceCfnConfigurationAggregatorProps
-
getOrganizationAggregationSource
Description copied from interface:CfnConfigurationAggregatorProps
Provides an organization and list of regions to be aggregated.- Specified by:
getOrganizationAggregationSource
in interfaceCfnConfigurationAggregatorProps
-
getTags
Description copied from interface:CfnConfigurationAggregatorProps
An array of tag object.- Specified by:
getTags
in interfaceCfnConfigurationAggregatorProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-