Values.SigningProfileSourceContains information about the ACM certificates and signing configuration parameters that can be used by a given code signing user.
type nonrec t = {profileName : ProfileName.t option;The name of the signing profile.
*)profileVersion : ProfileVersion.t option;The version of a signing profile.
*)profileVersionArn : Arn.t option;The ARN of a signing profile, including the profile version.
*)signingMaterial : SigningMaterial.t option;The ACM certificate that is available for use by a signing profile.
*)signatureValidityPeriod : SignatureValidityPeriod.t option;The validity period for a signing job created using this signing profile.
*)platformId : PlatformId.t option;The ID of a platform that is available for use by a signing profile.
*)platformDisplayName : DisplayName.t option;The name of the signing platform.
*)signingParameters : SigningParameters.t option;The parameters that are available for use by a Signer user.
*)status : SigningProfileStatus.t option;The status of a signing profile.
*)arn : string option;The Amazon Resource Name (ARN) for the signing profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of SigningParameterKey.t ]
* [> `String of SigningParameterValue.t ])
list
| `String of ProfileName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of CertificateArn.t ])
list ])
list ]