GetRegistryResult

data class GetRegistryResult(val description: String? = null, val registryArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, registryArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of the registry to be created.

Link copied to clipboard
val registryArn: String? = null

The ARN of the registry.

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

Tags associated with the resource.