What is Fugue? Getting Started Use Cases Docs Discuss Sign in Getting Started Use Cases FAQ CLI Reference Ludwig Browse Documentation... Getting Started Use Cases FAQ CLI Reference Ludwig The Fugue Types The Defaults Writing a Composition Basic Boilerplate Venues – Where and How Will It Run? The Fugue types included with the distribution of Fugue executables contain all the types of data you need to create a Composition, as well as detailed in-line documentation of them. The types represent information that Fugue needs to deploy your architecture, as well as individual AWS resources such as security groups and load balancers. These are found in fugue.lw . A composition is the top level type that should be the target of your main: statement. A composition defines an arbitrary amount of infrastructure. Properties version - This field is offered...