class Aws::Kafka::Types::DescribeConfigurationResponse

Response body for DescribeConfiguration.

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the configuration.
@return [String]

@!attribute [rw] creation_time

The time when the configuration was created.
@return [Time]

@!attribute [rw] description

The description of the configuration.
@return [String]

@!attribute [rw] kafka_versions

The versions of Apache Kafka with which you can use this MSK
configuration.
@return [Array<String>]

@!attribute [rw] latest_revision

Latest revision of the configuration.
@return [Types::ConfigurationRevision]

@!attribute [rw] name

The name of the configuration. Configuration names are strings that
match the regex "^\[0-9A-Za-z-\]+$".
@return [String]

@!attribute [rw] state

The state of the configuration. The possible states are ACTIVE,
DELETING and DELETE\_FAILED.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DescribeConfigurationResponse AWS API Documentation

Constants

SENSITIVE