Class GetExecutionFlowSnapshotResponse

    • Method Detail

      • customerEncryptionKeyArn

        public final String customerEncryptionKeyArn()

        The Amazon Resource Name (ARN) of the customer managed KMS key that's used to encrypt the flow snapshot.

        Returns:
        The Amazon Resource Name (ARN) of the customer managed KMS key that's used to encrypt the flow snapshot.
      • definition

        public final String definition()

        The flow definition used for the flow execution, including the nodes, connections, and configuration at the time when the execution started.

        The definition returns as a string that follows the structure of a FlowDefinition object.

        Returns:
        The flow definition used for the flow execution, including the nodes, connections, and configuration at the time when the execution started.

        The definition returns as a string that follows the structure of a FlowDefinition object.

      • executionRoleArn

        public final String executionRoleArn()

        The Amazon Resource Name (ARN) of the IAM service role that's used by the flow execution.

        Returns:
        The Amazon Resource Name (ARN) of the IAM service role that's used by the flow execution.
      • flowAliasIdentifier

        public final String flowAliasIdentifier()

        The unique identifier of the flow alias used for the flow execution.

        Returns:
        The unique identifier of the flow alias used for the flow execution.
      • flowIdentifier

        public final String flowIdentifier()

        The unique identifier of the flow.

        Returns:
        The unique identifier of the flow.
      • flowVersion

        public final String flowVersion()

        The version of the flow used for the flow execution.

        Returns:
        The version of the flow used for the flow execution.
      • 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