principals

@JvmName(name = "pcapaemmgsxhmikr")
suspend fun principals(value: Output<List<String>>)
@JvmName(name = "iascfsiakcgbunqq")
suspend fun principals(value: List<String>?)

Parameters

value

The grant principals. You can specify one of the following as an Amazon Resource Name (ARN):

  • An AWS account, which includes only the account specified.

  • An organizational unit (OU), which includes all accounts in the OU.

  • An organization, which will include all accounts across your organization.


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


@JvmName(name = "cecnvhknexbwchph")
suspend fun principals(values: List<Output<String>>)
@JvmName(name = "gysvjkxydkyoipte")
suspend fun principals(vararg values: String)

Parameters

values

The grant principals. You can specify one of the following as an Amazon Resource Name (ARN):

  • An AWS account, which includes only the account specified.

  • An organizational unit (OU), which includes all accounts in the OU.

  • An organization, which will include all accounts across your organization.