Uses of Interface
software.amazon.awscdk.interfaces.rolesanywhere.IProfileRef
Packages that use IProfileRef
Package
Description
AWS::RolesAnywhere Construct Library
-
Uses of IProfileRef in software.amazon.awscdk.interfaces.rolesanywhere
Subinterfaces of IProfileRef in software.amazon.awscdk.interfaces.rolesanywhereModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIProfileRef.Classes in software.amazon.awscdk.interfaces.rolesanywhere that implement IProfileRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IProfileRef in software.amazon.awscdk.services.rolesanywhere
Classes in software.amazon.awscdk.services.rolesanywhere that implement IProfileRefMethods in software.amazon.awscdk.services.rolesanywhere that return IProfileRefModifier and TypeMethodDescriptionstatic IProfileRefCfnProfile.fromProfileArn(software.constructs.Construct scope, String id, String arn) Creates a new IProfileRef from an ARN.static IProfileRefCfnProfile.fromProfileId(software.constructs.Construct scope, String id, String profileId) Creates a new IProfileRef from a profileId.