/AWS1/CL_FNTCREATEFUNCRESULT¶
CreateFunctionResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_functionsummary TYPE REF TO /AWS1/CL_FNTFUNCTIONSUMMARY /AWS1/CL_FNTFUNCTIONSUMMARY¶
Contains configuration information and metadata about a CloudFront function.
iv_location TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.
iv_etag TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The version identifier for the current version of the CloudFront function.
Queryable Attributes¶
FunctionSummary¶
Contains configuration information and metadata about a CloudFront function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONSUMMARY() |
Getter for FUNCTIONSUMMARY |
Location¶
The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION, with configurable default |
ASK_LOCATION() |
Getter for LOCATION w/ exceptions if field has no value |
HAS_LOCATION() |
Determine if LOCATION has a value |
ETag¶
The version identifier for the current version of the CloudFront function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETAG() |
Getter for ETAG, with configurable default |
ASK_ETAG() |
Getter for ETAG w/ exceptions if field has no value |
HAS_ETAG() |
Determine if ETAG has a value |