Values.EngagementResourceAssociationSummarySourceThis provide a streamlined view of the relationships between engagements and resources. These summaries offer a crucial link between collaborative engagements and the specific resources involved, such as opportunities.These summaries are particularly valuable for partners navigating complex engagements with multiple resources. They enable quick insights into resource distribution across engagements, support efficient resource management, and help maintain a clear overview of collaborative activities.
type nonrec t = {catalog : CatalogIdentifier.t option;Indicates the environment in which the resource and engagement exist.
*)engagementId : EngagementIdentifier.t option;A unique identifier for the engagement associated with the resource.
*)resourceType : ResourceType.t option;Categorizes the type of resource associated with the engagement.
*)resourceId : ResourceIdentifier.t option;A unique identifier for the specific resource. Varies depending on the resource type.
*)createdBy : AwsAccount.t option;The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CatalogIdentifier.t ]) list ]