Uses of Interface
software.amazon.awscdk.services.ec2.IInstanceRef
Packages that use IInstanceRef
Package
Description
AWS Backup Construct Library
Amazon EC2 Construct Library
-
Uses of IInstanceRef in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup with parameters of type IInstanceRefModifier and TypeMethodDescriptionstatic BackupResource
BackupResource.fromEc2Instance
(IInstanceRef instance) An EC2 instance. -
Uses of IInstanceRef in software.amazon.awscdk.services.ec2
Subinterfaces of IInstanceRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIInstance
.static interface
Internal default implementation forIInstanceRef
.Classes in software.amazon.awscdk.services.ec2 that implement IInstanceRefModifier and TypeClassDescriptionclass
This creates a linux bastion host you can use to connect to other instances or services in your VPC.class
Specifies an EC2 instance.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
This represents a single EC2 instance.Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type IInstanceRefModifier and TypeMethodDescriptionIVolume.grantAttachVolume
(IGrantable grantee, List<IInstanceRef> instances) Grants permission to attach this Volume to an instance.default Grant
IVolume.Jsii$Default.grantAttachVolume
(IGrantable grantee, List<IInstanceRef> instances) Grants permission to attach this Volume to an instance.final Grant
IVolume.Jsii$Proxy.grantAttachVolume
(IGrantable grantee, List<IInstanceRef> instances) Grants permission to attach this Volume to an instance.Volume.grantAttachVolume
(IGrantable grantee, List<IInstanceRef> instances) Grants permission to attach this Volume to an instance.IVolume.grantDetachVolume
(IGrantable grantee, List<IInstanceRef> instances) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.default Grant
IVolume.Jsii$Default.grantDetachVolume
(IGrantable grantee, List<IInstanceRef> instances) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.final Grant
IVolume.Jsii$Proxy.grantDetachVolume
(IGrantable grantee, List<IInstanceRef> instances) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.Volume.grantDetachVolume
(IGrantable grantee, List<IInstanceRef> instances) Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.