AmazonOpenSearchService

aws-q1-2024/Architecture/Analytics/AmazonOpenSearchService
include('aws-q1-2024/Architecture/Analytics/AmazonOpenSearchService')
Illustration AmazonOpenSearchService AmazonOpenSearchServiceCard AmazonOpenSearchServiceGroup
illustration for Illustration illustration for AmazonOpenSearchService illustration for AmazonOpenSearchServiceCard illustration for AmazonOpenSearchServiceGroup

Sprites

The item provides the following sriptes:

  • <$AmazonOpenSearchServiceXs>
  • <$AmazonOpenSearchServiceSm>
  • <$AmazonOpenSearchServiceMd>
  • <$AmazonOpenSearchServiceLg>

AmazonOpenSearchService

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

' renders the element
AmazonOpenSearchService('AmazonOpenSearchService', 'Amazon Open Search Service', '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 AmazonOpenSearchService
include('aws-q1-2024/Architecture/Analytics/AmazonOpenSearchService')

' renders the element
AmazonOpenSearchService('AmazonOpenSearchService', 'Amazon Open Search Service', 'an optional tech label', 'an optional description')
@enduml

AmazonOpenSearchServiceCard

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 AmazonOpenSearchServiceCard
include('aws-q1-2024/Architecture/Analytics/AmazonOpenSearchService')

' renders the element
AmazonOpenSearchServiceCard('AmazonOpenSearchServiceCard', 'Amazon Open Search Service 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 AmazonOpenSearchServiceCard
include('aws-q1-2024/Architecture/Analytics/AmazonOpenSearchService')

' renders the element
AmazonOpenSearchServiceCard('AmazonOpenSearchServiceCard', 'Amazon Open Search Service Card', 'an optional description')
@enduml

AmazonOpenSearchServiceGroup

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 AmazonOpenSearchServiceGroup
include('aws-q1-2024/Architecture/Analytics/AmazonOpenSearchService')

' renders the element
AmazonOpenSearchServiceGroup('AmazonOpenSearchServiceGroup', 'Amazon Open Search Service 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 AmazonOpenSearchServiceGroup
include('aws-q1-2024/Architecture/Analytics/AmazonOpenSearchService')

' renders the element
AmazonOpenSearchServiceGroup('AmazonOpenSearchServiceGroup', 'Amazon Open Search Service Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml