View Source AWS.Kafka (aws-elixir v1.0.4)

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 MSK configuration.

Creates a new MSK VPC connection.

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

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

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 cluster operation specified by the ARN.

Returns a description of the MSK cluster 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.

Returns a description of this MSK VPC connection.

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

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

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

Returns a list of all the VPC connections in this Region.

Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.

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 the cluster with the configuration that is specified in the request body.

Updates the Apache Kafka version for the cluster.

Updates the cluster's connectivity configuration.

Updates the monitoring settings for the cluster.

Updates the security settings for the 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 MSK cluster.

Link to this function

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

View Source

Creates a new MSK configuration.

Link to this function

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

View Source

Creates the replicator.

Link to this function

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

View Source

Creates a new MSK VPC connection.

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_cluster_policy(client, cluster_arn, input, options \\ [])

View Source

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

Link to this function

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

View Source

Deletes an MSK Configuration.

Link to this function

delete_replicator(client, replicator_arn, input, options \\ [])

View Source

Deletes a replicator.

Link to this function

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

View Source

Deletes a MSK VPC connection.

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_operation_v2(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 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

describe_replicator(client, replicator_arn, options \\ [])

View Source

Describes a replicator.

Link to this function

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

View Source

Returns a description of this MSK VPC connection.

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.

This list doesn't necessarily include all of the brokers in the cluster. The following Python 3.6 example shows how you can use the Amazon Resource Name (ARN) of a cluster to get its bootstrap brokers. If you don't know the ARN of your cluster, you can use the ListClusters operation to get the ARNs of all the clusters in this account and Region.

Link to this function

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

View Source

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

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_client_vpc_connections(client, cluster_arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of all the VPC connections in this Region.

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_cluster_operations_v2(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 MSK configurations in this Region.

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_replicators(client, max_results \\ nil, next_token \\ nil, replicator_name_filter \\ nil, options \\ [])

View Source

Lists the replicators.

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

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

View Source

Returns a list of all the VPC connections in this Region.

Link to this function

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

View Source

Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.

Link to this function

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

View Source

Reboots brokers.

Link to this function

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

View Source

Returns empty response.

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.

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 EC2 instance 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 MSK configuration.

Link to this function

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

View Source

Updates the cluster's connectivity configuration.

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_replication_info(client, replicator_arn, input, options \\ [])

View Source

Updates replication info of a replicator.

Link to this function

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

View Source

Updates the security settings for the cluster.

You can use this operation to specify encryption and authentication on existing clusters.

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.