Delete Vpc Connection
kafka_delete_vpc_connection | R Documentation |
Deletes a MSK VPC connection¶
Description¶
Deletes a MSK VPC connection.
Usage¶
kafka_delete_vpc_connection(Arn)
Arguments¶
Arn |
[required] The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection. |
Value¶
A list with the following syntax:
list(
VpcConnectionArn = "string",
State = "CREATING"|"AVAILABLE"|"INACTIVE"|"DEACTIVATING"|"DELETING"|"FAILED"|"REJECTED"|"REJECTING"
)
Request syntax¶
svc$delete_vpc_connection(
Arn = "string"
)