@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:37.866Z") @Stability(value=Stable) public interface CfnCRLProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rolesanywhere.*;
CfnCRLProps cfnCRLProps = CfnCRLProps.builder()
.crlData("crlData")
.enabled(false)
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.trustAnchorArn("trustAnchorArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCRLProps.Builder
A builder for
CfnCRLProps |
static class |
CfnCRLProps.Jsii$Proxy
An implementation for
CfnCRLProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCRLProps.Builder |
builder() |
default String |
getCrlData()
The revocation record for a certificate, following the x509 v3 standard.
|
default Object |
getEnabled()
Indicates whether the certificate revocation list (CRL) is enabled.
|
default String |
getName()
The name of the certificate revocation list (CRL).
|
default List<CfnTag> |
getTags()
A list of tags to attach to the CRL.
|
default String |
getTrustAnchorArn()
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
@Stability(value=Stable) @Nullable default String getCrlData()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTrustAnchorArn()
@Stability(value=Stable) static CfnCRLProps.Builder builder()
CfnCRLProps.Builder of CfnCRLPropsCopyright © 2022. All rights reserved.