/AWS1/CL_FNTCONFLICTINGALIAS¶
An alias (also called a CNAME) and the CloudFront standard distribution and Amazon Web Services account ID that it's associated with. The standard distribution and account IDs are partially hidden, which allows you to identify the standard distributions and accounts that you own, and helps to protect the information of ones that you don't own.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_alias TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
An alias (also called a CNAME).
iv_distributionid TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The (partially hidden) ID of the CloudFront standard distribution associated with the alias.
iv_accountid TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The (partially hidden) ID of the Amazon Web Services account that owns the standard distribution that's associated with the alias.
Queryable Attributes¶
Alias¶
An alias (also called a CNAME).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIAS() |
Getter for ALIAS, with configurable default |
ASK_ALIAS() |
Getter for ALIAS w/ exceptions if field has no value |
HAS_ALIAS() |
Determine if ALIAS has a value |
DistributionId¶
The (partially hidden) ID of the CloudFront standard distribution associated with the alias.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTRIBUTIONID() |
Getter for DISTRIBUTIONID, with configurable default |
ASK_DISTRIBUTIONID() |
Getter for DISTRIBUTIONID w/ exceptions if field has no valu |
HAS_DISTRIBUTIONID() |
Determine if DISTRIBUTIONID has a value |
AccountId¶
The (partially hidden) ID of the Amazon Web Services account that owns the standard distribution that's associated with the alias.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONFLICTINGALIASES¶
TYPES TT_CONFLICTINGALIASES TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTCONFLICTINGALIAS WITH DEFAULT KEY
.