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.