GetVpcIngressConnectionResult

data class GetVpcIngressConnectionResult(val domainName: String? = null, val ingressVpcConfiguration: VpcIngressConnectionIngressVpcConfiguration? = null, val status: VpcIngressConnectionStatus? = null, val vpcIngressConnectionArn: String? = null)

Constructors

Link copied to clipboard
fun GetVpcIngressConnectionResult(domainName: String? = null, ingressVpcConfiguration: VpcIngressConnectionIngressVpcConfiguration? = null, status: VpcIngressConnectionStatus? = null, vpcIngressConnectionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainName: String? = null

The Domain name associated with the VPC Ingress Connection.

Link copied to clipboard

The current status of the VpcIngressConnection.

Link copied to clipboard

The Amazon Resource Name (ARN) of the VpcIngressConnection.