Class EventBridgeSchedulerTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EventBridgeSchedulerTargetProps.Jsii$Proxy
- All Implemented Interfaces:
EventBridgeSchedulerTargetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventBridgeSchedulerTargetProps
@Stability(Stable)
@Internal
public static final class EventBridgeSchedulerTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventBridgeSchedulerTargetProps
An implementation for
EventBridgeSchedulerTargetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EventBridgeSchedulerTargetProps
EventBridgeSchedulerTargetProps.Builder, EventBridgeSchedulerTargetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEventBridgeSchedulerTargetProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getArn()
The Amazon Resource Name (ARN) of the target.final IQueue
Dead letter queue for failed events.final String
getInput()
The input to the target.final RetryPolicy
The retry policy settings.final IRole
getRole()
The IAM role that EventBridge Scheduler will use for this target when the schedule is invoked.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEventBridgeSchedulerTargetProps.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:EventBridgeSchedulerTargetProps
The Amazon Resource Name (ARN) of the target.- Specified by:
getArn
in interfaceEventBridgeSchedulerTargetProps
- See Also:
-
getRole
Description copied from interface:EventBridgeSchedulerTargetProps
The IAM role that EventBridge Scheduler will use for this target when the schedule is invoked.- Specified by:
getRole
in interfaceEventBridgeSchedulerTargetProps
-
getDeadLetterQueue
Description copied from interface:EventBridgeSchedulerTargetProps
Dead letter queue for failed events.Default: - No dead letter queue
- Specified by:
getDeadLetterQueue
in interfaceEventBridgeSchedulerTargetProps
-
getInput
Description copied from interface:EventBridgeSchedulerTargetProps
The input to the target.Default: - EventBridge Scheduler delivers a default notification to the target
- Specified by:
getInput
in interfaceEventBridgeSchedulerTargetProps
-
getRetryPolicy
Description copied from interface:EventBridgeSchedulerTargetProps
The retry policy settings.Default: - Do not retry
- Specified by:
getRetryPolicy
in interfaceEventBridgeSchedulerTargetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-