GetServiceResult

data class GetServiceResult(val arn: String? = null, val authType: ServiceAuthType? = null, val certificateArn: String? = null, val createdAt: String? = null, val dnsEntry: ServiceDnsEntry? = null, val id: String? = null, val lastUpdatedAt: String? = null, val status: ServiceStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, authType: ServiceAuthType? = null, certificateArn: String? = null, createdAt: String? = null, dnsEntry: ServiceDnsEntry? = null, id: String? = null, lastUpdatedAt: String? = null, status: ServiceStatus? = 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 service.

Link copied to clipboard

The type of IAM policy.

Link copied to clipboard
val certificateArn: String? = null

The Amazon Resource Name (ARN) of the certificate.

Link copied to clipboard
val createdAt: String? = null

The date and time that the service was created, specified in ISO-8601 format.

Link copied to clipboard

The DNS information of the service.

Link copied to clipboard
val id: String? = null

The ID of the service.

Link copied to clipboard
val lastUpdatedAt: String? = null

The date and time that the service was last updated, specified in ISO-8601 format.

Link copied to clipboard
val status: ServiceStatus? = null

The status of the service.

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

The tags for the service.