17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"resources": {
|
|
"Environment": {
|
|
"grants": {
|
|
"readConfig": {
|
|
"arnFormat": "${environmentArn}/configuration/*",
|
|
"actions": [
|
|
"appconfig:GetLatestConfiguration",
|
|
"appconfig:StartConfigurationSession"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|