Class UniversalTargetProps.Jsii$Proxy
- All Implemented Interfaces:
ScheduleTargetBaseProps,UniversalTargetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UniversalTargetProps
UniversalTargetProps-
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.scheduler.targets.UniversalTargetProps
UniversalTargetProps.Builder, UniversalTargetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(UniversalTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUniversalTargetProps.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 StringThe API action to call.final IQueueThe SQS queue to be used as deadLetterQueue.final ScheduleTargetInputgetInput()Input passed to the target.final DurationThe maximum age of a request that Scheduler sends to a target for processing.final List<PolicyStatement> The IAM policy statements needed to invoke the target.final NumberThe maximum number of times to retry when the target returns an error.final IRolegetRole()An execution role is an IAM role that EventBridge Scheduler assumes in order to interact with other AWS services on your behalf.final StringThe AWS service to call.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 theUniversalTargetProps.Builder.
-
-
Method Details
-
getAction
Description copied from interface:UniversalTargetPropsThe API action to call. Must be camelCase.You cannot use read-only API actions such as common GET operations.
- Specified by:
getActionin interfaceUniversalTargetProps- See Also:
-
getService
Description copied from interface:UniversalTargetPropsThe AWS service to call.This must be in lowercase.
- Specified by:
getServicein interfaceUniversalTargetProps
-
getPolicyStatements
Description copied from interface:UniversalTargetPropsThe IAM policy statements needed to invoke the target. These statements are attached to the Scheduler's role.Note that the default may not be the correct actions as not all AWS services follows the same IAM action pattern, or there may be more actions needed to invoke the target.
Default: - Policy with `service:action` action only.
- Specified by:
getPolicyStatementsin interfaceUniversalTargetProps
-
getDeadLetterQueue
Description copied from interface:ScheduleTargetBasePropsThe SQS queue to be used as deadLetterQueue.The events not successfully delivered are automatically retried for a specified period of time, depending on the retry policy of the target. If an event is not delivered before all retry attempts are exhausted, it will be sent to the dead letter queue.
Default: - no dead-letter queue
- Specified by:
getDeadLetterQueuein interfaceScheduleTargetBaseProps
-
getInput
Description copied from interface:ScheduleTargetBasePropsInput passed to the target.Default: - no input.
- Specified by:
getInputin interfaceScheduleTargetBaseProps
-
getMaxEventAge
Description copied from interface:ScheduleTargetBasePropsThe maximum age of a request that Scheduler sends to a target for processing.Minimum value of 60. Maximum value of 86400.
Default: Duration.hours(24)
- Specified by:
getMaxEventAgein interfaceScheduleTargetBaseProps
-
getRetryAttempts
Description copied from interface:ScheduleTargetBasePropsThe maximum number of times to retry when the target returns an error.Minimum value of 0. Maximum value of 185.
Default: 185
- Specified by:
getRetryAttemptsin interfaceScheduleTargetBaseProps
-
getRole
Description copied from interface:ScheduleTargetBasePropsAn execution role is an IAM role that EventBridge Scheduler assumes in order to interact with other AWS services on your behalf.If none provided templates target will automatically create an IAM role with all the minimum necessary permissions to interact with the templated target. If you wish you may specify your own IAM role, then the templated targets will grant minimal required permissions.
Default: - created by target
- Specified by:
getRolein interfaceScheduleTargetBaseProps
-
$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()
-