Mods

Policy: AWS > MSK > Serverless Cluster > Regions

A list of AWS regions in which AWS MSK serverless cluster resources will be managed by the CMDB.

The expected format is an array of region names. You may use the * and ? wildcard characters.

Setting the value to an empty array will disable the CMDB and Discovery for all regions.

By default, the AWS > MSK > Serverless Cluster > Regions policy inherits its value from AWS > MSK > Regions [Default].

Targets

This policy targets the following resource types:

Controls

Setting this policy configures these controls:

Policy Specification

Default template
{% if $.regions | length == 0 %} [] {% endif %}{% for item in $.regions %}- '{{ item }}'
{% endfor %}
Default template input
|
{
regions: policy(uri: "tmod:@turbot/aws-msk#/policy/types/mskRegionsDefault")
}

Category

In Your Workspace

Developers