Data Source schema for AWS::KafkaConnect::Connector
id
(String) Uniquely identifies the resource.capacity
(Attributes) Information about the capacity allocated to the connector. (see below for nested schema)connector_arn
(String) Amazon Resource Name for the created Connector.connector_configuration
(Map of String) The configuration for the connector.connector_description
(String) A summary description of the connector.connector_name
(String) The name of the connector.kafka_cluster
(Attributes) Details of how to connect to the Kafka cluster. (see below for nested schema)kafka_cluster_client_authentication
(Attributes) Details of the client authentication used by the Kafka cluster. (see below for nested schema)kafka_cluster_encryption_in_transit
(Attributes) Details of encryption in transit to the Kafka cluster. (see below for nested schema)kafka_connect_version
(String) The version of Kafka Connect. It has to be compatible with both the Kafka cluster's version and the plugins.log_delivery
(Attributes) Details of what logs are delivered and where they are delivered. (see below for nested schema)plugins
(Attributes Set) List of plugins to use with the connector. (see below for nested schema)service_execution_role_arn
(String) The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon S3 objects and other external resources.tags
(Attributes Set) A collection of tags associated with a resource (see below for nested schema)worker_configuration
(Attributes) Specifies the worker configuration to use with the connector. (see below for nested schema)capacity
Read-Only:
auto_scaling
(Attributes) Details about auto scaling of a connector. (see below for nested schema)provisioned_capacity
(Attributes) Details about a fixed capacity allocated to a connector. (see below for nested schema)capacity.auto_scaling
Read-Only:
max_worker_count
(Number) The maximum number of workers for a connector.mcu_count
(Number) Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.min_worker_count
(Number) The minimum number of workers for a connector.scale_in_policy
(Attributes) Information about the scale in policy of the connector. (see below for nested schema)scale_out_policy
(Attributes) Information about the scale out policy of the connector. (see below for nested schema)capacity.auto_scaling.scale_in_policy
Read-Only:
cpu_utilization_percentage
(Number) Specifies the CPU utilization percentage threshold at which connector scale in should trigger.capacity.auto_scaling.scale_out_policy
Read-Only:
cpu_utilization_percentage
(Number) Specifies the CPU utilization percentage threshold at which connector scale out should trigger.capacity.provisioned_capacity
Read-Only:
mcu_count
(Number) Specifies how many MSK Connect Units (MCU) are allocated to the connector.worker_count
(Number) Number of workers for a connector.kafka_cluster
Read-Only:
apache_kafka_cluster
(Attributes) Details of how to connect to an Apache Kafka cluster. (see below for nested schema)kafka_cluster.apache_kafka_cluster
Read-Only:
bootstrap_servers
(String) The bootstrap servers string of the Apache Kafka cluster.vpc
(Attributes) Information about a VPC used with the connector. (see below for nested schema)kafka_cluster.apache_kafka_cluster.vpc
Read-Only:
security_groups
(Set of String) The AWS security groups to associate with the elastic network interfaces in order to specify what the connector has access to.subnets
(Set of String) The list of subnets to connect to in the virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets.kafka_cluster_client_authentication
Read-Only:
authentication_type
(String) The type of client authentication used to connect to the Kafka cluster. Value NONE means that no client authentication is used.kafka_cluster_encryption_in_transit
Read-Only:
encryption_type
(String) The type of encryption in transit to the Kafka cluster.log_delivery
Read-Only:
worker_log_delivery
(Attributes) Specifies where worker logs are delivered. (see below for nested schema)log_delivery.worker_log_delivery
Read-Only:
cloudwatch_logs
(Attributes) Details about delivering logs to Amazon CloudWatch Logs. (see below for nested schema)firehose
(Attributes) Details about delivering logs to Amazon Kinesis Data Firehose. (see below for nested schema)s3
(Attributes) Details about delivering logs to Amazon S3. (see below for nested schema)log_delivery.worker_log_delivery.cloudwatch_logs
Read-Only:
enabled
(Boolean) Specifies whether the logs get sent to the specified CloudWatch Logs destination.log_group
(String) The CloudWatch log group that is the destination for log delivery.log_delivery.worker_log_delivery.firehose
Read-Only:
delivery_stream
(String) The Kinesis Data Firehose delivery stream that is the destination for log delivery.enabled
(Boolean) Specifies whether the logs get sent to the specified Kinesis Data Firehose delivery stream.log_delivery.worker_log_delivery.s3
Read-Only:
bucket
(String) The name of the S3 bucket that is the destination for log delivery.enabled
(Boolean) Specifies whether the logs get sent to the specified Amazon S3 destination.prefix
(String) The S3 prefix that is the destination for log delivery.plugins
Read-Only:
custom_plugin
(Attributes) Details about a custom plugin. (see below for nested schema)plugins.custom_plugin
Read-Only:
custom_plugin_arn
(String) The Amazon Resource Name (ARN) of the custom plugin to use.revision
(Number) The revision of the custom plugin to use.tags
Read-Only:
key
(String)value
(String)worker_configuration
Read-Only:
revision
(Number) The revision of the worker configuration to use.worker_configuration_arn
(String) The Amazon Resource Name (ARN) of the worker configuration to use.