Get Vpc Connection Result
data class GetVpcConnectionResult(val arn: String? = null, val availabilityStatus: VpcConnectionVpcConnectionAvailabilityStatus? = null, val createdTime: String? = null, val dnsResolvers: List<String>? = null, val lastUpdatedTime: String? = null, val name: String? = null, val networkInterfaces: List<VpcConnectionNetworkInterface>? = null, val roleArn: String? = null, val securityGroupIds: List<String>? = null, val status: VpcConnectionVpcConnectionResourceStatus? = null, val tags: List<Tag>? = null, val vpcId: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, availabilityStatus: VpcConnectionVpcConnectionAvailabilityStatus? = null, createdTime: String? = null, dnsResolvers: List<String>? = null, lastUpdatedTime: String? = null, name: String? = null, networkInterfaces: List<VpcConnectionNetworkInterface>? = null, roleArn: String? = null, securityGroupIds: List<String>? = null, status: VpcConnectionVpcConnectionResourceStatus? = null, tags: List<Tag>? = null, vpcId: String? = null)
Properties
Link copied to clipboard
The availability status of the VPC connection.
Link copied to clipboard
The time that the VPC connection was created.
Link copied to clipboard
A list of IP addresses of DNS resolver endpoints for the VPC connection.
Link copied to clipboard
The time that the VPC connection was last updated.
Link copied to clipboard
A list of network interfaces.
Link copied to clipboard
The Amazon EC2 security group IDs associated with the VPC connection.
Link copied to clipboard
The HTTP status of the request.