ConfigurationAggregatorAccountAggregationSourceArgs

data class ConfigurationAggregatorAccountAggregationSourceArgs(val accountIds: Output<List<String>>, val allAwsRegions: Output<Boolean>? = null, val awsRegions: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationAggregatorAccountAggregationSourceArgs>

Constructors

fun ConfigurationAggregatorAccountAggregationSourceArgs(accountIds: Output<List<String>>, allAwsRegions: Output<Boolean>? = null, awsRegions: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationAggregatorAccountAggregationSourceArgs

Properties

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