Skip to content

Delete Configuration

kafka_delete_configuration R Documentation

Deletes an MSK Configuration

Description

Deletes an MSK Configuration.

Usage

kafka_delete_configuration(Arn)

Arguments

Arn

[required] The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

Value

A list with the following syntax:

list(
  Arn = "string",
  State = "ACTIVE"|"DELETING"|"DELETE_FAILED"
)

Request syntax

svc$delete_configuration(
  Arn = "string"
)