public static final class CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigurationAggregator.OrganizationAggregationSourceProperty
CfnConfigurationAggregator.OrganizationAggregationSourceProperty
CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Builder, CfnConfigurationAggregator.OrganizationAggregationSourceProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAllAwsRegions()
If true, aggregate existing AWS Config regions and future regions.
|
java.util.List<java.lang.String> |
getAwsRegions()
The source regions being aggregated.
|
java.lang.String |
getRoleArn()
ARN of the IAM role used to retrieve AWS Organizations details associated with the aggregator account.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getRoleArn()
CfnConfigurationAggregator.OrganizationAggregationSourceProperty
getRoleArn
in interface CfnConfigurationAggregator.OrganizationAggregationSourceProperty
public final java.lang.Object getAllAwsRegions()
CfnConfigurationAggregator.OrganizationAggregationSourceProperty
getAllAwsRegions
in interface CfnConfigurationAggregator.OrganizationAggregationSourceProperty
public final java.util.List<java.lang.String> getAwsRegions()
CfnConfigurationAggregator.OrganizationAggregationSourceProperty
getAwsRegions
in interface CfnConfigurationAggregator.OrganizationAggregationSourceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()