VpcOriginEndpointConfig

data class VpcOriginEndpointConfig(val arn: String, val httpPort: Int? = null, val httpsPort: Int? = null, val name: String, val originProtocolPolicy: String? = null, val originSslProtocols: List<String>? = null)

An Amazon CloudFront VPC origin endpoint configuration.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the CloudFront VPC origin endpoint configuration.

Link copied to clipboard
val httpPort: Int? = null

The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is `80`.

Link copied to clipboard
val httpsPort: Int? = null

The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is `443`.

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

Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include SSLv3 , TLSv1 , TLSv1.1 , and TLSv1.2 . For more information, see Minimum Origin SSL Protocol in the Amazon CloudFront Developer Guide .