CreateClusterResponse

public struct CreateClusterResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the cluster.

    Declaration

    Swift

    public let clusterArn: String?
  • The name of the MSK cluster.

    Declaration

    Swift

    public let clusterName: String?
  • The state of the cluster. The possible states are CREATING, ACTIVE, and FAILED.

    Declaration

    Swift

    public let state: ClusterState?
  • Undocumented

    Declaration

    Swift

    public init(clusterArn: String? = nil, clusterName: String? = nil, state: ClusterState? = nil)