1 tosca_definitions_version: tosca_simple_yaml_1_0
4 Attribute can be defined explicitly as part of type definition
5 or implicitly via property. This TOSCA template tests validation
6 of attribute name implicitly created as a property and referenced
7 via get_attribute function.
11 derived_from: SoftwareComponent
21 notification_port: 8000
25 value: { get_attribute: [ my_server, notification_port ] }