allowedPrincipals

@JvmName(name = "mtrearpjnhhexmri")
suspend fun allowedPrincipals(value: Output<List<String>>)
@JvmName(name = "pltsshffmfitocxy")
suspend fun allowedPrincipals(value: List<String>?)

Parameters

value

The Amazon Resource Names (ARN) of one or more principals (for example, users, IAM roles, and AWS accounts ). Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*). Permissions are revoked for principals not in this list. If the list is empty, then all permissions are revoked.


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


@JvmName(name = "uqmwiilcriibqsyn")
suspend fun allowedPrincipals(values: List<Output<String>>)
@JvmName(name = "jwdkfqspoiprnewu")
suspend fun allowedPrincipals(vararg values: String)

Parameters

values

The Amazon Resource Names (ARN) of one or more principals (for example, users, IAM roles, and AWS accounts ). Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*). Permissions are revoked for principals not in this list. If the list is empty, then all permissions are revoked.