Interface CfnConfigurationAggregatorPropsMixin.OrganizationAggregationSourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigurationAggregatorPropsMixin.OrganizationAggregationSourceProperty.Jsii$Proxy
Enclosing class:
CfnConfigurationAggregatorPropsMixin

@Stability(Stable) public static interface CfnConfigurationAggregatorPropsMixin.OrganizationAggregationSourceProperty extends software.amazon.jsii.JsiiSerializable
This object contains regions to set up the aggregator and an IAM role to retrieve organization details.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.config.*;
 OrganizationAggregationSourceProperty organizationAggregationSourceProperty = OrganizationAggregationSourceProperty.builder()
         .allAwsRegions(false)
         .awsRegions(List.of("awsRegions"))
         .roleArn("roleArn")
         .build();
 

See Also: