ConfigurationAggregatorOrganizationAggregationSource

data class ConfigurationAggregatorOrganizationAggregationSource(val allAwsRegions: Boolean? = null, val awsRegions: List<String>? = null, val roleArn: String)

Constructors

fun ConfigurationAggregatorOrganizationAggregationSource(allAwsRegions: Boolean? = null, awsRegions: List<String>? = null, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allAwsRegions: Boolean? = null
Link copied to clipboard
val awsRegions: List<String>? = null
Link copied to clipboard