CloudFrontOrigin constructor
CloudFrontOrigin({})
Implementation
CloudFrontOrigin({
required this.customHeaders,
required this.domainName,
required this.keepAliveTimeout,
required this.path,
required this.port,
required this.protocol,
required this.readTimeout,
required this.sslProtocols,
});