gradle-aws-plugin
gradle-aws-plugin copied to clipboard
Establish role when using cloudformation
trafficstars
I would like to establish the role which I use (eg. I have a CloudFormation template that creates a DynamoDB table with a certain structure and I want to do this with role x, y or z). Is this possible or would this be considered as an improvement? Thanks!:)
I just found that you can configure this by region (eg.
aws {
region = "eu-central-1"
})
can I add here role = <