Get Vpc Ingress Connection Result
data class GetVpcIngressConnectionResult(val domainName: String? = null, val ingressVpcConfiguration: VpcIngressConnectionIngressVpcConfiguration? = null, val status: VpcIngressConnectionStatus? = null, val vpcIngressConnectionArn: String? = null)
Constructors
Link copied to clipboard
constructor(domainName: String? = null, ingressVpcConfiguration: VpcIngressConnectionIngressVpcConfiguration? = null, status: VpcIngressConnectionStatus? = null, vpcIngressConnectionArn: String? = null)
Properties
Link copied to clipboard
The Domain name associated with the VPC Ingress Connection.
Link copied to clipboard
Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.
Link copied to clipboard
The current status of the VpcIngressConnection.
Link copied to clipboard
The Amazon Resource Name (ARN) of the VpcIngressConnection.