Get Service Network Service Association Result
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
Link copied to clipboard
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)
Properties
Link copied to clipboard
The DNS information of the service.
Link copied to clipboard
The Amazon Resource Name (ARN) of the service.
Link copied to clipboard
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.