AWS::RolesAnywhere::CRLDefinition of AWS::RolesAnywhere::CRL Resource Type
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CrlData | string | Required |
Name | string | Required |
Enabled | boolean | |
Tags | Array<Tag> | |
TrustAnchorArn | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CrlId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RolesAnywhere::CRL
Resources:
MyResource:
Type: AWS::RolesAnywhere::CRL
Properties:
Name: "my-name"
CrlData: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rolesanywhere:ImportCrlrolesanywhere:TagResourcerolesanywhere:GetCrlrolesanywhere:ListTagsForResourcerolesanywhere:EnableCrlrolesanywhere:DisableCrlrolesanywhere:UpdateCrlrolesanywhere:TagResourcerolesanywhere:UntagResourcerolesanywhere:ListTagsForResourcerolesanywhere:DeleteCrlrolesanywhere:ListCrlsrolesanywhere:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCrlId