Delete Vpc Connection
quicksight_delete_vpc_connection | R Documentation |
Deletes a VPC connection¶
Description¶
Deletes a VPC connection.
Usage¶
Arguments¶
AwsAccountId
[required] The Amazon Web Services account ID of the account where you want to delete a VPC connection.
VPCConnectionId
[required] The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
Value¶
A list with the following syntax:
list(
Arn = "string",
VPCConnectionId = "string",
DeletionStatus = "CREATION_IN_PROGRESS"|"CREATION_SUCCESSFUL"|"CREATION_FAILED"|"UPDATE_IN_PROGRESS"|"UPDATE_SUCCESSFUL"|"UPDATE_FAILED"|"DELETION_IN_PROGRESS"|"DELETION_FAILED"|"DELETED",
AvailabilityStatus = "AVAILABLE"|"UNAVAILABLE"|"PARTIALLY_AVAILABLE",
RequestId = "string",
Status = 123
)