Values.ApplicationComponentSourceDescribes a standalone resource or similarly grouped resources that the application is made up of.
type nonrec t = {componentName : ComponentName.t option;The name of the component.
*)componentRemarks : Remarks.t option;If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.
*)resourceType : ResourceType.t option;The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.
*)osType : OsType.t option;The operating system of the component.
*)tier : Tier.t option;The stack tier of the application component.
*)monitor : Monitor.t option;Indicates whether the application component is monitored.
*)detectedWorkload : DetectedWorkload.t option;Workloads detected in the application component.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Monitor.t
| `Enum of string
| `Map of
([> `Enum of string ]
* [> `Map of
([> `String of MetaDataKey.t ]
* [> `String of MetaDataValue.t ])
list ])
list
| `String of ComponentName.t ])
list ]