AwsEndUserMessaging

aws-q1-2025/Architecture/BusinessApplications/AwsEndUserMessaging
include('aws-q1-2025/Architecture/BusinessApplications/AwsEndUserMessaging')
Illustration AwsEndUserMessaging AwsEndUserMessagingCard AwsEndUserMessagingGroup
illustration for Illustration illustration for AwsEndUserMessaging illustration for AwsEndUserMessagingCard illustration for AwsEndUserMessagingGroup

Sprites

The item provides the following sriptes:

  • <$AwsEndUserMessagingXs>
  • <$AwsEndUserMessagingSm>
  • <$AwsEndUserMessagingMd>
  • <$AwsEndUserMessagingLg>

AwsEndUserMessaging

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

' loads the Item which embeds the element AwsEndUserMessaging
include('aws-q1-2025/Architecture/BusinessApplications/AwsEndUserMessaging')

' renders the element
AwsEndUserMessaging('AwsEndUserMessaging', 'Aws End User Messaging', '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-2025/bootstrap')

' loads the Item which embeds the element AwsEndUserMessaging
include('aws-q1-2025/Architecture/BusinessApplications/AwsEndUserMessaging')

' renders the element
AwsEndUserMessaging('AwsEndUserMessaging', 'Aws End User Messaging', 'an optional tech label', 'an optional description')
@enduml

AwsEndUserMessagingCard

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

' loads the Item which embeds the element AwsEndUserMessagingCard
include('aws-q1-2025/Architecture/BusinessApplications/AwsEndUserMessaging')

' renders the element
AwsEndUserMessagingCard('AwsEndUserMessagingCard', 'Aws End User Messaging 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-2025/bootstrap')

' loads the Item which embeds the element AwsEndUserMessagingCard
include('aws-q1-2025/Architecture/BusinessApplications/AwsEndUserMessaging')

' renders the element
AwsEndUserMessagingCard('AwsEndUserMessagingCard', 'Aws End User Messaging Card', 'an optional description')
@enduml

AwsEndUserMessagingGroup

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

' loads the Item which embeds the element AwsEndUserMessagingGroup
include('aws-q1-2025/Architecture/BusinessApplications/AwsEndUserMessaging')

' renders the element
AwsEndUserMessagingGroup('AwsEndUserMessagingGroup', 'Aws End User Messaging 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-2025/bootstrap')

' loads the Item which embeds the element AwsEndUserMessagingGroup
include('aws-q1-2025/Architecture/BusinessApplications/AwsEndUserMessaging')

' renders the element
AwsEndUserMessagingGroup('AwsEndUserMessagingGroup', 'Aws End User Messaging Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml