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)


16407
16408
16409
16410
16411
16412
16413
16414
16415
16416
# File 'lib/aws-sdk-cloudfront/types.rb', line 16407

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. The default value is ‘80`.

Returns:

  • (Integer)


16407
16408
16409
16410
16411
16412
16413
16414
16415
16416
# File 'lib/aws-sdk-cloudfront/types.rb', line 16407

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. The default value is ‘443`.

Returns:

  • (Integer)


16407
16408
16409
16410
16411
16412
16413
16414
16415
16416
# File 'lib/aws-sdk-cloudfront/types.rb', line 16407

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)


16407
16408
16409
16410
16411
16412
16413
16414
16415
16416
# File 'lib/aws-sdk-cloudfront/types.rb', line 16407

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)


16407
16408
16409
16410
16411
16412
16413
16414
16415
16416
# File 'lib/aws-sdk-cloudfront/types.rb', line 16407

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.



16407
16408
16409
16410
16411
16412
16413
16414
16415
16416
# File 'lib/aws-sdk-cloudfront/types.rb', line 16407

class VpcOriginEndpointConfig < Struct.new(
  :name,
  :arn,
  :http_port,
  :https_port,
  :origin_protocol_policy,
  :origin_ssl_protocols)
  SENSITIVE = []
  include Aws::Structure
end