AWS Fundamentals Logo
AWS Fundamentals
AWS::RolesAnywhere::CRL

RolesAnywhere CRL

Definition of AWS::RolesAnywhere::CRL Resource Type

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
CrlData
string
Required
Name
string
Required
Enabled
boolean
Tags
Array<Tag>
TrustAnchorArn
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CrlIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rolesanywhere:ImportCrlrolesanywhere:TagResource

read

rolesanywhere:GetCrlrolesanywhere:ListTagsForResource

update

rolesanywhere:EnableCrlrolesanywhere:DisableCrlrolesanywhere:UpdateCrlrolesanywhere:TagResourcerolesanywhere:UntagResourcerolesanywhere:ListTagsForResource

delete

rolesanywhere:DeleteCrl

list

rolesanywhere:ListCrlsrolesanywhere:ListTagsForResource

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

ServiceRolesAnywhere
Properties6
Required2
TaggingSupported
Primary IDCrlId

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links