DescribeConfigurationResponse

public struct DescribeConfigurationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the configuration.

    Declaration

    Swift

    public let arn: String?
  • The time when the configuration was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The description of the configuration.

    Declaration

    Swift

    public let description: String?
  • The versions of Apache Kafka with which you can use this MSK configuration.

    Declaration

    Swift

    public let kafkaVersions: [String]?
  • Latest revision of the configuration.

    Declaration

    Swift

    public let latestRevision: ConfigurationRevision?
  • The name of the configuration. Configuration names are strings that match the regex “^[0-9A-Za-z-]+$”.

    Declaration

    Swift

    public let name: String?
  • The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.

    Declaration

    Swift

    public let state: ConfigurationState?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationTime: TimeStamp? = nil, description: String? = nil, kafkaVersions: [String]? = nil, latestRevision: ConfigurationRevision? = nil, name: String? = nil, state: ConfigurationState? = nil)