Uses of Interface
software.amazon.awscdk.interfaces.ec2.IVerifiedAccessGroupRef
Packages that use IVerifiedAccessGroupRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IVerifiedAccessGroupRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IVerifiedAccessGroupRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVerifiedAccessGroupRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IVerifiedAccessGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IVerifiedAccessGroupRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IVerifiedAccessGroupRefModifier and TypeClassDescriptionclassAn AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.Methods in software.amazon.awscdk.services.ec2 that return IVerifiedAccessGroupRefModifier and TypeMethodDescriptionstatic IVerifiedAccessGroupRefCfnVerifiedAccessGroup.fromVerifiedAccessGroupArn(software.constructs.Construct scope, String id, String arn) Creates a new IVerifiedAccessGroupRef from an ARN.static IVerifiedAccessGroupRefCfnVerifiedAccessGroup.fromVerifiedAccessGroupId(software.constructs.Construct scope, String id, String verifiedAccessGroupId) Creates a new IVerifiedAccessGroupRef from a verifiedAccessGroupId.