Delete Connection
cloudwatchevents_delete_connection | R Documentation |
Deletes a connection¶
Description¶
Deletes a connection.
Usage¶
Arguments¶
Name
[required] The name of the connection to delete.
Value¶
A list with the following syntax:
list(
ConnectionArn = "string",
ConnectionState = "CREATING"|"UPDATING"|"DELETING"|"AUTHORIZED"|"DEAUTHORIZED"|"AUTHORIZING"|"DEAUTHORIZING",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
LastAuthorizedTime = as.POSIXct(
"2015-01-01"
)
)