Get Outpost Resolver Result
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)
Properties
Link copied to clipboard
The OutpostResolver creation time
Link copied to clipboard
The id of the creator request.
Link copied to clipboard
The number of OutpostResolvers.
Link copied to clipboard
The OutpostResolver last modified time
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
The OutpostResolver status message.