Managed Streaming for Kafka

2020/07/30 - Managed Streaming for Kafka - 1 new api methods

Changes  Update kafka client to latest version

RebootBroker (new) Link ΒΆ

Reboots brokers.

See also: AWS API Documentation

Request Syntax

client.reboot_broker(
    BrokerIds=[
        'string',
    ],
    ClusterArn='string'
)
type BrokerIds

list

param BrokerIds

[REQUIRED]

The list of broker IDs to be rebooted.

  • (string) --

type ClusterArn

string

param ClusterArn

[REQUIRED]

The Amazon Resource Name (ARN) of the cluster to be updated.

rtype

dict

returns

Response Syntax

{
    'ClusterArn': 'string',
    'ClusterOperationArn': 'string'
}

Response Structure

  • (dict) --

    Successful response.

    • ClusterArn (string) --

      The Amazon Resource Name (ARN) of the cluster.

    • ClusterOperationArn (string) --

      The Amazon Resource Name (ARN) of the cluster operation.