principals

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

Parameters

value

Specifies the principals to associate with the resource share. The possible values are:

  • An AWS account ID

  • An Amazon Resource Name (ARN) of an organization in AWS Organizations

  • An ARN of an organizational unit (OU) in AWS Organizations

  • An ARN of an IAM role

  • An ARN of an IAM user


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


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

Parameters

values

Specifies the principals to associate with the resource share. The possible values are:

  • An AWS account ID

  • An Amazon Resource Name (ARN) of an organization in AWS Organizations

  • An ARN of an organizational unit (OU) in AWS Organizations

  • An ARN of an IAM role

  • An ARN of an IAM user