AWS::RolesAnywhere::TrustAnchor - AWS CloudFormation

AWS::RolesAnywhere::TrustAnchor

Creates a TrustAnchor.

Syntax

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

JSON

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

YAML

Type: AWS::RolesAnywhere::TrustAnchor Properties: Enabled: Boolean Name: String NotificationSettings: - NotificationSetting 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

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

Minimum: 1

Maximum: 255

Update requires: No interruption

NotificationSettings

A list of notification settings to be associated to the trust anchor.

Required: No

Type: Array of NotificationSetting

Minimum: 0

Maximum: 50

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: Array of Tag

Minimum: 0

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.