AWS::RolesAnywhere::TrustAnchorDefinition of AWS::RolesAnywhere::TrustAnchor Resource Type.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Source | Source | Required |
Enabled | boolean | |
NotificationSettings | Array<NotificationSetting> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
TrustAnchorArn | string | - |
TrustAnchorId | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:CreateServiceLinkedRolerolesanywhere:CreateTrustAnchorrolesanywhere:TagResourcerolesanywhere:GetTrustAnchorrolesanywhere:ListTagsForResourceacm-pca:GetCertificateAuthorityCertificaterolesanywhere:ListTagsForResourcerolesanywhere:TagResourcerolesanywhere:UntagResourcerolesanywhere:EnableTrustAnchorrolesanywhere:DisableTrustAnchorrolesanywhere:UpdateTrustAnchorrolesanywhere:GetTrustAnchorrolesanywhere:DeleteTrustAnchorrolesanywhere:ListTrustAnchorsrolesanywhere:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTrustAnchorId