AWS MSK Kafka Cluster Terraform module
Upstream version 3.3.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/msk-kafka-cluster/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| appautoscaling_policy_arn | — | The ARN assigned by AWS to the scaling policy | — |
| appautoscaling_policy_name | — | The scaling policy's name | — |
| appautoscaling_policy_policy_type | — | The scaling policy's type | — |
| arn | — | Amazon Resource Name (ARN) of the MSK cluster | — |
| bootstrap_brokers | — | Comma separated list of one or more hostname:port pairs of Kafka brokers suitable to bootstrap connectivity to the Kafka cluster | — |
| bootstrap_brokers_plaintext | — | Comma separated list of one or more hostname:port pairs of Kafka brokers suitable to bootstrap connectivity to the Kafka cluster. Contains a value if `encryption_in_transit_client_broker` is set to `PLAINTEXT` or `TLS_PLAINTEXT` | — |
| bootstrap_brokers_public | — | Comma separated list of one or more hostname:port pairs of Kafka brokers suitable to bootstrap connectivity to the Kafka cluster | — |
| bootstrap_brokers_public_sasl_iam | — | One or more DNS names (or IP addresses) and SASL IAM port pairs | — |
| bootstrap_brokers_public_sasl_scram | — | One or more DNS names (or IP addresses) and SASL SCRAM port pairs | — |
| bootstrap_brokers_public_tls | — | One or more DNS names (or IP addresses) and TLS port pairs | — |
| bootstrap_brokers_sasl_iam | — | One or more DNS names (or IP addresses) and SASL IAM port pairs. This attribute will have a value if `encryption_in_transit_client_broker` is set to `TLS_PLAINTEXT` or `TLS` and `client_authentication_sasl_iam` is set to `true` | — |
| bootstrap_brokers_sasl_scram | — | One or more DNS names (or IP addresses) and SASL SCRAM port pairs. This attribute will have a value if `encryption_in_transit_client_broker` is set to `TLS_PLAINTEXT` or `TLS` and `client_authentication_sasl_scram` is set to `true` | — |
| bootstrap_brokers_tls | — | One or more DNS names (or IP addresses) and TLS port pairs. This attribute will have a value if `encryption_in_transit_client_broker` is set to `TLS_PLAINTEXT` or `TLS` | — |
| bootstrap_brokers_vpc_connectivity | — | Comma separated list of one or more hostname:port pairs of Kafka brokers suitable to bootstrap connectivity to the Kafka cluster | — |
| bootstrap_brokers_vpc_connectivity_sasl_iam | — | One or more DNS names (or IP addresses) and SASL IAM port pairs for VPC connectivity | — |
| bootstrap_brokers_vpc_connectivity_sasl_scram | — | One or more DNS names (or IP addresses) and SASL SCRAM port pairs for VPC connectivity | — |
| bootstrap_brokers_vpc_connectivity_tls | — | One or more DNS names (or IP addresses) and TLS port pairs for VPC connectivity | — |
| cluster_name | — | Name of the MSK cluster | — |
| cluster_uuid | — | UUID of the MSK cluster, for use in IAM policies | — |
| configuration_arn | — | Amazon Resource Name (ARN) of the configuration | — |
| configuration_latest_revision | — | Latest revision of the configuration | — |
| connect_custom_plugins | — | A map of output attributes for the connect custom plugins created | — |
| connect_worker_configuration_arn | — | The Amazon Resource Name (ARN) of the worker configuration | — |
| connect_worker_configuration_latest_revision | — | An ID of the latest successfully created revision of the worker configuration | — |
| current_version | — | Current version of the MSK Cluster used for updates, e.g. `K13V1IB3VIYZZH` | — |
| log_group_arn | — | The Amazon Resource Name (ARN) specifying the log group | — |
| schema_registries | — | A map of output attributes for the schema registries created | — |
| schemas | — | A map of output attributes for the schemas created | — |
| scram_secret_association_id | — | Amazon Resource Name (ARN) of the MSK cluster | — |
| topics | — | A map of output attributes for the MSK topics created | — |
| vpc_connections | — | A map of output attributes for the VPC connections created | — |
| zookeeper_connect_string | — | A comma separated list of one or more hostname:port pairs to use to connect to the Apache Zookeeper cluster. The returned values are sorted alphabetically | — |
| zookeeper_connect_string_tls | — | A comma separated list of one or more hostname:port pairs to use to connect to the Apache Zookeeper cluster via TLS. The returned values are sorted alphabetically | — |