1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
In AWS CloudFormation when using the Resource AWS::Glue::Job under Properties you need to add these advanced parameter in the DefaultArguments section.
"DefaultArguments": {
"--TempDir": "s3://aws-glue-temporary-633748029103-eu-west-1/serhat",
"--class": "GlueApp",
"--enable-glue-datacatalog": "",
"--enable-metrics": "",
"--encryption-type": "sse-s3",
"--job-bookmark-option": "job-bookmark-enable",
"--job-language": "scala"
},
You can find the list of parameters here.
For additional JARS: --extra-jars is the parameter.
For Server Side Encryption: --encryption-type is the parameter.
Hope this helps.
Relevant content
- asked 2 years ago
- asked 4 years ago
- asked 4 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated a month ago