Uses of Class
software.amazon.awscdk.services.ec2.Instance
Packages that use Instance
Package
Description
Amazon EC2 Construct Library
Amazon Elastic Load Balancing Construct Library
Targets for AWS Elastic Load Balancing V2
-
Uses of Instance in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InstanceModifier and TypeMethodDescriptionInstance.Builder.build()BastionHostLinux.getInstance()The underlying instance resource.Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type InstanceModifier and TypeMethodDescriptionNatInstanceProviderV2.getGatewayInstances()Array of gateway instances spawned by the provider after internal configuration. -
Uses of Instance in software.amazon.awscdk.services.elasticloadbalancing
Methods in software.amazon.awscdk.services.elasticloadbalancing that return InstanceConstructors in software.amazon.awscdk.services.elasticloadbalancing with parameters of type Instance -
Uses of Instance in software.amazon.awscdk.services.elasticloadbalancingv2.targets
Constructors in software.amazon.awscdk.services.elasticloadbalancingv2.targets with parameters of type InstanceModifierConstructorDescriptionInstanceTarget(Instance instance) Create a new Instance target.InstanceTarget(Instance instance, Number port) Create a new Instance target.