Class: Aws::Kafka::Types::CreateClusterV2Response

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Returns information about the created cluster of either the provisioned or the serverless type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2380

class CreateClusterV2Response < Struct.new(
  :cluster_arn,
  :cluster_name,
  :state,
  :cluster_type)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the MSK cluster.

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2380

class CreateClusterV2Response < Struct.new(
  :cluster_arn,
  :cluster_name,
  :state,
  :cluster_type)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_typeString

The type of the cluster. The possible types are PROVISIONED or SERVERLESS.

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2380

class CreateClusterV2Response < Struct.new(
  :cluster_arn,
  :cluster_name,
  :state,
  :cluster_type)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2380

class CreateClusterV2Response < Struct.new(
  :cluster_arn,
  :cluster_name,
  :state,
  :cluster_type)
  SENSITIVE = []
  include Aws::Structure
end