ServiceNow CMDB CI relationship sync: faster, more complete →
Mods
AWS

Policy: AWS > RDS > Permissions > Lockdown > Engine Types

Configure whether lockdown policies are enabled to prohibit modification of Engine Types.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Policy Specification

Schema Type
array
Default template
{% if $.engineTypes.items[0].value | length == 0 %} ['*'] {% endif %}{% for item in $.engineTypes.items[0].value %}- '{{ item }}'
{% endfor %}
Default template input
- |
{
item: account {
Id
}
}
- |
{
engineTypes: policyValues(filter:"policyTypeLevel:self resourceId:{{ $.item.Id }} policyTypeId:'tmod:@turbot/aws-rds/policy/types/dbInstanceApprovedDatabaseEngines'") {
items {
value
}
}
}
Examples [YAML]
  • - aurora
    - aurora-mysql
    - chimera
    

Category

In Your Workspace

Developers