Uses of Interface
software.amazon.awscdk.services.rolesanywhere.IProfileRef
Packages that use IProfileRef
Package
Description
AWS::RolesAnywhere Construct Library
-
Uses of IProfileRef in software.amazon.awscdk.services.rolesanywhere
Subinterfaces of IProfileRef in software.amazon.awscdk.services.rolesanywhereModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIProfileRef.Classes in software.amazon.awscdk.services.rolesanywhere that implement IProfileRefModifier and TypeClassDescriptionclassCreates a Profile.static final classA proxy class which represents a concrete javascript instance of this type.Methods 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.