regions

@JvmName(name = "irkafjtryjebnshu")
suspend fun regions(value: Output<List<String>>)
@JvmName(name = "ohpolpmkgyqqiatq")
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. An `InvalidInputException` error results if you populate this field while `RegionLinkingMode` is `NO_REGIONS`.


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


@JvmName(name = "kyoowbnvwxknnbcu")
suspend fun regions(values: List<Output<String>>)
@JvmName(name = "alnbbuscxgiaejdh")
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. An `InvalidInputException` error results if you populate this field while `RegionLinkingMode` is `NO_REGIONS`.