PreventionDiscoveryConfigActionTagResources

data class PreventionDiscoveryConfigActionTagResources(val lowerDataRiskToLow: Boolean? = null, val profileGenerationsToTags: List<String>? = null, val tagConditions: List<PreventionDiscoveryConfigActionTagResourcesTagCondition>? = null)

Constructors

constructor(lowerDataRiskToLow: Boolean? = null, profileGenerationsToTags: List<String>? = null, tagConditions: List<PreventionDiscoveryConfigActionTagResourcesTagCondition>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether applying a tag to a resource should lower the risk of the profile for that resource. For example, in conjunction with an IAM deny policy, you can deny all principals a permission if a tag value is present, mitigating the risk of the resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles.

Link copied to clipboard

The profile generations for which the tag should be attached to resources. If you attach a tag to only new profiles, then if the sensitivity score of a profile subsequently changes, its tag doesn't change. By default, this field includes only new profiles. To include both new and updated profiles for tagging, this field should explicitly include both PROFILE_GENERATION_NEW and PROFILE_GENERATION_UPDATE. Each value may be one of: PROFILE_GENERATION_NEW, PROFILE_GENERATION_UPDATE.

Link copied to clipboard

The tags to associate with different conditions. Structure is documented below.