Class GetStateMachineResult


  • public final class GetStateMachineResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        Set to the arn of the state function.
      • creationDate

        public java.lang.String creationDate()
        Returns:
        Date the state machine was created.
      • definition

        public java.lang.String definition()
        Returns:
        Set to the state machine definition.
      • description

        public java.lang.String description()
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • name

        public java.lang.String name()
      • revisionId

        public java.lang.String revisionId()
        Returns:
        The revision identifier for the state machine.
      • roleArn

        public java.lang.String roleArn()
        Returns:
        Set to the role_arn used by the state function.
      • status

        public java.lang.String status()
        Returns:
        Set to the current status of the state machine.