GetVpcConnectionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the VPC connection.

Link copied to clipboard

The availability status of the VPC connection.

Link copied to clipboard
val createdTime: String? = null

The time that the VPC connection was created.

Link copied to clipboard
val dnsResolvers: List<String>? = null

A list of IP addresses of DNS resolver endpoints for the VPC connection.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time that the VPC connection was last updated.

Link copied to clipboard
val name: String? = null

The display name for the VPC connection.

Link copied to clipboard

A list of network interfaces.

Link copied to clipboard
val roleArn: String? = null

The ARN of the IAM role associated with the VPC connection.

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.

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

A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.

Link copied to clipboard
val vpcId: String? = null

The Amazon EC2 VPC ID associated with the VPC connection.