Class: Aws::CloudFront::Types::VpcOriginEndpointConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the CloudFront VPC origin endpoint configuration.

Returns:

  • (String)


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_portInteger

The HTTP port for the CloudFront VPC origin endpoint configuration.

Returns:

  • (Integer)


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_portInteger

The HTTPS port of the CloudFront VPC origin endpoint configuration.

Returns:

  • (Integer)


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

#nameString

The name of the CloudFront VPC origin endpoint configuration.

Returns:

  • (String)


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_policyString

The origin protocol policy for the CloudFront VPC origin endpoint configuration.

Returns:

  • (String)


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_protocolsTypes::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