Uses of Interface
software.amazon.awscdk.services.rolesanywhere.ITrustAnchorRef
Packages that use ITrustAnchorRef
Package
Description
AWS::RolesAnywhere Construct Library
-
Uses of ITrustAnchorRef in software.amazon.awscdk.services.rolesanywhere
Subinterfaces of ITrustAnchorRef in software.amazon.awscdk.services.rolesanywhereModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITrustAnchorRef
.Classes in software.amazon.awscdk.services.rolesanywhere that implement ITrustAnchorRefModifier and TypeClassDescriptionclass
Creates a TrustAnchor.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.rolesanywhere that return ITrustAnchorRefModifier and TypeMethodDescriptionstatic ITrustAnchorRef
CfnTrustAnchor.fromTrustAnchorArn
(software.constructs.Construct scope, String id, String arn) Creates a new ITrustAnchorRef from an ARN.static ITrustAnchorRef
CfnTrustAnchor.fromTrustAnchorId
(software.constructs.Construct scope, String id, String trustAnchorId) Creates a new ITrustAnchorRef from a trustAnchorId.