GetResourceShareResult

data class GetResourceShareResult(val arn: String, val filters: List<GetResourceShareFilter>? = null, val id: String, val name: String, val owningAccountId: String, val resourceOwner: String, val resourceShareStatus: String? = null, val status: String, val tags: Map<String, String>)

A collection of values returned by getResourceShare.

Constructors

Link copied to clipboard
constructor(arn: String, filters: List<GetResourceShareFilter>? = null, id: String, name: String, owningAccountId: String, resourceOwner: String, resourceShareStatus: String? = null, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the resource share.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

ID of the AWS account that owns the resource share.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Status of the RAM share.

Link copied to clipboard

Tags attached to the RAM share