| Modifier and Type | Method and Description |
|---|---|
static CfnCRL.Builder |
CfnCRL.Builder.create(Construct scope,
String id) |
CfnCRL.Builder |
CfnCRL.Builder.crlData(String crlData)
The revocation record for a certificate, following the x509 v3 standard.
|
CfnCRL.Builder |
CfnCRL.Builder.enabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
CfnCRL.Builder |
CfnCRL.Builder.enabled(IResolvable enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
CfnCRL.Builder |
CfnCRL.Builder.name(String name)
The name of the certificate revocation list (CRL).
|
CfnCRL.Builder |
CfnCRL.Builder.tags(List<? extends CfnTag> tags)
A list of tags to attach to the CRL.
|
CfnCRL.Builder |
CfnCRL.Builder.trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
Copyright © 2022. All rights reserved.