Rule

class Rule : KotlinCustomResource

Creates a rule for the specified CON instance.

Properties

Link copied to clipboard
val actions: Output<RuleActions>

A list of actions to be run when the rule is triggered.

Link copied to clipboard
val function: Output<String>

The conditions of the rule.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceArn: Output<String>

The Amazon Resource Name (ARN) of the instance.

Link copied to clipboard
val name: Output<String>

The name of the rule.

Link copied to clipboard

The publish status of the rule. Allowed values: `DRAFT` | `PUBLISHED`

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ruleArn: Output<String>

The Amazon Resource Name (ARN) of the rule.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Link copied to clipboard

The event source to trigger the rule.

Link copied to clipboard
val urn: Output<String>