GetServiceNetworkResourceAssociationResult

data class GetServiceNetworkResourceAssociationResult(val arn: String? = null, val id: String? = null, val tags: List<Tag>? = null)

Constructors

constructor(arn: String? = null, id: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the association.

Link copied to clipboard
val id: String? = null

The ID of the association between the service network and resource configuration.

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

A key-value pair to associate with a resource.