package kafka

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. kafka
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BrokerAZDistribution = String
  2. 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()
  3. trait BrokerNodeInfo extends Object
    Annotations
    @RawJSType() @native()
  4. 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()
  5. trait ClusterInfo extends Object

    Returns information about a cluster.

    Returns information about a cluster.

    Annotations
    @RawJSType() @native()
  6. type ClusterState = String
  7. trait CreateClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  8. trait CreateClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  9. trait DeleteClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  10. trait DeleteClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  11. trait DescribeClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  12. trait DescribeClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  13. 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()
  14. trait EncryptionAtRest extends Object

    The data volume encryption details.

    The data volume encryption details.

    Annotations
    @RawJSType() @native()
  15. 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()
  16. type EnhancedMonitoring = String
  17. trait GetBootstrapBrokersRequest extends Object
    Annotations
    @RawJSType() @native()
  18. trait GetBootstrapBrokersResponse extends Object
    Annotations
    @RawJSType() @native()
  19. class Kafka extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Kafka" )
  20. implicit final class KafkaOps extends AnyVal
  21. trait ListClustersRequest extends Object
    Annotations
    @RawJSType() @native()
  22. trait ListClustersResponse extends Object
    Annotations
    @RawJSType() @native()
  23. trait ListNodesRequest extends Object
    Annotations
    @RawJSType() @native()
  24. trait ListNodesResponse extends Object
    Annotations
    @RawJSType() @native()
  25. type MaxResults = Int
  26. trait NodeInfo extends Object

    The node information object.

    The node information object.

    Annotations
    @RawJSType() @native()
  27. type NodeType = String
  28. 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()
  29. trait ZookeeperNodeInfo extends Object

    Zookeeper node information.

    Zookeeper node information.

    Annotations
    @RawJSType() @native()
  30. type __double = Double
  31. type __integer = Int
  32. type __integerMin1Max15 = Int
  33. type __integerMin1Max16384 = Int
  34. type __listOfClusterInfo = Array[ClusterInfo]
  35. type __listOfNodeInfo = Array[NodeInfo]
  36. type __listOf__string = Array[__string]
  37. type __string = String
  38. type __stringMin1Max128 = String
  39. type __stringMin1Max64 = String
  40. type __stringMin5Max32 = String
  41. type __timestampIso8601 = Date

Value Members

  1. 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.

  2. object BrokerNodeGroupInfo
  3. object BrokerNodeInfo
  4. object BrokerSoftwareInfo
  5. object ClusterInfo
  6. object ClusterStateEnum

    The state of a Kafka cluster.

  7. object CreateClusterRequest
  8. object CreateClusterResponse
  9. object DeleteClusterRequest
  10. object DeleteClusterResponse
  11. object DescribeClusterRequest
  12. object DescribeClusterResponse
  13. object EBSStorageInfo
  14. object EncryptionAtRest
  15. object EncryptionInfo
  16. 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.

  17. object GetBootstrapBrokersRequest
  18. object GetBootstrapBrokersResponse
  19. object ListClustersRequest
  20. object ListClustersResponse
  21. object ListNodesRequest
  22. object ListNodesResponse
  23. object NodeInfo
  24. object NodeTypeEnum

    The broker or Zookeeper node.

  25. object StorageInfo
  26. object ZookeeperNodeInfo

Inherited from AnyRef

Inherited from Any

Ungrouped