/AWS1/CL_FMSEC2ASSCROUTETBLACT¶
The action of associating an EC2 resource, such as a subnet or internet gateway, with a route table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_routetableid TYPE REF TO /AWS1/CL_FMSACTIONTARGET /AWS1/CL_FMSACTIONTARGET¶
The ID of the EC2 route table that is associated with the remediation action.
Optional arguments:¶
iv_description TYPE /AWS1/FMSLENGTHBOUNDEDSTRING /AWS1/FMSLENGTHBOUNDEDSTRING¶
A description of the EC2 route table that is associated with the remediation action.
io_subnetid TYPE REF TO /AWS1/CL_FMSACTIONTARGET /AWS1/CL_FMSACTIONTARGET¶
The ID of the subnet for the EC2 route table that is associated with the remediation action.
io_gatewayid TYPE REF TO /AWS1/CL_FMSACTIONTARGET /AWS1/CL_FMSACTIONTARGET¶
The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.
Queryable Attributes¶
Description¶
A description of the EC2 route table that is associated with the remediation action.
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 |
RouteTableId¶
The ID of the EC2 route table that is associated with the remediation action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTETABLEID() |
Getter for ROUTETABLEID |
SubnetId¶
The ID of the subnet for the EC2 route table that is associated with the remediation action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETID() |
Getter for SUBNETID |
GatewayId¶
The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYID() |
Getter for GATEWAYID |