OrganizationManagedRuleMetadata

An object that specifies organization managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description that you provide for your organization Config rule.

Link copied to clipboard

A string, in JSON format, that is passed to your organization Config rule Lambda function.

Link copied to clipboard

The maximum frequency with which Config runs evaluations for a rule. This is for an Config managed rule that is triggered at a periodic frequency.

Link copied to clipboard

The ID of the Amazon Web Services resource that was evaluated.

Link copied to clipboard

The type of the Amazon Web Services resource that was evaluated.

Link copied to clipboard

For organization config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using Config managed rules.

Link copied to clipboard

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

Link copied to clipboard

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String