VpcOriginVpcOriginEndpointConfig

data class VpcOriginVpcOriginEndpointConfig(val arn: String, val httpPort: Int, val httpsPort: Int, val name: String, val originProtocolPolicy: String, val originSslProtocols: VpcOriginVpcOriginEndpointConfigOriginSslProtocols? = null)

Constructors

Link copied to clipboard
constructor(arn: String, httpPort: Int, httpsPort: Int, name: String, originProtocolPolicy: String, originSslProtocols: VpcOriginVpcOriginEndpointConfigOriginSslProtocols? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The VPC origin ARN.

Link copied to clipboard

The HTTP port for the CloudFront VPC origin endpoint configuration.

Link copied to clipboard

The HTTPS port for the CloudFront VPC origin endpoint configuration.

Link copied to clipboard

The name of the CloudFront VPC origin endpoint configuration.

Link copied to clipboard

The origin protocol policy for the CloudFront VPC origin endpoint configuration.

Link copied to clipboard

A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.