DeleteCluster
yaml
type: "io.kestra.plugin.aws.emr.deletecluster"
Examples
yaml
id: aws_emr_delete_cluster
namespace: company.team
tasks:
- id: delete_cluster
type: io.kestra.plugin.aws.emr.DeleteCluster
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
region: "eu-central-1"
clusterIds:
- j-XYXYXYXYXYXY
- J-XZXZXZXZXZXZ
Properties
clusterIds *Requiredarray
SubType string
accessKeyId string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15M
Format
duration