Builder
Properties
Specifies X.509 certificate information to be included in the issued certificate. An APIPassthrough
or APICSRPassthrough
template variant must be selected, or else this parameter is ignored. For more information about using these templates, see Understanding Certificate Templates.
The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:
Alphanumeric string that can be used to distinguish between calls to the IssueCertificate action. Idempotency tokens for IssueCertificate time out after five minutes. Therefore, if you call IssueCertificate multiple times with the same idempotency token within five minutes, Amazon Web Services Private CA recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, Amazon Web Services Private CA recognizes that you are requesting multiple certificates.
The name of the algorithm that will be used to sign the certificate to be issued.
Specifies a custom configuration template to use when issuing a certificate. If this parameter is not provided, Amazon Web Services Private CA defaults to the EndEntityCertificate/V1
template. For CA certificates, you should choose the shortest path length that meets your needs. The path length is indicated by the PathLenN portion of the ARN, where N is the CA depth.
Information describing the start of the validity period of the certificate. This parameter sets the “Not Before" date for the certificate.
Functions
construct an aws.sdk.kotlin.services.acmpca.model.ApiPassthrough inside the given block
construct an aws.sdk.kotlin.services.acmpca.model.Validity inside the given block
construct an aws.sdk.kotlin.services.acmpca.model.Validity inside the given block