Interface IRule.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IRule, IRuleRef, IRuleRef.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IRule.Jsii$Proxy
Enclosing interface:
IRule

@Internal public static interface IRule.Jsii$Default extends IRule, IResource.Jsii$Default, IRuleRef.Jsii$Default
Internal default implementation for IRule.
  • Method Details

    • getRuleArn

      @Stability(Stable) @NotNull default String getRuleArn()
      The value of the event rule Amazon Resource Name (ARN), such as arn:aws:events:us-east-2:123456789012:rule/example.
      Specified by:
      getRuleArn in interface IRule
    • getRuleName

      @Stability(Stable) @NotNull default String getRuleName()
      The name event rule.
      Specified by:
      getRuleName in interface IRule