AWS Fundamentals Logo
AWS Fundamentals
AWS::RolesAnywhere::TrustAnchor

RolesAnywhere TrustAnchor

Definition of AWS::RolesAnywhere::TrustAnchor Resource Type.

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
Source
Source
Required
Enabled
boolean
NotificationSettings
Array<NotificationSetting>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
TrustAnchorArnstring-
TrustAnchorIdstring-

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

Resources:
  MyResource:
    Type: AWS::RolesAnywhere::TrustAnchor
    Properties:
      Name: "my-name"
      Source: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iam:CreateServiceLinkedRolerolesanywhere:CreateTrustAnchorrolesanywhere:TagResource

read

rolesanywhere:GetTrustAnchorrolesanywhere:ListTagsForResource

update

acm-pca:GetCertificateAuthorityCertificaterolesanywhere:ListTagsForResourcerolesanywhere:TagResourcerolesanywhere:UntagResourcerolesanywhere:EnableTrustAnchorrolesanywhere:DisableTrustAnchorrolesanywhere:UpdateTrustAnchorrolesanywhere:GetTrustAnchor

delete

rolesanywhere:DeleteTrustAnchor

list

rolesanywhere:ListTrustAnchorsrolesanywhere: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
Properties7
Required2
TaggingSupported
Primary IDTrustAnchorId

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links