Class ContextAttribute

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.alpha.ContextAttribute
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:16.033Z") @Stability(Experimental) public class ContextAttribute extends software.amazon.jsii.JsiiObject
(experimental) Represents a field in the event pattern.

See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ContextAttribute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    ContextAttribute(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    (experimental) Escape hatch for other ContextAttribute that might be resolved in future.
    static String
    (experimental) A counter that identifies the attempt number for the current invocation, for example, 1.
    static String
    (experimental) The unique ID that EventBridge Scheduler assigns for each attempted invocation of a target, for example, d32c5kddcf5bb8c3.
     
    static String
    (experimental) The ARN of the schedule.
    static String
    (experimental) The time you specified for the schedule to invoke its target, for example, 2022-03-22T18:59:43Z.
    (experimental) Convert the path to the field in the event pattern to JSON.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • ContextAttribute

      protected ContextAttribute(software.amazon.jsii.JsiiObjectRef objRef)
    • ContextAttribute

      protected ContextAttribute(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • fromName

      @Stability(Experimental) @NotNull public static String fromName(@NotNull String name)
      (experimental) Escape hatch for other ContextAttribute that might be resolved in future.

      Parameters:
      name -
      • name will replace xxx in <aws.scheduler.xxx>.
      This parameter is required.
    • toString

      @Stability(Experimental) @NotNull public String toString()
      (experimental) Convert the path to the field in the event pattern to JSON.
      Overrides:
      toString in class Object
    • getAttemptNumber

      @Stability(Experimental) @NotNull public static String getAttemptNumber()
      (experimental) A counter that identifies the attempt number for the current invocation, for example, 1.
    • getExecutionId

      @Stability(Experimental) @NotNull public static String getExecutionId()
      (experimental) The unique ID that EventBridge Scheduler assigns for each attempted invocation of a target, for example, d32c5kddcf5bb8c3.
    • getScheduleArn

      @Stability(Experimental) @NotNull public static String getScheduleArn()
      (experimental) The ARN of the schedule.
    • getScheduledTime

      @Stability(Experimental) @NotNull public static String getScheduledTime()
      (experimental) The time you specified for the schedule to invoke its target, for example, 2022-03-22T18:59:43Z.
    • getName

      @Stability(Experimental) @NotNull public String getName()