GetResourceShareResult

data class GetResourceShareResult(val allowExternalPrincipals: Boolean? = null, val arn: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(allowExternalPrincipals: Boolean? = null, arn: String? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether principals outside your organization in AWS Organizations can be associated with a resource share. A value of true lets you share with individual AWS accounts that are not in your organization. A value of false only has meaning if your account is a member of an AWS Organization. The default value is true.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the resource share.

Link copied to clipboard
val name: String? = null

Specifies the name of the resource share.

Link copied to clipboard
val tags: List<Tag>? = null

Specifies one or more tags to attach to the resource share itself. It doesn't attach the tags to the resources associated with the resource share.