Class: Aws::Kafka::Types::ClusterOperationV2Serverless

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

Overview

Returns information about a serverless cluster operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_cluster_infoTypes::ServerlessConnectivityInfo

Source cluster connectivity information for the cluster.



663
664
665
666
667
668
669
# File 'lib/aws-sdk-kafka/types.rb', line 663

class ClusterOperationV2Serverless < Struct.new(
  :source_cluster_info,
  :target_cluster_info,
  :vpc_connection_info)
  SENSITIVE = []
  include Aws::Structure
end

#target_cluster_infoTypes::ServerlessConnectivityInfo

Target cluster connectivity information for the cluster.



663
664
665
666
667
668
669
# File 'lib/aws-sdk-kafka/types.rb', line 663

class ClusterOperationV2Serverless < Struct.new(
  :source_cluster_info,
  :target_cluster_info,
  :vpc_connection_info)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_infoTypes::VpcConnectionInfoServerless

Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.



663
664
665
666
667
668
669
# File 'lib/aws-sdk-kafka/types.rb', line 663

class ClusterOperationV2Serverless < Struct.new(
  :source_cluster_info,
  :target_cluster_info,
  :vpc_connection_info)
  SENSITIVE = []
  include Aws::Structure
end