principals

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


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