/AWS1/CL_EC2IMAGEWTRMRKFILTREQ¶
The watermark filter criteria for an allowed image. Each entry can specify one or more fields. All specified fields must match the same watermark on the image.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_watermarkkey TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The
accountId:nameof the watermark. Supports wildcards (*,?).
iv_sourceimageregion TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Region where the watermark was originally created. Supports wildcards (
*,?).
iv_maxdayssincesrcimagecred TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
The maximum number of days that have elapsed since the source image was created.
Constraints: Minimum value of 0. Maximum value of 2147483647.
iv_maxdayssincewtrmrkcreated TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
The maximum number of days that have elapsed since the watermark was attached to the image.
Constraints: Minimum value of 0. Maximum value of 2147483647.
Queryable Attributes¶
WatermarkKey¶
The
accountId:nameof the watermark. Supports wildcards (*,?).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WATERMARKKEY() |
Getter for WATERMARKKEY, with configurable default |
ASK_WATERMARKKEY() |
Getter for WATERMARKKEY w/ exceptions if field has no value |
HAS_WATERMARKKEY() |
Determine if WATERMARKKEY has a value |
SourceImageRegion¶
The Region where the watermark was originally created. Supports wildcards (
*,?).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEIMAGEREGION() |
Getter for SOURCEIMAGEREGION, with configurable default |
ASK_SOURCEIMAGEREGION() |
Getter for SOURCEIMAGEREGION w/ exceptions if field has no v |
HAS_SOURCEIMAGEREGION() |
Determine if SOURCEIMAGEREGION has a value |
MaximumDaysSinceSourceImageCreated¶
The maximum number of days that have elapsed since the source image was created.
Constraints: Minimum value of 0. Maximum value of 2147483647.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXDAYSSINCESRCIMAGECRED() |
Getter for MAXDAYSSINCESRCIMAGECREATED, with configurable de |
ASK_MAXDAYSSINCESRCIMAGECRED() |
Getter for MAXDAYSSINCESRCIMAGECREATED w/ exceptions if fiel |
HAS_MAXDAYSSINCESRCIMAGECRED() |
Determine if MAXDAYSSINCESRCIMAGECREATED has a value |
MaximumDaysSinceWatermarkCreated¶
The maximum number of days that have elapsed since the watermark was attached to the image.
Constraints: Minimum value of 0. Maximum value of 2147483647.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXDAYSSINCEWTRMRKCRED() |
Getter for MAXDAYSSINCEWTRMRKCREATED, with configurable defa |
ASK_MAXDAYSSINCEWTRMRKCRED() |
Getter for MAXDAYSSINCEWTRMRKCREATED w/ exceptions if field |
HAS_MAXDAYSSINCEWTRMRKCRED() |
Determine if MAXDAYSSINCEWTRMRKCREATED 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_IMAGEWTRMRKFILTERREQLIST¶
TYPES TT_IMAGEWTRMRKFILTERREQLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IMAGEWTRMRKFILTREQ WITH DEFAULT KEY
.