Values.OrganizationConformancePackSourceAn organization conformance pack that has information about conformance packs that Config creates in member accounts.
type nonrec t = {organizationConformancePackName : OrganizationConformancePackName.t option;The name you assign to an organization conformance pack.
*)organizationConformancePackArn : StringWithCharLimit256.t option;Amazon Resource Name (ARN) of organization 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;Any folder structure you want to add to an Amazon S3 bucket. This field is optional.
*)conformancePackInputParameters : ConformancePackInputParameters.t option;A list of ConformancePackInputParameter objects.
*)excludedAccounts : ExcludedAccounts.t option;A comma-separated list of accounts excluded from organization conformance pack.
*)lastUpdateTime : Date.t option;Last time when organization conformation pack was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of AccountId.t
| `Structure of (string * [> `String of ParameterName.t ]) list ]
list
| `String of OrganizationConformancePackName.t
| `Timestamp of Date.t ])
list ]