GetVpcOriginResult

data class GetVpcOriginResult(val arn: String? = null, val createdTime: String? = null, val id: String? = null, val lastModifiedTime: String? = null, val status: String? = null, val tags: List<Tag>? = null, val vpcOriginEndpointConfig: VpcOriginEndpointConfig? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, id: String? = null, lastModifiedTime: String? = null, status: String? = null, tags: List<Tag>? = null, vpcOriginEndpointConfig: VpcOriginEndpointConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The VPC origin ARN.

Link copied to clipboard
val createdTime: String? = null

The VPC origin created time.

Link copied to clipboard
val id: String? = null

The VPC origin ID.

Link copied to clipboard

The VPC origin last modified time.

Link copied to clipboard
val status: String? = null

The VPC origin status.

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

A complex type that contains zero or more `Tag` elements.

Link copied to clipboard

The VPC origin endpoint configuration.