Delete Gateway
| bedrockagentcorecontrol_delete_gateway | R Documentation |
Deletes a gateway¶
Description¶
Deletes a gateway.
Usage¶
bedrockagentcorecontrol_delete_gateway(gatewayIdentifier)
Arguments¶
gatewayIdentifier |
[required] The identifier of the gateway to delete. |
Value¶
A list with the following syntax:
list(
gatewayId = "string",
status = "CREATING"|"UPDATING"|"UPDATE_UNSUCCESSFUL"|"DELETING"|"READY"|"FAILED",
statusReasons = list(
"string"
)
)
Request syntax¶
svc$delete_gateway(
gatewayIdentifier = "string"
)