Uses of Interface
software.amazon.awscdk.services.ec2.IInstance
Packages that use IInstance
Package
Description
Amazon CloudFront Construct Library
CloudFront Origins for the CDK CloudFront Library
Amazon EC2 Construct Library
Endpoints for AWS Global Accelerator
-
Uses of IInstance in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront with parameters of type IInstanceModifier and TypeMethodDescriptionstatic VpcOriginEndpointVpcOriginEndpoint.ec2Instance(IInstance instance) A VPC origin endpoint from an EC2 instance. -
Uses of IInstance in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins with parameters of type IInstanceModifier and TypeMethodDescriptionstatic VpcOriginVpcOrigin.withEc2Instance(IInstance instance) Create a VPC origin with an EC2 instance.static VpcOriginVpcOrigin.withEc2Instance(IInstance instance, VpcOriginWithEndpointProps props) Create a VPC origin with 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. -
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)