VpcOriginArgs

data class VpcOriginArgs(val tags: Output<List<TagArgs>>? = null, val vpcOriginEndpointConfig: Output<VpcOriginEndpointConfigArgs>? = null) : ConvertibleToJava<VpcOriginArgs>

An Amazon CloudFront VPC origin.

Constructors

Link copied to clipboard
constructor(tags: Output<List<TagArgs>>? = null, vpcOriginEndpointConfig: Output<VpcOriginEndpointConfigArgs>? = null)

Properties

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

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

Link copied to clipboard

The VPC origin endpoint configuration.

Functions

Link copied to clipboard
open override fun toJava(): VpcOriginArgs