Values.ExtensionAssociationSummarySourceInformation about an association between an extension and an AppConfig resource such as an application, environment, or configuration profile. Call GetExtensionAssociation to get more information about an association.
type nonrec t = {id : Identifier.t option;The extension association ID. This ID is used to call other ExtensionAssociation API actions such as GetExtensionAssociation or DeleteExtensionAssociation.
*)extensionArn : Arn.t option;The system-generated Amazon Resource Name (ARN) for the extension.
*)resourceArn : Arn.t option;The ARNs of applications, configuration profiles, or environments defined in the association.
*)}