| tosca_definitions_version: tosca_simple_yaml_1_0_0 |
| node_types: |
| policy.nodes.Root: |
| derived_from: tosca.nodes.Root |
| properties: |
| policyDescription: |
| required: false |
| type: string |
| policyName: |
| required: true |
| type: string |
| policyScope: |
| required: true |
| type: string |
| policyVersion: |
| required: true |
| type: string |
| policy.nodes.dcaegen2.services.pm-mapper: |
| derived_from: policy.nodes.Root |
| properties: |
| buscontroller_feed_subscription_endpoint: |
| type: string |
| description: DMAAP Bus Controller subscription endpoint |
| dmaap_dr_delete_endpoint: |
| type: string |
| description: DMAAP Data Router endpoint to delete file |
| dmaap_dr_feed_id: |
| type: string |
| description: ID of the data router feed that the PM Mapper will subscribe to |
| policy: |
| type: string |
| description: PM Mapper policy JSON string |