OrganizationConfig / TaggingPolicyConfig

Organizations tag policy.

Tag policies help you standardize tags on all tagged resources across your organization. You can use tag policies to define tag keys (including how they should be capitalized) and their allowed values.

taggingPolicies:
- name: TagPolicy
description: Organization Tagging Policy
policy: tagging-policies/org-tag-policy.json
deploymentTargets:
organizationalUnits:
- Root
interface ITaggingPolicyConfig {
    deploymentTargets: IDeploymentTargets;
    description: string;
    name: string;
    policy: string;
}

Properties

deploymentTargets: IDeploymentTargets

Tagging policy deployment targets

description: string

A description to assign to the policy.

name: string

The friendly name to assign to the policy. The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

policy: string

Tagging policy definition json file. This file must be present in config repository