/AWS1/CL_FNTVPCORIGIN¶
An Amazon CloudFront VPC origin.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The VPC origin ID.
iv_arn TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The VPC origin ARN.
iv_status TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The VPC origin status.
iv_createdtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The VPC origin created time.
iv_lastmodifiedtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The VPC origin last modified time.
io_vpcoriginendpointconfig TYPE REF TO /AWS1/CL_FNTVPCORIGINENDPTCFG /AWS1/CL_FNTVPCORIGINENDPTCFG¶
The VPC origin endpoint configuration.
Optional arguments:¶
iv_accountid TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The account ID of the Amazon Web Services account that owns the VPC origin.
Queryable Attributes¶
Id¶
The VPC origin ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Arn¶
The VPC origin ARN.
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 |
AccountId¶
The account ID of the Amazon Web Services account that owns the VPC origin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
Status¶
The VPC origin status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
CreatedTime¶
The VPC origin created time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastModifiedTime¶
The VPC origin last modified time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
VpcOriginEndpointConfig¶
The VPC origin endpoint configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCORIGINENDPOINTCONFIG() |
Getter for VPCORIGINENDPOINTCONFIG |