AWS::RolesAnywhere::TrustAnchorCreates a TrustAnchor.
import { CfnTrustAnchor } from 'aws-cdk-lib/aws-rolesanywhere';Or use the module namespace:
import * as rolesanywhere from 'aws-cdk-lib/aws-rolesanywhere';
// rolesanywhere.CfnTrustAnchorConfiguration passed to the constructor as CfnTrustAnchorProps.
nameRequiredstringThe name of the trust anchor.
sourceRequiredIResolvable | SourcePropertyThe trust anchor type and its related certificate data.
enabledOptionalboolean | IResolvableIndicates whether the trust anchor is enabled.
notificationSettingsOptionalIResolvable | IResolvable | NotificationSettingProperty[]A list of notification settings to be associated to the trust anchor.
tagsOptionalCfnTag[]The tags to attach to the trust anchor.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-rolesanywhereAWS::RolesAnywhere::TrustAnchor