| Package | Description |
|---|---|
| software.amazon.awscdk.services.acmpca |
AWS::ACMPCA Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnCertificate.Builder |
CfnCertificate.Builder.apiPassthrough(CfnCertificate.ApiPassthroughProperty apiPassthrough)
Specifies X.509 certificate information to be included in the issued certificate.
|
CfnCertificate.Builder |
CfnCertificate.Builder.apiPassthrough(IResolvable apiPassthrough)
Specifies X.509 certificate information to be included in the issued certificate.
|
CfnCertificate.Builder |
CfnCertificate.Builder.certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) for the private CA issues the certificate.
|
CfnCertificate.Builder |
CfnCertificate.Builder.certificateSigningRequest(String certificateSigningRequest)
The certificate signing request (CSR) for the certificate.
|
static CfnCertificate.Builder |
CfnCertificate.Builder.create(software.constructs.Construct scope,
String id) |
CfnCertificate.Builder |
CfnCertificate.Builder.signingAlgorithm(String signingAlgorithm)
The name of the algorithm that will be used to sign the certificate to be issued.
|
CfnCertificate.Builder |
CfnCertificate.Builder.templateArn(String templateArn)
Specifies a custom configuration template to use when issuing a certificate.
|
CfnCertificate.Builder |
CfnCertificate.Builder.validity(CfnCertificate.ValidityProperty validity)
The period of time during which the certificate will be valid.
|
CfnCertificate.Builder |
CfnCertificate.Builder.validity(IResolvable validity)
The period of time during which the certificate will be valid.
|
CfnCertificate.Builder |
CfnCertificate.Builder.validityNotBefore(CfnCertificate.ValidityProperty validityNotBefore)
Information describing the start of the validity period of the certificate.
|
CfnCertificate.Builder |
CfnCertificate.Builder.validityNotBefore(IResolvable validityNotBefore)
Information describing the start of the validity period of the certificate.
|
Copyright © 2022. All rights reserved.