/AWS1/CL_EC2VPCENCNONCOMPRES¶
Describes a resource that is not compliant with VPC encryption requirements.
For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the non-compliant resource.
iv_type TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The type of the non-compliant resource.
iv_description TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
A description of the non-compliant resource.
iv_isexcludable TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
Indicates whether the resource can be excluded from encryption enforcement.
Queryable Attributes¶
Id¶
The ID of the non-compliant resource.
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 |
Type¶
The type of the non-compliant resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Description¶
A description of the non-compliant resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
IsExcludable¶
Indicates whether the resource can be excluded from encryption enforcement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISEXCLUDABLE() |
Getter for ISEXCLUDABLE, with configurable default |
ASK_ISEXCLUDABLE() |
Getter for ISEXCLUDABLE w/ exceptions if field has no value |
HAS_ISEXCLUDABLE() |
Determine if ISEXCLUDABLE 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_VPCENCNONCOMPRESOURCELIST¶
TYPES TT_VPCENCNONCOMPRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2VPCENCNONCOMPRES WITH DEFAULT KEY
.