Rule

class Rule : KotlinCustomResource

Resource Type definition for AWS:Connect::Rule

Properties

Link copied to clipboard
val actions: Output<RuleActions>

The list of actions that will be executed when a rule is triggered.

Link copied to clipboard
val function: Output<String>

The conditions of a 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 a rule, either draft or 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>>?

One or more tags.

Link copied to clipboard

The event source that triggers the rule.

Link copied to clipboard
val urn: Output<String>