Class IScheduleGroup.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.IScheduleGroup.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IScheduleGroupRef,IScheduleGroupRef.Jsii$Default,IResource,IResource.Jsii$Default,IScheduleGroup,IScheduleGroup.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IScheduleGroup
@Internal
public static final class IScheduleGroup.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IScheduleGroup.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.scheduler.IScheduleGroup
IScheduleGroup.Jsii$Default, IScheduleGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.scheduler.IScheduleGroupRef
IScheduleGroupRef.Jsii$Default, IScheduleGroupRef.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MetricReturn the given named metric for this group schedules.final MetricMetric for all invocation attempts.final MetricMetric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.final MetricMetric for failed invocations that also failed to deliver to DLQ.final MetricmetricFailedToBeSentToDLQ(String errorCode) Metric for failed invocations that also failed to deliver to DLQ.final MetricMetric for invocations delivered to the DLQ.final MetricMetric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.final MetricEmitted when the target returns an exception after EventBridge Scheduler calls the target API.final MetricMetric for invocation failures due to API throttling by the target.final MetricMetric for the number of invocations that were throttled because it exceeds your service quotas.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.scheduler.IScheduleGroup.Jsii$Default
getScheduleGroupArn, getScheduleGroupName, grant, grantDeleteSchedules, grantReadSchedules, grantWriteSchedules, metric, metricAttempts, metricDropped, metricFailedToBeSentToDLQ, metricSentToDLQ, metricSentToDLQTruncated, metricTargetErrors, metricTargetThrottled, metricThrottledMethods inherited from interface software.amazon.awscdk.interfaces.scheduler.IScheduleGroupRef.Jsii$Default
getScheduleGroupRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
metric
Return the given named metric for this group schedules.Default: - sum over 5 minutes
- Specified by:
metricin interfaceIScheduleGroup- Specified by:
metricin interfaceIScheduleGroup.Jsii$Default- Parameters:
metricName- This parameter is required.
-
metricAttempts
Metric for all invocation attempts.Default: - sum over 5 minutes
- Specified by:
metricAttemptsin interfaceIScheduleGroup- Specified by:
metricAttemptsin interfaceIScheduleGroup.Jsii$Default
-
metricDropped
Metric for dropped invocations when EventBridge Scheduler stops attempting to invoke the target after a schedule's retry policy has been exhausted.Default: - sum over 5 minutes
- Specified by:
metricDroppedin interfaceIScheduleGroup- Specified by:
metricDroppedin interfaceIScheduleGroup.Jsii$Default
-
metricFailedToBeSentToDLQ
@Stability(Stable) @NotNull public final Metric metricFailedToBeSentToDLQ(@Nullable String errorCode) Metric for failed invocations that also failed to deliver to DLQ.Default: - sum over 5 minutes
- Specified by:
metricFailedToBeSentToDLQin interfaceIScheduleGroup- Specified by:
metricFailedToBeSentToDLQin interfaceIScheduleGroup.Jsii$Default- Parameters:
errorCode-
-
metricFailedToBeSentToDLQ
Metric for failed invocations that also failed to deliver to DLQ.Default: - sum over 5 minutes
- Specified by:
metricFailedToBeSentToDLQin interfaceIScheduleGroup- Specified by:
metricFailedToBeSentToDLQin interfaceIScheduleGroup.Jsii$Default
-
metricSentToDLQ
Metric for invocations delivered to the DLQ.Default: - sum over 5 minutes
- Specified by:
metricSentToDLQin interfaceIScheduleGroup- Specified by:
metricSentToDLQin interfaceIScheduleGroup.Jsii$Default
-
metricSentToDLQTruncated
Metric for delivery of failed invocations to DLQ when the payload of the event sent to the DLQ exceeds the maximum size allowed by Amazon SQS.Default: - sum over 5 minutes
- Specified by:
metricSentToDLQTruncatedin interfaceIScheduleGroup- Specified by:
metricSentToDLQTruncatedin interfaceIScheduleGroup.Jsii$Default
-
metricTargetErrors
Emitted when the target returns an exception after EventBridge Scheduler calls the target API.Default: - sum over 5 minutes
- Specified by:
metricTargetErrorsin interfaceIScheduleGroup- Specified by:
metricTargetErrorsin interfaceIScheduleGroup.Jsii$Default
-
metricTargetThrottled
Metric for invocation failures due to API throttling by the target.Default: - sum over 5 minutes
- Specified by:
metricTargetThrottledin interfaceIScheduleGroup- Specified by:
metricTargetThrottledin interfaceIScheduleGroup.Jsii$Default
-
metricThrottled
Metric for the number of invocations that were throttled because it exceeds your service quotas.Default: - sum over 5 minutes
- Specified by:
metricThrottledin interfaceIScheduleGroup- Specified by:
metricThrottledin interfaceIScheduleGroup.Jsii$Default- See Also:
-