Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRulePropsMixin.Builder
Packages that use CfnRulePropsMixin.Builder
-
Uses of CfnRulePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.connect
Methods in software.amazon.awscdk.cfnpropertymixins.services.connect that return CfnRulePropsMixin.BuilderModifier and TypeMethodDescriptionCfnRulePropsMixin.Builder.actions(CfnRulePropsMixin.ActionsProperty actions) A list of actions to be run when the rule is triggered.CfnRulePropsMixin.Builder.actions(IResolvable actions) A list of actions to be run when the rule is triggered.static CfnRulePropsMixin.BuilderCfnRulePropsMixin.Builder.create()static CfnRulePropsMixin.BuilderCfnRulePropsMixin.Builder.create(CfnPropertyMixinOptions options) The conditions of the rule.CfnRulePropsMixin.Builder.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the instance.The name of the rule.CfnRulePropsMixin.Builder.publishStatus(String publishStatus) The publish status of the rule.The tags used to organize, track, or control access for this resource.CfnRulePropsMixin.Builder.triggerEventSource(CfnRulePropsMixin.RuleTriggerEventSourceProperty triggerEventSource) The event source to trigger the rule.CfnRulePropsMixin.Builder.triggerEventSource(IResolvable triggerEventSource) The event source to trigger the rule.