Builder
Properties
Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose dualstack
to help optimize reliability.
Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin. Valid values are:
Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the origin response timeout. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
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
.
Functions
construct an aws.sdk.kotlin.services.cloudfront.model.OriginSslProtocols inside the given block