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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EventBridgeSchedulerTargetProps
EventBridgeSchedulerTargetProps.Builder, EventBridgeSchedulerTargetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEventBridgeSchedulerTargetProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetArn()The Amazon Resource Name (ARN) of the target.final IQueueDead letter queue for failed events.final StringgetInput()The input to the target.final RetryPolicyThe retry policy settings.final IRolegetRole()The IAM role that EventBridge Scheduler will use for this target when the schedule is invoked.final inthashCode()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:EventBridgeSchedulerTargetPropsThe Amazon Resource Name (ARN) of the target.- Specified by:
getArnin interfaceEventBridgeSchedulerTargetProps- See Also:
-
getRole
Description copied from interface:EventBridgeSchedulerTargetPropsThe IAM role that EventBridge Scheduler will use for this target when the schedule is invoked.- Specified by:
getRolein interfaceEventBridgeSchedulerTargetProps
-
getDeadLetterQueue
Description copied from interface:EventBridgeSchedulerTargetPropsDead letter queue for failed events.Default: - No dead letter queue
- Specified by:
getDeadLetterQueuein interfaceEventBridgeSchedulerTargetProps
-
getInput
Description copied from interface:EventBridgeSchedulerTargetPropsThe input to the target.Default: - EventBridge Scheduler delivers a default notification to the target
- Specified by:
getInputin interfaceEventBridgeSchedulerTargetProps
-
getRetryPolicy
Description copied from interface:EventBridgeSchedulerTargetPropsThe retry policy settings.Default: - Do not retry
- Specified by:
getRetryPolicyin interfaceEventBridgeSchedulerTargetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-