Delete Vpc Connection
kafka_delete_vpc_connection | R Documentation |
Deletes a MSK VPC connection¶
Description¶
Deletes a MSK VPC connection.
Usage¶
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"
)