Deletes the specified connection
Deletes the specified connection.
Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. If you are partnering with any third parties to connect with the AWS Direct Connect location, you must cancel your service with them separately.
directconnect_delete_connection(connectionId)
connectionId |
[required] The ID of the connection. |
A list with the following syntax:
list( ownerAccount = "string", connectionId = "string", connectionName = "string", connectionState = "ordering"|"requested"|"pending"|"available"|"down"|"deleting"|"deleted"|"rejected"|"unknown", region = "string", location = "string", bandwidth = "string", vlan = 123, partnerName = "string", loaIssueTime = as.POSIXct( "2015-01-01" ), lagId = "string", awsDevice = "string", jumboFrameCapable = TRUE|FALSE, awsDeviceV2 = "string", hasLogicalRedundancy = "unknown"|"yes"|"no", tags = list( list( key = "string", value = "string" ) ), providerName = "string" )
svc$delete_connection( connectionId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.