Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config specs #7291

Merged
merged 8 commits into from
Aug 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions amazon_msk/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Amazon Kafka
files:
- name: amazon_msk.yaml
options:
- template: init_config
options:
- template: init_config/openmetrics
- template: instances
options:
- name: cluster_arn
description: The Amazon Resource Name (ARN) that uniquely identifies the cluster.
required: true
value:
type: string
- name: region_name
description: |
The name of the region to associate with the API client. By default, the region will be derived
from the `cluster_arn`. Set explicitly to `null` to use additional fallback mechanisms, see:
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#configuration
value:
type: string
- name: jmx_exporter_port
description: The port on which the JMX Exporter serves metrics.
value:
type: integer
example: 11001
- name: node_exporter_port
description: The port on which the Node Exporter serves metrics.
value:
type: integer
example: 11002
- template: instances/openmetrics
Loading