|
| 1 | +{ |
| 2 | + "products": [ |
| 3 | + { |
| 4 | + "name": "deploy-arch-ibm-event-notifications", |
| 5 | + "label": "Event Notifications", |
| 6 | + "product_kind": "solution", |
| 7 | + "tags": [ |
| 8 | + "ibm_created", |
| 9 | + "target_terraform", |
| 10 | + "terraform", |
| 11 | + "solution", |
| 12 | + "dev_ops" |
| 13 | + ], |
| 14 | + "keywords": [ |
| 15 | + "events", |
| 16 | + "notifications", |
| 17 | + "events-notifications", |
| 18 | + "IaC", |
| 19 | + "infrastructure as code", |
| 20 | + "terraform", |
| 21 | + "solution" |
| 22 | + ], |
| 23 | + "short_description": "Creates and configures IBM Cloud Event Notifications", |
| 24 | + "long_description": "This architecture supports creating and configuring an IBM Cloud Event Notifications instance.", |
| 25 | + "offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-event-notifications/blob/main/solutions/standard/README.md", |
| 26 | + "offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-event-notifications/main/images/en_icon.svg", |
| 27 | + "provider_name": "IBM", |
| 28 | + "features": [ |
| 29 | + { |
| 30 | + "title": "Creates an Event Notifications instance.", |
| 31 | + "description": "Creates an Event Notifications instance." |
| 32 | + }, |
| 33 | + { |
| 34 | + "title": "Creates Key Rings and Keys", |
| 35 | + "description": "Creates Key Rings and Keys in an existing KMS instance used to encrypt data." |
| 36 | + } |
| 37 | + ], |
| 38 | + "flavors": [ |
| 39 | + { |
| 40 | + "label": "Standard", |
| 41 | + "name": "standard", |
| 42 | + "install_type": "fullstack", |
| 43 | + "working_directory": "solutions/standard", |
| 44 | + "compliance": { |
| 45 | + "authority": "scc-v3", |
| 46 | + "profiles": [ |
| 47 | + { |
| 48 | + "profile_name": "IBM Cloud Framework for Financial Services", |
| 49 | + "profile_version": "1.5.0" |
| 50 | + } |
| 51 | + ] |
| 52 | + }, |
| 53 | + "iam_permissions": [ |
| 54 | + { |
| 55 | + "role_crns": [ |
| 56 | + "crn:v1:bluemix:public:iam::::serviceRole:Manager", |
| 57 | + "crn:v1:bluemix:public:iam::::role:Editor" |
| 58 | + ], |
| 59 | + "service_name": "event-notifications" |
| 60 | + } |
| 61 | + ], |
| 62 | + "architecture": { |
| 63 | + "descriptions": "This architecture supports creating and configuring an Event Notifications instance.", |
| 64 | + "features": [ |
| 65 | + { |
| 66 | + "title": "Creates an Event Notifications instance.", |
| 67 | + "description": "Creates and configures an Event Notifications instance." |
| 68 | + }, |
| 69 | + { |
| 70 | + "title": "Creates Key Rings and Keys", |
| 71 | + "description": "Creates Key Rings and Keys in an existing KMS instance." |
| 72 | + } |
| 73 | + ], |
| 74 | + "diagrams": [ |
| 75 | + { |
| 76 | + "diagram": { |
| 77 | + "caption": "IBM Event Notifications", |
| 78 | + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-event-notifications/main/reference-architecture/en.svg", |
| 79 | + "type": "image/svg+xml" |
| 80 | + }, |
| 81 | + "description": "This architecture supports creating and configuring an IBM Event Notifications" |
| 82 | + } |
| 83 | + ] |
| 84 | + } |
| 85 | + } |
| 86 | + ] |
| 87 | + } |
| 88 | + ] |
| 89 | +} |
0 commit comments