/AWS1/CL_EC2=>MODIFYTRANSITGATEWAY()
¶
About ModifyTransitGateway¶
Modifies the specified transit gateway. When you modify a transit gateway, the modified options are applied to new transit gateway attachments only. Your existing transit gateway attachments are not modified.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_TRANSITGATEWAYID
TYPE /AWS1/EC2TRANSITGATEWAYID
/AWS1/EC2TRANSITGATEWAYID
¶
The ID of the transit gateway.
Optional arguments:¶
IV_DESCRIPTION
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The description for the transit gateway.
IO_OPTIONS
TYPE REF TO /AWS1/CL_EC2MODIFYTGWOPTIONS
/AWS1/CL_EC2MODIFYTGWOPTIONS
¶
The options to modify.
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.