GetServiceNetworkServiceAssociationResult

data class GetServiceNetworkServiceAssociationResult(val arn: String? = null, val createdAt: String? = null, val dnsEntry: ServiceNetworkServiceAssociationDnsEntry? = null, val id: String? = null, val serviceArn: String? = null, val serviceId: String? = null, val serviceName: String? = null, val serviceNetworkArn: String? = null, val serviceNetworkId: String? = null, val serviceNetworkName: String? = null, val status: ServiceNetworkServiceAssociationStatus? = null, val tags: List<Tag>? = null)

Constructors

constructor(arn: String? = null, createdAt: String? = null, dnsEntry: ServiceNetworkServiceAssociationDnsEntry? = null, id: String? = null, serviceArn: String? = null, serviceId: String? = null, serviceName: String? = null, serviceNetworkArn: String? = null, serviceNetworkId: String? = null, serviceNetworkName: String? = null, status: ServiceNetworkServiceAssociationStatus? = 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 association between the service network and the service.

Link copied to clipboard
val createdAt: String? = null

The date and time that the association 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 of the association between the service network and the service.

Link copied to clipboard
val serviceArn: String? = null

The Amazon Resource Name (ARN) of the service.

Link copied to clipboard
val serviceId: String? = null

The ID of the service.

Link copied to clipboard
val serviceName: String? = null

The name of the service.

Link copied to clipboard

The Amazon Resource Name (ARN) of the service network

Link copied to clipboard

The ID of the service network.

Link copied to clipboard

The name of the service network.

Link copied to clipboard

The status of the association between the service network and the service.

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

The tags for the association.