CreateServerlessApplicationAndStartJob
CreateServerlessApplicationAndStartJob
yaml
type: "io.kestra.plugin.aws.emr.CreateServerlessApplicationAndStartJob"Examples
yaml
id: create_and_run_emr_serverless_app
namespace: company.team
tasks:
- id: create_and_run
type: io.kestra.plugin.aws.emr.CreateServerlessApplicationAndStartJob
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
region: "eu-central-1"
releaseLabel: "emr-7.0.0"
applicationType: "SPARK"
executionRoleArn: "arn:aws:iam::123456789012:role/EMRServerlessRole"
jobName: "example-job"
entryPoint: "s3://my-bucket/jobs/script.py"
Properties
applicationType *Requiredstring
entryPoint *Requiredstring
executionRoleArn *Requiredstring
jobName *Requiredstring
releaseLabel *Requiredstring
accessKeyId string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MFormat
duration