aws.rest-account
Filters
Actions
update
Update the cloudwatch role associated to a rest account
- example:
policies:
- name: correct-rest-account-log-role
resource: rest-account
filters:
- cloudwatchRoleArn: arn:aws:iam::000000000000:role/GatewayLogger
actions:
- type: update
patch:
- op: replace
path: /cloudwatchRoleArn
value: arn:aws:iam::000000000000:role/BetterGatewayLogger
properties:
patch:
items:
additonalProperties: false
properties:
from:
type: string
op:
enum:
- add
- remove
- update
- copy
- replace
- test
path:
type: string
value:
type: string
required:
- op
- path
type: object
type: array
type:
enum:
- update
required:
- patch
- type
Permissions - apigateway:PATCH