Values.ConformancePackDetailSourceReturns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.
type nonrec t = {conformancePackName : ConformancePackName.t option;Name of the conformance pack.
*)conformancePackArn : ConformancePackArn.t option;Amazon Resource Name (ARN) of the conformance pack.
*)conformancePackId : ConformancePackId.t option;ID of the conformance pack.
*)deliveryS3Bucket : DeliveryS3Bucket.t option;The name of the Amazon S3 bucket where Config stores conformance pack templates. This field is optional.
*)deliveryS3KeyPrefix : DeliveryS3KeyPrefix.t option;The prefix for the Amazon S3 bucket. This field is optional.
*)conformancePackInputParameters : ConformancePackInputParameters.t option;A list of ConformancePackInputParameter objects.
*)lastUpdateRequestedTime : Date.t option;The last time a conformation pack update was requested.
*)createdBy : StringWithCharLimit256.t option;The Amazon Web Services service that created the conformance pack.
*)templateSSMDocumentDetails : TemplateSSMDocumentDetails.t option;An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ParameterName.t ]) list ]
list
| `String of ConformancePackName.t
| `Structure of (string * [> `String of SSMDocumentName.t ]) list
| `Timestamp of Date.t ])
list ]