AmazonFinSpace

aws-q1-2024/Architecture/Analytics/AmazonFinSpace
include('aws-q1-2024/Architecture/Analytics/AmazonFinSpace')
Illustration AmazonFinSpace AmazonFinSpaceCard AmazonFinSpaceGroup
illustration for Illustration illustration for AmazonFinSpace illustration for AmazonFinSpaceCard illustration for AmazonFinSpaceGroup

Sprites

The item provides the following sriptes:

  • <$AmazonFinSpaceXs>
  • <$AmazonFinSpaceSm>
  • <$AmazonFinSpaceMd>
  • <$AmazonFinSpaceLg>

AmazonFinSpace

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-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonFinSpace
include('aws-q1-2024/Architecture/Analytics/AmazonFinSpace')

' renders the element
AmazonFinSpace('AmazonFinSpace', 'Amazon Fin Space', '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-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonFinSpace
include('aws-q1-2024/Architecture/Analytics/AmazonFinSpace')

' renders the element
AmazonFinSpace('AmazonFinSpace', 'Amazon Fin Space', 'an optional tech label', 'an optional description')
@enduml

AmazonFinSpaceCard

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-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonFinSpaceCard
include('aws-q1-2024/Architecture/Analytics/AmazonFinSpace')

' renders the element
AmazonFinSpaceCard('AmazonFinSpaceCard', 'Amazon Fin Space 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-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonFinSpaceCard
include('aws-q1-2024/Architecture/Analytics/AmazonFinSpace')

' renders the element
AmazonFinSpaceCard('AmazonFinSpaceCard', 'Amazon Fin Space Card', 'an optional description')
@enduml

AmazonFinSpaceGroup

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-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonFinSpaceGroup
include('aws-q1-2024/Architecture/Analytics/AmazonFinSpace')

' renders the element
AmazonFinSpaceGroup('AmazonFinSpaceGroup', 'Amazon Fin Space 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-q1-2024/bootstrap')

' loads the Item which embeds the element AmazonFinSpaceGroup
include('aws-q1-2024/Architecture/Analytics/AmazonFinSpace')

' renders the element
AmazonFinSpaceGroup('AmazonFinSpaceGroup', 'Amazon Fin Space Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml