OrganizationCustomRuleMetadata

An object that specifies organization custom rule metadata such as resource type, resource ID of Amazon Web Services resource, Lambda function ARN, and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule. 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 lambda function ARN.

Link copied to clipboard

The maximum frequency with which Config runs evaluations for a rule. Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

Link copied to clipboard

The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:

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

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