| Modifier and Type | Method and Description |
|---|---|
CfnCRL |
build() |
static CfnCRL.Builder |
create(Construct scope,
String id) |
CfnCRL.Builder |
crlData(String crlData)
The revocation record for a certificate, following the x509 v3 standard.
|
CfnCRL.Builder |
enabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
CfnCRL.Builder |
enabled(IResolvable enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
|
CfnCRL.Builder |
name(String name)
The name of the certificate revocation list (CRL).
|
CfnCRL.Builder |
tags(List<? extends CfnTag> tags)
A list of tags to attach to the CRL.
|
CfnCRL.Builder |
trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
@Stability(value=Stable) public static CfnCRL.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCRL.Builder.@Stability(value=Stable) public CfnCRL.Builder crlData(String crlData)
crlData - The revocation record for a certificate, following the x509 v3 standard. This parameter is required.this@Stability(value=Stable) public CfnCRL.Builder enabled(Boolean enabled)
enabled - Indicates whether the certificate revocation list (CRL) is enabled. This parameter is required.this@Stability(value=Stable) public CfnCRL.Builder enabled(IResolvable enabled)
enabled - Indicates whether the certificate revocation list (CRL) is enabled. This parameter is required.this@Stability(value=Stable) public CfnCRL.Builder name(String name)
name - The name of the certificate revocation list (CRL). This parameter is required.this@Stability(value=Stable) public CfnCRL.Builder tags(List<? extends CfnTag> tags)
tags - A list of tags to attach to the CRL. This parameter is required.this@Stability(value=Stable) public CfnCRL.Builder trustAnchorArn(String trustAnchorArn)
trustAnchorArn - The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. This parameter is required.thisCopyright © 2022. All rights reserved.