Class DescribeMapRunResponse

    • Method Detail

      • mapRunArn

        public final String mapRunArn()

        The Amazon Resource Name (ARN) that identifies a Map Run.

        Returns:
        The Amazon Resource Name (ARN) that identifies a Map Run.
      • executionArn

        public final String executionArn()

        The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.

        Returns:
        The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
      • startDate

        public final Instant startDate()

        The date when the Map Run was started.

        Returns:
        The date when the Map Run was started.
      • stopDate

        public final Instant stopDate()

        The date when the Map Run was stopped.

        Returns:
        The date when the Map Run was stopped.
      • maxConcurrency

        public final Integer maxConcurrency()

        The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.

        Returns:
        The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
      • toleratedFailurePercentage

        public final Float toleratedFailurePercentage()

        The maximum percentage of failed child workflow executions before the Map Run fails.

        Returns:
        The maximum percentage of failed child workflow executions before the Map Run fails.
      • toleratedFailureCount

        public final Long toleratedFailureCount()

        The maximum number of failed child workflow executions before the Map Run fails.

        Returns:
        The maximum number of failed child workflow executions before the Map Run fails.
      • itemCounts

        public final MapRunItemCounts itemCounts()

        A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.

        Returns:
        A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.
      • executionCounts

        public final MapRunExecutionCounts executionCounts()

        A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.

        Returns:
        A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.
      • redriveCount

        public final Integer redriveCount()

        The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.

        Returns:
        The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.
      • redriveDate

        public final Instant redriveDate()

        The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.

        Returns:
        The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object