AWS::RolesAnywhere::CRLhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html.
import { CfnCRL } from 'aws-cdk-lib/aws-rolesanywhere';Or use the module namespace:
import * as rolesanywhere from 'aws-cdk-lib/aws-rolesanywhere';
// rolesanywhere.CfnCRLConfiguration passed to the constructor as CfnCRLProps.
crlDataRequiredstringThe x509 v3 specified certificate revocation list (CRL).
nameRequiredstringThe name of the certificate revocation list (CRL).
enabledOptionalboolean | IResolvableSpecifies whether the certificate revocation list (CRL) is enabled.
tagsOptionalCfnTag[]A list of tags to attach to the certificate revocation list (CRL).
trustAnchorArnOptionalstringThe ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-rolesanywhereAWS::RolesAnywhere::CRL