Get Service Result
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)
Properties
Link copied to clipboard
The type of IAM policy.
Link copied to clipboard
The Amazon Resource Name (ARN) of the certificate.
Link copied to clipboard
The DNS information of the service.
Link copied to clipboard
The date and time that the service was last updated, specified in ISO-8601 format.
Link copied to clipboard
The status of the service.