regions

@JvmName(name = "ctgcwgpjoydpjvan")
suspend fun regions(value: Output<List<String>>)
@JvmName(name = "fdwlwigohiotudpq")
suspend fun regions(value: List<String>?)

Parameters

value

If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.


@JvmName(name = "tgbdhiaeiysvgfma")
suspend fun regions(vararg values: Output<String>)


@JvmName(name = "bwoyjetmjwtnklms")
suspend fun regions(values: List<Output<String>>)
@JvmName(name = "raahyjqhissfgvuq")
suspend fun regions(vararg values: String)

Parameters

values

If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region. If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.