principals

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


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