
ListClusters
CertifiedList Amazon MSK clusters
ListClusters
Certified
List Amazon MSK clusters
yaml
type: io.kestra.plugin.aws.msk.ListClustersExamples
yaml
id: msk_list_clusters
namespace: company.team
tasks:
- id: list_clusters
type: io.kestra.plugin.aws.msk.ListClusters
region: "{{ secret('AWS_REGION') }}"
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_ACCESS_KEY') }}"
- id: log_results
type: io.kestra.plugin.core.log.Log
message: "Found {{ outputs.list_clusters.total }} MSK clusters"
Properties
accessKeyId string
clusterNameFilter string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
pluginDefaultsRef Non-dynamicstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
Outputs
clusters array
SubTypeobject