Class: Aws::CloudFront::Types::VpcOriginEndpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::VpcOriginEndpointConfig
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
An Amazon CloudFront VPC origin endpoint configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the CloudFront VPC origin endpoint configuration.
-
#http_port ⇒ Integer
The HTTP port for the CloudFront VPC origin endpoint configuration.
-
#https_port ⇒ Integer
The HTTPS port of the CloudFront VPC origin endpoint configuration.
-
#name ⇒ String
The name of the CloudFront VPC origin endpoint configuration.
-
#origin_protocol_policy ⇒ String
The origin protocol policy for the CloudFront VPC origin endpoint configuration.
-
#origin_ssl_protocols ⇒ Types::OriginSslProtocols
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
Instance Attribute Details
#arn ⇒ String
The ARN of the CloudFront VPC origin endpoint configuration.
17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17332 class VpcOriginEndpointConfig < Struct.new( :name, :arn, :http_port, :https_port, :origin_protocol_policy, :origin_ssl_protocols) SENSITIVE = [] include Aws::Structure end |
#http_port ⇒ Integer
The HTTP port for the CloudFront VPC origin endpoint configuration.
The default value is 80.
17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17332 class VpcOriginEndpointConfig < Struct.new( :name, :arn, :http_port, :https_port, :origin_protocol_policy, :origin_ssl_protocols) SENSITIVE = [] include Aws::Structure end |
#https_port ⇒ Integer
The HTTPS port of the CloudFront VPC origin endpoint configuration.
The default value is 443.
17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17332 class VpcOriginEndpointConfig < Struct.new( :name, :arn, :http_port, :https_port, :origin_protocol_policy, :origin_ssl_protocols) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the CloudFront VPC origin endpoint configuration.
17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17332 class VpcOriginEndpointConfig < Struct.new( :name, :arn, :http_port, :https_port, :origin_protocol_policy, :origin_ssl_protocols) SENSITIVE = [] include Aws::Structure end |
#origin_protocol_policy ⇒ String
The origin protocol policy for the CloudFront VPC origin endpoint configuration.
17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17332 class VpcOriginEndpointConfig < Struct.new( :name, :arn, :http_port, :https_port, :origin_protocol_policy, :origin_ssl_protocols) SENSITIVE = [] include Aws::Structure end |
#origin_ssl_protocols ⇒ Types::OriginSslProtocols
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
17332 17333 17334 17335 17336 17337 17338 17339 17340 17341 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17332 class VpcOriginEndpointConfig < Struct.new( :name, :arn, :http_port, :https_port, :origin_protocol_policy, :origin_ssl_protocols) SENSITIVE = [] include Aws::Structure end |