AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RolesAnywhere::CRL

CfnCRL

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html.

Import

import { CfnCRL } from 'aws-cdk-lib/aws-rolesanywhere';

Or use the module namespace:

import * as rolesanywhere from 'aws-cdk-lib/aws-rolesanywhere';
// rolesanywhere.CfnCRL

Properties

Configuration passed to the constructor as CfnCRLProps.

crlDataRequired
string

The x509 v3 specified certificate revocation list (CRL).

nameRequired
string

The name of the certificate revocation list (CRL).

enabledOptional
boolean | IResolvable

Specifies whether the certificate revocation list (CRL) is enabled.

tagsOptional
CfnTag[]

A list of tags to attach to the certificate revocation list (CRL).

trustAnchorArnOptional
string

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-rolesanywhere
CFN TypeAWS::RolesAnywhere::CRL
Properties5

Related Constructs

External Links