/AWS1/CL_FNTCLOUDFRONTORIGIN03¶
Summary of the information about a CloudFront origin access identity.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_ID
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The ID for the origin access identity. For example:
E74FTE3AJFJ256A
.
IV_S3CANONICALUSERID
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
IV_COMMENT
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The comment for this origin access identity, as originally specified when created.
Queryable Attributes¶
Id¶
The ID for the origin access identity. For example:
E74FTE3AJFJ256A
.
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 |
S3CanonicalUserId¶
The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3CANONICALUSERID() |
Getter for S3CANONICALUSERID, with configurable default |
ASK_S3CANONICALUSERID() |
Getter for S3CANONICALUSERID w/ exceptions if field has no v |
HAS_S3CANONICALUSERID() |
Determine if S3CANONICALUSERID has a value |
Comment¶
The comment for this origin access identity, as originally specified when created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT 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_CLOUDFRONTORIGINACCIDSUMM00
¶
TYPES TT_CLOUDFRONTORIGINACCIDSUMM00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTCLOUDFRONTORIGIN03 WITH DEFAULT KEY
.