Mods

Policy: AWS > Doc DB > DB Cluster Snapshot > Allowed > Custom > Rules

Determine whether the AWS Doc DB db cluster snapshot is allowed to exist based on custom rules.

This policy will be evaluated by the Allowed > Custom control. If an AWS Doc DB db cluster snapshot is not allowed, it will be subject to the action specified in the Allowed > Custom policy.

Note: The policy value must be a string with a value of Allowed, Not allowed or Skip, or in the form of YAML objects. The object(s) must contain the key result with its value as Allowed or Not allowed. A custom title and message can also be added using the keys title and message respectively.

Targets

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Setting this policy configures this control:

Policy Specification

Default
Skip
Examples [YAML]
  • Allowed
    
  • Not allowed
    
  • Skip
    
  • result: Allowed
    
  • title: string
    result: Not allowed
    
  • title: string
    result: Allowed
    message: string
    
  • - title: string
      result: Allowed
      message: string
    - title: string
      result: Not allowed
      message: string
    

Category

In Your Workspace

Developers