GetOutpostResolverResult

data class GetOutpostResolverResult(val arn: String? = null, val creationTime: String? = null, val creatorRequestId: String? = null, val id: String? = null, val instanceCount: Int? = null, val modificationTime: String? = null, val name: String? = null, val preferredInstanceType: String? = null, val status: OutpostResolverStatus? = null, val statusMessage: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, creationTime: String? = null, creatorRequestId: String? = null, id: String? = null, instanceCount: Int? = null, modificationTime: String? = null, name: String? = null, preferredInstanceType: String? = null, status: OutpostResolverStatus? = null, statusMessage: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The OutpostResolver ARN.

Link copied to clipboard
val creationTime: String? = null

The OutpostResolver creation time

Link copied to clipboard

The id of the creator request.

Link copied to clipboard
val id: String? = null

Id

Link copied to clipboard
val instanceCount: Int? = null

The number of OutpostResolvers.

Link copied to clipboard

The OutpostResolver last modified time

Link copied to clipboard
val name: String? = null

The OutpostResolver name.

Link copied to clipboard

The OutpostResolver instance type.

Link copied to clipboard

The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.

Link copied to clipboard
val statusMessage: String? = null

The OutpostResolver status message.

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

An array of key-value pairs to apply to this resource.