AwsStepFunction

aws-q2-2023/Resource/GroupIcons/AwsStepFunction
include('aws-q2-2023/Resource/GroupIcons/AwsStepFunction')
Illustration AwsStepFunction AwsStepFunctionCard AwsStepFunctionGroup
illustration for Illustration illustration for AwsStepFunction illustration for AwsStepFunctionCard illustration for AwsStepFunctionGroup

Sprites

The item provides the following sriptes:

  • <$AwsStepFunctionXs>
  • <$AwsStepFunctionSm>
  • <$AwsStepFunctionMd>
  • <$AwsStepFunctionLg>

AwsStepFunction

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsStepFunction
include('aws-q2-2023/Resource/GroupIcons/AwsStepFunction')

' renders the element
AwsStepFunction('AwsStepFunction', 'Aws Step Function', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsStepFunction
include('aws-q2-2023/Resource/GroupIcons/AwsStepFunction')

' renders the element
AwsStepFunction('AwsStepFunction', 'Aws Step Function', 'an optional tech label', 'an optional description')
@enduml

AwsStepFunctionCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsStepFunctionCard
include('aws-q2-2023/Resource/GroupIcons/AwsStepFunction')

' renders the element
AwsStepFunctionCard('AwsStepFunctionCard', 'Aws Step Function Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsStepFunctionCard
include('aws-q2-2023/Resource/GroupIcons/AwsStepFunction')

' renders the element
AwsStepFunctionCard('AwsStepFunctionCard', 'Aws Step Function Card', 'an optional description')
@enduml

AwsStepFunctionGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsStepFunctionGroup
include('aws-q2-2023/Resource/GroupIcons/AwsStepFunction')

' renders the element
AwsStepFunctionGroup('AwsStepFunctionGroup', 'Aws Step Function Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsStepFunctionGroup
include('aws-q2-2023/Resource/GroupIcons/AwsStepFunction')

' renders the element
AwsStepFunctionGroup('AwsStepFunctionGroup', 'Aws Step Function Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml