AwsApplicationComposer

aws-q1-2024/Architecture/DeveloperTools/AwsApplicationComposer
include('aws-q1-2024/Architecture/DeveloperTools/AwsApplicationComposer')
Illustration AwsApplicationComposer AwsApplicationComposerCard AwsApplicationComposerGroup
illustration for Illustration illustration for AwsApplicationComposer illustration for AwsApplicationComposerCard illustration for AwsApplicationComposerGroup

Sprites

The item provides the following sriptes:

  • <$AwsApplicationComposerXs>
  • <$AwsApplicationComposerSm>
  • <$AwsApplicationComposerMd>
  • <$AwsApplicationComposerLg>

AwsApplicationComposer

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 AwsApplicationComposer
include('aws-q1-2024/Architecture/DeveloperTools/AwsApplicationComposer')

' renders the element
AwsApplicationComposer('AwsApplicationComposer', 'Aws Application Composer', '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 AwsApplicationComposer
include('aws-q1-2024/Architecture/DeveloperTools/AwsApplicationComposer')

' renders the element
AwsApplicationComposer('AwsApplicationComposer', 'Aws Application Composer', 'an optional tech label', 'an optional description')
@enduml

AwsApplicationComposerCard

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 AwsApplicationComposerCard
include('aws-q1-2024/Architecture/DeveloperTools/AwsApplicationComposer')

' renders the element
AwsApplicationComposerCard('AwsApplicationComposerCard', 'Aws Application Composer 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 AwsApplicationComposerCard
include('aws-q1-2024/Architecture/DeveloperTools/AwsApplicationComposer')

' renders the element
AwsApplicationComposerCard('AwsApplicationComposerCard', 'Aws Application Composer Card', 'an optional description')
@enduml

AwsApplicationComposerGroup

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 AwsApplicationComposerGroup
include('aws-q1-2024/Architecture/DeveloperTools/AwsApplicationComposer')

' renders the element
AwsApplicationComposerGroup('AwsApplicationComposerGroup', 'Aws Application Composer 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 AwsApplicationComposerGroup
include('aws-q1-2024/Architecture/DeveloperTools/AwsApplicationComposer')

' renders the element
AwsApplicationComposerGroup('AwsApplicationComposerGroup', 'Aws Application Composer Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml