Uses of Interface
software.amazon.awscdk.services.ec2.IInstance
Packages that use IInstance
Package
Description
AWS Backup Construct Library
Amazon EC2 Construct Library
Endpoints for AWS Global Accelerator
-
Uses of IInstance in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup with parameters of type IInstanceModifier and TypeMethodDescriptionstatic BackupResourceBackupResource.fromEc2Instance(IInstance instance) An EC2 instance. -
Uses of IInstance in software.amazon.awscdk.services.ec2
Subinterfaces of IInstance in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInstance.Classes in software.amazon.awscdk.services.ec2 that implement IInstanceModifier and TypeClassDescriptionclassThis creates a linux bastion host you can use to connect to other instances or services in your VPC.static final classA proxy class which represents a concrete javascript instance of this type.classThis represents a single EC2 instance.Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type IInstanceModifier and TypeMethodDescriptionIVolume.grantAttachVolume(IGrantable grantee, List<IInstance> instances) Grants permission to attach this Volume to an instance.default GrantIVolume.Jsii$Default.grantAttachVolume(IGrantable grantee, List<IInstance> instances) Grants permission to attach this Volume to an instance.final GrantIVolume.Jsii$Proxy.grantAttachVolume(IGrantable grantee, List<IInstance> instances) Grants permission to attach this Volume to an instance.Volume.grantAttachVolume(IGrantable grantee, List<IInstance> instances) Grants permission to attach this Volume to an instance.IVolume.grantDetachVolume(IGrantable grantee, List<IInstance> 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 GrantIVolume.Jsii$Default.grantDetachVolume(IGrantable grantee, List<IInstance> 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 GrantIVolume.Jsii$Proxy.grantDetachVolume(IGrantable grantee, List<IInstance> 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<IInstance> 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. -
Uses of IInstance in software.amazon.awscdk.services.globalaccelerator.endpoints
Methods in software.amazon.awscdk.services.globalaccelerator.endpoints with parameters of type IInstanceConstructors in software.amazon.awscdk.services.globalaccelerator.endpoints with parameters of type IInstanceModifierConstructorDescriptionInstanceEndpoint(IInstance instance) InstanceEndpoint(IInstance instance, InstanceEndpointProps options)