All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IGroup.Jsii$Default
All Known Implementing Classes:
Group, IGroup.Jsii$Proxy

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-11T03:46:03.749Z") @Stability(Experimental) public interface IGroup extends software.amazon.jsii.JsiiSerializable, IResource
  • Method Details

    • getGroupArn

      @Stability(Experimental) @NotNull String getGroupArn()
      (experimental) The arn of the schedule group.
    • getGroupName

      @Stability(Experimental) @NotNull String getGroupName()
      (experimental) The name of the schedule group.
    • grant

      @Stability(Experimental) @NotNull Grant grant(@NotNull IGrantable grantee, @NotNull @NotNull String... actions)
      (experimental) Grant the indicated permissions on this group to the given principal.

      Parameters:
      grantee - This parameter is required.
      actions - This parameter is required.
    • grantDeleteSchedules

      @Stability(Experimental) @NotNull Grant grantDeleteSchedules(@NotNull IGrantable identity)
      (experimental) Grant delete schedule permission for schedules in this group to the given principal.

      Parameters:
      identity - This parameter is required.
    • grantReadSchedules

      @Stability(Experimental) @NotNull Grant grantReadSchedules(@NotNull IGrantable identity)
      (experimental) Grant list and get schedule permissions for schedules in this group to the given principal.

      Parameters:
      identity - This parameter is required.
    • grantWriteSchedules

      @Stability(Experimental) @NotNull Grant grantWriteSchedules(@NotNull IGrantable identity)
      (experimental) Grant create and update schedule permissions for schedules in this group to the given principal.

      Parameters:
      identity - This parameter is required.
    • metric

      @Stability(Experimental) @NotNull Metric metric(@NotNull String metricName, @Nullable MetricOptions props)
      (experimental) Return the given named metric for this group schedules.

      Default: - sum over 5 minutes

      Parameters:
      metricName - This parameter is required.
      props -
    • metric

      @Stability(Experimental) @NotNull Metric metric(@NotNull String metricName)
      (experimental) Return the given named metric for this group schedules.

      Default: - sum over 5 minutes

      Parameters:
      metricName - This parameter is required.
    • metricAttempts

      @Stability(Experimental) @NotNull Metric metricAttempts(@Nullable MetricOptions props)
      (experimental) Metric for all invocation attempts.

      Default: - sum over 5 minutes

      Parameters:
      props -
    • metricAttempts

      @Stability(Experimental) @NotNull Metric metricAttempts()
      (experimental) Metric for all invocation attempts.

      Default: - sum over 5 minutes

    • metricDropped

      @Stability(Experimental) @NotNull Metric metricDropped(@Nullable MetricOptions props)
      (experimental) 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

      Parameters:
      props -
    • metricDropped

      @Stability(Experimental) @NotNull Metric metricDropped()
      (experimental) 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

    • metricFailedToBeSentToDLQ

      @Stability(Experimental) @NotNull Metric metricFailedToBeSentToDLQ(@Nullable String errorCode, @Nullable MetricOptions props)
      (experimental) Metric for failed invocations that also failed to deliver to DLQ.

      Default: - sum over 5 minutes

      Parameters:
      errorCode -
      props -
    • metricFailedToBeSentToDLQ

      @Stability(Experimental) @NotNull Metric metricFailedToBeSentToDLQ(@Nullable String errorCode)
      (experimental) Metric for failed invocations that also failed to deliver to DLQ.

      Default: - sum over 5 minutes

      Parameters:
      errorCode -
    • metricFailedToBeSentToDLQ

      @Stability(Experimental) @NotNull Metric metricFailedToBeSentToDLQ()
      (experimental) Metric for failed invocations that also failed to deliver to DLQ.

      Default: - sum over 5 minutes

    • metricSentToDLQ

      @Stability(Experimental) @NotNull Metric metricSentToDLQ(@Nullable MetricOptions props)
      (experimental) Metric for invocations delivered to the DLQ.

      Default: - sum over 5 minutes

      Parameters:
      props -
    • metricSentToDLQ

      @Stability(Experimental) @NotNull Metric metricSentToDLQ()
      (experimental) Metric for invocations delivered to the DLQ.

      Default: - sum over 5 minutes

    • metricSentToDLQTruncated

      @Stability(Experimental) @NotNull Metric metricSentToDLQTruncated(@Nullable MetricOptions props)
      (experimental) 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

      Parameters:
      props -
    • metricSentToDLQTruncated

      @Stability(Experimental) @NotNull Metric metricSentToDLQTruncated()
      (experimental) 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

    • metricTargetErrors

      @Stability(Experimental) @NotNull Metric metricTargetErrors(@Nullable MetricOptions props)
      (experimental) Emitted when the target returns an exception after EventBridge Scheduler calls the target API.

      Default: - sum over 5 minutes

      Parameters:
      props -
    • metricTargetErrors

      @Stability(Experimental) @NotNull Metric metricTargetErrors()
      (experimental) Emitted when the target returns an exception after EventBridge Scheduler calls the target API.

      Default: - sum over 5 minutes

    • metricTargetThrottled

      @Stability(Experimental) @NotNull Metric metricTargetThrottled(@Nullable MetricOptions props)
      (experimental) Metric for invocation failures due to API throttling by the target.

      Default: - sum over 5 minutes

      Parameters:
      props -
    • metricTargetThrottled

      @Stability(Experimental) @NotNull Metric metricTargetThrottled()
      (experimental) Metric for invocation failures due to API throttling by the target.

      Default: - sum over 5 minutes

    • metricThrottled

      @Stability(Experimental) @NotNull Metric metricThrottled(@Nullable MetricOptions props)
      (experimental) Metric for the number of invocations that were throttled because it exceeds your service quotas.

      Default: - sum over 5 minutes

      Parameters:
      props -
      See Also:
    • metricThrottled

      @Stability(Experimental) @NotNull Metric metricThrottled()
      (experimental) Metric for the number of invocations that were throttled because it exceeds your service quotas.

      Default: - sum over 5 minutes

      See Also: