Ec2InstanceContents
aws-q2-2024/Resource/GroupIcons/Ec2InstanceContents
include('aws-q2-2024/Resource/GroupIcons/Ec2InstanceContents')
Illustration | Ec2InstanceContents | Ec2InstanceContentsCard | Ec2InstanceContentsGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$Ec2InstanceContentsXs>
<$Ec2InstanceContentsSm>
<$Ec2InstanceContentsMd>
<$Ec2InstanceContentsLg>
Ec2InstanceContents
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-2024/bootstrap')
' loads the Item which embeds the element Ec2InstanceContents
include('aws-q2-2024/Resource/GroupIcons/Ec2InstanceContents')
' renders the element
Ec2InstanceContents('Ec2InstanceContents', 'Ec2 Instance Contents', '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-2024/bootstrap')
' loads the Item which embeds the element Ec2InstanceContents
include('aws-q2-2024/Resource/GroupIcons/Ec2InstanceContents')
' renders the element
Ec2InstanceContents('Ec2InstanceContents', 'Ec2 Instance Contents', 'an optional tech label', 'an optional description')
@enduml
Ec2InstanceContentsCard
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-2024/bootstrap')
' loads the Item which embeds the element Ec2InstanceContentsCard
include('aws-q2-2024/Resource/GroupIcons/Ec2InstanceContents')
' renders the element
Ec2InstanceContentsCard('Ec2InstanceContentsCard', 'Ec2 Instance Contents 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-2024/bootstrap')
' loads the Item which embeds the element Ec2InstanceContentsCard
include('aws-q2-2024/Resource/GroupIcons/Ec2InstanceContents')
' renders the element
Ec2InstanceContentsCard('Ec2InstanceContentsCard', 'Ec2 Instance Contents Card', 'an optional description')
@enduml
Ec2InstanceContentsGroup
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-2024/bootstrap')
' loads the Item which embeds the element Ec2InstanceContentsGroup
include('aws-q2-2024/Resource/GroupIcons/Ec2InstanceContents')
' renders the element
Ec2InstanceContentsGroup('Ec2InstanceContentsGroup', 'Ec2 Instance Contents 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-2024/bootstrap')
' loads the Item which embeds the element Ec2InstanceContentsGroup
include('aws-q2-2024/Resource/GroupIcons/Ec2InstanceContents')
' renders the element
Ec2InstanceContentsGroup('Ec2InstanceContentsGroup', 'Ec2 Instance Contents Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml