GetServiceResult

data class GetServiceResult(val arn: String, val authType: String, val certificateArn: String, val customDomainName: String, val dnsEntries: List<GetServiceDnsEntry>, val id: String, val name: String, val serviceIdentifier: String, val status: String, val tags: Map<String, String>)

A collection of values returned by getService.

Constructors

Link copied to clipboard
constructor(arn: String, authType: String, certificateArn: String, customDomainName: String, dnsEntries: List<GetServiceDnsEntry>, id: String, name: String, serviceIdentifier: String, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the service.

Link copied to clipboard

Type of IAM policy. Either NONE or AWS_IAM.

Link copied to clipboard

Amazon Resource Name (ARN) of the certificate.

Link copied to clipboard

Custom domain name of the service.

Link copied to clipboard

DNS name of the service.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Status of the service.

Link copied to clipboard

List of tags associated with the service.