AWS::RolesAnywhere::CRL - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::RolesAnywhere::CRL

The AWS::RolesAnywhere::CRL resource Property description not available. for RolesAnywhere.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::RolesAnywhere::CRL", "Properties" : { "CrlData" : String, "Enabled" : Boolean, "Name" : String, "Tags" : [ Tag, ... ], "TrustAnchorArn" : String } }

YAML

Type: AWS::RolesAnywhere::CRL Properties: CrlData: String Enabled: Boolean Name: String Tags: - Tag TrustAnchorArn: String

Properties

CrlData

Property description not available.

Required: Yes

Type: String

Update requires: No interruption

Enabled

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption

Name

Property description not available.

Required: Yes

Type: String

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

TrustAnchorArn

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

Required: No

Type: String

Pattern: ^arn:aws(-[^:]+)?:rolesanywhere(:.*){2}(:trust-anchor.*)$

Update requires: No interruption

Return values

Ref

Fn::GetAtt

CrlId

Property description not available.