package kafka
- Alphabetic
- By Inheritance
- kafka
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type BrokerAZDistribution = String
-
trait
BrokerNodeGroupInfo extends Object
Describes the setup to be used for Kafka broker nodes in the cluster.
Describes the setup to be used for Kafka broker nodes in the cluster.
- Annotations
- @RawJSType() @native()
-
trait
BrokerNodeInfo extends Object
- Annotations
- @RawJSType() @native()
-
trait
BrokerSoftwareInfo extends Object
Information about the current software installed on the cluster.
Information about the current software installed on the cluster.
- Annotations
- @RawJSType() @native()
-
trait
ClusterInfo extends Object
Returns information about a cluster.
Returns information about a cluster.
- Annotations
- @RawJSType() @native()
- type ClusterState = String
-
trait
CreateClusterRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateClusterResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteClusterRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteClusterResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeClusterRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribeClusterResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
EBSStorageInfo extends Object
Contains information about the EBS storage volumes attached to Kafka broker nodes.
Contains information about the EBS storage volumes attached to Kafka broker nodes.
- Annotations
- @RawJSType() @native()
-
trait
EncryptionAtRest extends Object
The data volume encryption details.
The data volume encryption details.
- Annotations
- @RawJSType() @native()
-
trait
EncryptionInfo extends Object
Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest.
Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest.
- Annotations
- @RawJSType() @native()
- type EnhancedMonitoring = String
-
trait
GetBootstrapBrokersRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetBootstrapBrokersResponse extends Object
- Annotations
- @RawJSType() @native()
-
class
Kafka extends Object
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "Kafka" )
- implicit final class KafkaOps extends AnyVal
-
trait
ListClustersRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListClustersResponse extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListNodesRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListNodesResponse extends Object
- Annotations
- @RawJSType() @native()
- type MaxResults = Int
-
trait
NodeInfo extends Object
The node information object.
The node information object.
- Annotations
- @RawJSType() @native()
- type NodeType = String
-
trait
StorageInfo extends Object
Contains information about storage volumes attached to MSK broker nodes.
Contains information about storage volumes attached to MSK broker nodes.
- Annotations
- @RawJSType() @native()
-
trait
ZookeeperNodeInfo extends Object
Zookeeper node information.
Zookeeper node information.
- Annotations
- @RawJSType() @native()
- type __double = Double
- type __integer = Int
- type __integerMin1Max15 = Int
- type __integerMin1Max16384 = Int
- type __listOfClusterInfo = Array[ClusterInfo]
- type __listOfNodeInfo = Array[NodeInfo]
- type __listOf__string = Array[__string]
- type __string = String
- type __stringMin1Max128 = String
- type __stringMin1Max64 = String
- type __stringMin5Max32 = String
- type __timestampIso8601 = Date
Value Members
-
object
BrokerAZDistributionEnum
The distribution of broker nodes across Availability Zones.
The distribution of broker nodes across Availability Zones. By default, broker nodes are distributed among three Availability Zones. Currently, the only supported value is DEFAULT. You can either specify this value explicitly or leave it out.
- object BrokerNodeGroupInfo
- object BrokerNodeInfo
- object BrokerSoftwareInfo
- object ClusterInfo
-
object
ClusterStateEnum
The state of a Kafka cluster.
- object CreateClusterRequest
- object CreateClusterResponse
- object DeleteClusterRequest
- object DeleteClusterResponse
- object DescribeClusterRequest
- object DescribeClusterResponse
- object EBSStorageInfo
- object EncryptionAtRest
- object EncryptionInfo
-
object
EnhancedMonitoringEnum
Specifies which metrics are gathered for the MSK cluster.
Specifies which metrics are gathered for the MSK cluster. This property has three possible values: DEFAULT, PER_BROKER, and PER_TOPIC_PER_BROKER.
- object GetBootstrapBrokersRequest
- object GetBootstrapBrokersResponse
- object ListClustersRequest
- object ListClustersResponse
- object ListNodesRequest
- object ListNodesResponse
- object NodeInfo
-
object
NodeTypeEnum
The broker or Zookeeper node.
- object StorageInfo
- object ZookeeperNodeInfo