View Source AWS.Kafka (aws-elixir v0.13.3)

The operations for managing an Amazon MSK cluster.

Link to this section Summary

Functions

Associates one or more Scram Secrets with an Amazon MSK cluster.

Disassociates one or more Scram Secrets from an Amazon MSK cluster.

Creates a new Amazon MSK cluster of either the provisioned or the serverless type.

Creates a new MSK configuration.

Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.

Deletes the specified MSK configuration.

Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.

Returns a description of the cluster operation specified by the ARN.

Returns a description of the MSK cluster of either the provisioned or the serverless type whose Amazon Resource Name (ARN) is specified in the request.

Returns a description of this MSK configuration.

Returns a description of this revision of the configuration.

A list of brokers that a client application can use to bootstrap.

Gets the Apache Kafka versions to which you can update the MSK cluster.

Returns a list of all the operations that have been performed on the specified MSK cluster.

Returns a list of all the MSK configurations in this Region.

Returns a list of the Scram Secrets associated with an Amazon MSK cluster.

Returns a list of the tags associated with the specified resource.

Adds tags to the specified MSK resource.

Removes the tags associated with the keys that are provided in the query.

Updates the number of broker nodes in the cluster.

Updates the EBS storage associated with MSK brokers.

Updates all the brokers in the cluster to the specified type.

Updates the cluster with the configuration that is specified in the request body.

Updates the Apache Kafka version for the cluster.

Updates an existing MSK configuration.

Updates the connectivity configuration for the cluster.

Updates the monitoring settings for the cluster.

You can use this operation to update the encrypting and authentication settings for an existing cluster.

Updates cluster broker volume size (or) sets cluster storage mode to TIERED.

Link to this section Functions

Link to this function

batch_associate_scram_secret(client, cluster_arn, input, options \\ [])

View Source

Associates one or more Scram Secrets with an Amazon MSK cluster.

Link to this function

batch_disassociate_scram_secret(client, cluster_arn, input, options \\ [])

View Source

Disassociates one or more Scram Secrets from an Amazon MSK cluster.

Link to this function

create_cluster(client, input, options \\ [])

View Source

Creates a new MSK cluster.

Link to this function

create_cluster_v2(client, input, options \\ [])

View Source

Creates a new Amazon MSK cluster of either the provisioned or the serverless type.

Link to this function

create_configuration(client, input, options \\ [])

View Source

Creates a new MSK configuration.

Link to this function

delete_cluster(client, cluster_arn, input, options \\ [])

View Source

Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.

Link to this function

delete_configuration(client, arn, input, options \\ [])

View Source

Deletes the specified MSK configuration.

The configuration must be in the ACTIVE or DELETE_FAILED state.

Link to this function

describe_cluster(client, cluster_arn, options \\ [])

View Source

Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.

Link to this function

describe_cluster_operation(client, cluster_operation_arn, options \\ [])

View Source

Returns a description of the cluster operation specified by the ARN.

Link to this function

describe_cluster_v2(client, cluster_arn, options \\ [])

View Source

Returns a description of the MSK cluster of either the provisioned or the serverless type whose Amazon Resource Name (ARN) is specified in the request.

Link to this function

describe_configuration(client, arn, options \\ [])

View Source

Returns a description of this MSK configuration.

Link to this function

describe_configuration_revision(client, arn, revision, options \\ [])

View Source

Returns a description of this revision of the configuration.

Link to this function

get_bootstrap_brokers(client, cluster_arn, options \\ [])

View Source

A list of brokers that a client application can use to bootstrap.

Link to this function

get_compatible_kafka_versions(client, cluster_arn \\ nil, options \\ [])

View Source

Gets the Apache Kafka versions to which you can update the MSK cluster.

Link to this function

list_cluster_operations(client, cluster_arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the operations that have been performed on the specified MSK cluster.

Link to this function

list_clusters(client, cluster_name_filter \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the MSK clusters in the current Region.

Link to this function

list_clusters_v2(client, cluster_name_filter \\ nil, cluster_type_filter \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the MSK clusters in the current Region.

Link to this function

list_configuration_revisions(client, arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the revisions of an MSK configuration.

Link to this function

list_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the MSK configurations in this Region.

Link to this function

list_kafka_versions(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of Apache Kafka versions.

Link to this function

list_nodes(client, cluster_arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of the broker nodes in the cluster.

Link to this function

list_scram_secrets(client, cluster_arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of the Scram Secrets associated with an Amazon MSK cluster.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Returns a list of the tags associated with the specified resource.

Link to this function

reboot_broker(client, cluster_arn, input, options \\ [])

View Source

Executes a reboot on a broker.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Adds tags to the specified MSK resource.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes the tags associated with the keys that are provided in the query.

Link to this function

update_broker_count(client, cluster_arn, input, options \\ [])

View Source

Updates the number of broker nodes in the cluster.

You can use this operation to increase the number of brokers in an existing cluster. You can't decrease the number of brokers.

Link to this function

update_broker_storage(client, cluster_arn, input, options \\ [])

View Source

Updates the EBS storage associated with MSK brokers.

Link to this function

update_broker_type(client, cluster_arn, input, options \\ [])

View Source

Updates all the brokers in the cluster to the specified type.

Link to this function

update_cluster_configuration(client, cluster_arn, input, options \\ [])

View Source

Updates the cluster with the configuration that is specified in the request body.

Link to this function

update_cluster_kafka_version(client, cluster_arn, input, options \\ [])

View Source

Updates the Apache Kafka version for the cluster.

Link to this function

update_configuration(client, arn, input, options \\ [])

View Source

Updates an existing MSK configuration.

The configuration must be in the Active state.

Link to this function

update_connectivity(client, cluster_arn, input, options \\ [])

View Source

Updates the connectivity configuration for the cluster.

Link to this function

update_monitoring(client, cluster_arn, input, options \\ [])

View Source

Updates the monitoring settings for the cluster.

You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.

Link to this function

update_security(client, cluster_arn, input, options \\ [])

View Source

You can use this operation to update the encrypting and authentication settings for an existing cluster.

Link to this function

update_storage(client, cluster_arn, input, options \\ [])

View Source

Updates cluster broker volume size (or) sets cluster storage mode to TIERED.