principals

@JvmName(name = "hdwijwfkbqyerxpi")
suspend fun principals(value: Output<List<String>>)
@JvmName(name = "tiqacbvshfaxtmnf")
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 = "odciuiphacsytyrb")
suspend fun principals(vararg values: Output<String>)


@JvmName(name = "tqcrycfhnjopruqb")
suspend fun principals(values: List<Output<String>>)
@JvmName(name = "tbbrhomubumvochy")
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.