Class CfnSchedule.TargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.CfnSchedule.TargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSchedule.TargetProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSchedule.TargetProperty
@Stability(Stable)
@Internal
public static final class CfnSchedule.TargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchedule.TargetProperty
An implementation for
CfnSchedule.TargetProperty
-
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.scheduler.CfnSchedule.TargetProperty
CfnSchedule.TargetProperty.Builder, CfnSchedule.TargetProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSchedule.TargetProperty.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 Object
An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule.final Object
The templated target type for the Amazon ECSRunTask
API operation.final Object
The templated target type for the EventBridgePutEvents
API operation.final String
getInput()
The text, or well-formed JSON, passed to the target.final Object
The templated target type for the Amazon KinesisPutRecord
API operation.final Object
ARetryPolicy
object that includes information about the retry policy settings, including the maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a target.final String
The Amazon Resource Name (ARN) of the IAM role that EventBridge Scheduler will use for this target when the schedule is invoked.final Object
The templated target type for the Amazon SageMakerStartPipelineExecution
API operation.final Object
The templated target type for the Amazon SQSSendMessage
API operation.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 theCfnSchedule.TargetProperty.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:CfnSchedule.TargetProperty
The Amazon Resource Name (ARN) of the target.- Specified by:
getArn
in interfaceCfnSchedule.TargetProperty
-
getRoleArn
Description copied from interface:CfnSchedule.TargetProperty
The Amazon Resource Name (ARN) of the IAM role that EventBridge Scheduler will use for this target when the schedule is invoked.- Specified by:
getRoleArn
in interfaceCfnSchedule.TargetProperty
-
getDeadLetterConfig
Description copied from interface:CfnSchedule.TargetProperty
An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule.If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue.
- Specified by:
getDeadLetterConfig
in interfaceCfnSchedule.TargetProperty
-
getEcsParameters
Description copied from interface:CfnSchedule.TargetProperty
The templated target type for the Amazon ECSRunTask
API operation.- Specified by:
getEcsParameters
in interfaceCfnSchedule.TargetProperty
-
getEventBridgeParameters
Description copied from interface:CfnSchedule.TargetProperty
The templated target type for the EventBridgePutEvents
API operation.- Specified by:
getEventBridgeParameters
in interfaceCfnSchedule.TargetProperty
-
getInput
Description copied from interface:CfnSchedule.TargetProperty
The text, or well-formed JSON, passed to the target.If you are configuring a templated Lambda , AWS Step Functions , or Amazon EventBridge target, the input must be a well-formed JSON. For all other target types, a JSON is not required. If you do not specify anything for this field, Amazon EventBridge Scheduler delivers a default notification to the target.
- Specified by:
getInput
in interfaceCfnSchedule.TargetProperty
-
getKinesisParameters
Description copied from interface:CfnSchedule.TargetProperty
The templated target type for the Amazon KinesisPutRecord
API operation.- Specified by:
getKinesisParameters
in interfaceCfnSchedule.TargetProperty
-
getRetryPolicy
Description copied from interface:CfnSchedule.TargetProperty
ARetryPolicy
object that includes information about the retry policy settings, including the maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a target.- Specified by:
getRetryPolicy
in interfaceCfnSchedule.TargetProperty
-
getSageMakerPipelineParameters
Description copied from interface:CfnSchedule.TargetProperty
The templated target type for the Amazon SageMakerStartPipelineExecution
API operation.- Specified by:
getSageMakerPipelineParameters
in interfaceCfnSchedule.TargetProperty
-
getSqsParameters
Description copied from interface:CfnSchedule.TargetProperty
The templated target type for the Amazon SQSSendMessage
API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide .- Specified by:
getSqsParameters
in interfaceCfnSchedule.TargetProperty
-
$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()
-