Class: Aws::CloudFront::Types::VpcOriginEndpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::VpcOriginEndpointConfig
- Includes:
- Structure
- Defined in:
- 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.
13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13952 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.
13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13952 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.
13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13952 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.
13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13952 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.
13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13952 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.
13952 13953 13954 13955 13956 13957 13958 13959 13960 13961 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 13952 class VpcOriginEndpointConfig < Struct.new( :name, :arn, :http_port, :https_port, :origin_protocol_policy, :origin_ssl_protocols) SENSITIVE = [] include Aws::Structure end |