Skip to content

/AWS1/CL_FNTVPCORIGINENDPTCFG

An Amazon CloudFront VPC origin endpoint configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The name of the CloudFront VPC origin endpoint configuration.

iv_arn TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The ARN of the CloudFront VPC origin endpoint configuration.

iv_httpport TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER

The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is 80.

iv_httpsport TYPE /AWS1/FNTINTEGER /AWS1/FNTINTEGER

The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is 443.

iv_originprotocolpolicy TYPE /AWS1/FNTORIGINPROTOCOLPOLICY /AWS1/FNTORIGINPROTOCOLPOLICY

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

Optional arguments:

io_originsslprotocols TYPE REF TO /AWS1/CL_FNTORIGINSSLPROTOCOLS /AWS1/CL_FNTORIGINSSLPROTOCOLS

A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.


Queryable Attributes

Name

The name of the CloudFront VPC origin endpoint configuration.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Arn

The ARN of the CloudFront VPC origin endpoint configuration.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

HTTPPort

The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is 80.

Accessible with the following methods

Method Description
GET_HTTPPORT() Getter for HTTPPORT, with configurable default
ASK_HTTPPORT() Getter for HTTPPORT w/ exceptions if field has no value
HAS_HTTPPORT() Determine if HTTPPORT has a value

HTTPSPort

The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is 443.

Accessible with the following methods

Method Description
GET_HTTPSPORT() Getter for HTTPSPORT, with configurable default
ASK_HTTPSPORT() Getter for HTTPSPORT w/ exceptions if field has no value
HAS_HTTPSPORT() Determine if HTTPSPORT has a value

OriginProtocolPolicy

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

Accessible with the following methods

Method Description
GET_ORIGINPROTOCOLPOLICY() Getter for ORIGINPROTOCOLPOLICY, with configurable default
ASK_ORIGINPROTOCOLPOLICY() Getter for ORIGINPROTOCOLPOLICY w/ exceptions if field has n
HAS_ORIGINPROTOCOLPOLICY() Determine if ORIGINPROTOCOLPOLICY has a value

OriginSslProtocols

A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.

Accessible with the following methods

Method Description
GET_ORIGINSSLPROTOCOLS() Getter for ORIGINSSLPROTOCOLS