You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(resources.change.after contains "storage_encrypted"and resources.change.after.storage_encrypted not in unSupportedType){
if(resources.change.after.storage_encrypted is not validAttributeValue){
print ("For ",resources.address,",",resources.change.after.storage_encrypted ,"is not a valid value for storage_encrypted attribute.Only allowed value is true")
violatingResources[address]=resources.address
}
} else {
print("For ",resources.address,",storage_encrypted attribute is not present or undefined")
violatingResources[address]=resources.address
}
}
print("Policy validation rule - Ensure RDS DB Instance snapshots have server side encryption enabled")