AWS::RolesAnywhere::TrustAnchor - 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::TrustAnchor

Creates a TrustAnchor.

Syntax

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

JSON

{ "Type" : "AWS::RolesAnywhere::TrustAnchor", "Properties" : { "Enabled" : Boolean, "Name" : String, "Source" : Source, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::RolesAnywhere::TrustAnchor Properties: Enabled: Boolean Name: String Source: Source Tags: - Tag

Properties

Enabled

Indicates whether the trust anchor is enabled.

Required: No

Type: Boolean

Update requires: No interruption

Name

The name of the trust anchor.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Pattern: ^[ a-zA-Z0-9-_]*$

Update requires: No interruption

Source

The trust anchor type and its related certificate data.

Required: Yes

Type: Source

Update requires: No interruption

Tags

The tags to attach to the trust anchor.

Required: No

Type: List of Tag

Maximum: 200

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns TrustAnchorId.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

TrustAnchorArn

The ARN of the trust anchor.

TrustAnchorId

The unique identifier of the trust anchor.