AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RolesAnywhere::TrustAnchor

CfnTrustAnchor

Creates a TrustAnchor.

Import

import { CfnTrustAnchor } from 'aws-cdk-lib/aws-rolesanywhere';

Or use the module namespace:

import * as rolesanywhere from 'aws-cdk-lib/aws-rolesanywhere';
// rolesanywhere.CfnTrustAnchor

Properties

Configuration passed to the constructor as CfnTrustAnchorProps.

nameRequired
string

The name of the trust anchor.

sourceRequired
IResolvable | SourceProperty

The trust anchor type and its related certificate data.

enabledOptional
boolean | IResolvable

Indicates whether the trust anchor is enabled.

notificationSettingsOptional
IResolvable | IResolvable | NotificationSettingProperty[]

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

tagsOptional
CfnTag[]

The tags to attach to the trust anchor.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-rolesanywhere
CFN TypeAWS::RolesAnywhere::TrustAnchor
Properties5

Related Constructs

External Links