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.104.0 (build e79254c)",
date="2025-01-04T09:06:33.268Z")
@Stability(Experimental)
public class ContextAttribute
extends software.amazon.jsii.JsiiObject
(experimental) A set of convenient static methods representing the Scheduler Context Attributes.
These Context Attributes keywords can be used inside a ScheduleTargetInput.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionprotected
ContextAttribute
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
ContextAttribute
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
(experimental) Escape hatch for other Context Attributes that may be added in the 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.getName()
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.toString()
(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
(experimental) Escape hatch for other Context Attributes that may be added in the future.- Parameters:
name
-- name will replace xxx in <aws.scheduler.xxx>.
-
toString
(experimental) Convert the path to the field in the event pattern to JSON. -
getAttemptNumber
(experimental) A counter that identifies the attempt number for the current invocation, for example, 1. -
getExecutionId
(experimental) The unique ID that EventBridge Scheduler assigns for each attempted invocation of a target, for example, d32c5kddcf5bb8c3. -
getScheduleArn
(experimental) The ARN of the schedule. -
getScheduledTime
(experimental) The time you specified for the schedule to invoke its target, for example, 2022-03-22T18:59:43Z. -
getName
-