Uses of Interface
software.amazon.awscdk.services.ec2.IPlacementGroupRef
Packages that use IPlacementGroupRef
Package
Description
AWS Batch Construct Library
Amazon EC2 Construct Library
-
Uses of IPlacementGroupRef in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return IPlacementGroupRefModifier and TypeMethodDescriptiondefault IPlacementGroupRef
ManagedEc2EcsComputeEnvironmentProps.getPlacementGroup()
The EC2 placement group to associate with your compute resources.final IPlacementGroupRef
ManagedEc2EcsComputeEnvironmentProps.Jsii$Proxy.getPlacementGroup()
default IPlacementGroupRef
ManagedEc2EksComputeEnvironmentProps.getPlacementGroup()
The EC2 placement group to associate with your compute resources.final IPlacementGroupRef
ManagedEc2EksComputeEnvironmentProps.Jsii$Proxy.getPlacementGroup()
Methods in software.amazon.awscdk.services.batch with parameters of type IPlacementGroupRefModifier and TypeMethodDescriptionManagedEc2EcsComputeEnvironment.Builder.placementGroup
(IPlacementGroupRef placementGroup) The EC2 placement group to associate with your compute resources.ManagedEc2EcsComputeEnvironmentProps.Builder.placementGroup
(IPlacementGroupRef placementGroup) Sets the value ofManagedEc2EcsComputeEnvironmentProps.getPlacementGroup()
ManagedEc2EksComputeEnvironment.Builder.placementGroup
(IPlacementGroupRef placementGroup) The EC2 placement group to associate with your compute resources.ManagedEc2EksComputeEnvironmentProps.Builder.placementGroup
(IPlacementGroupRef placementGroup) Sets the value ofManagedEc2EksComputeEnvironmentProps.getPlacementGroup()
-
Uses of IPlacementGroupRef in software.amazon.awscdk.services.ec2
Subinterfaces of IPlacementGroupRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
Determines where your instances are placed on the underlying hardware according to the specified PlacementGroupStrategy.static interface
Internal default implementation forIPlacementGroup
.static interface
Internal default implementation forIPlacementGroupRef
.Classes in software.amazon.awscdk.services.ec2 that implement IPlacementGroupRefModifier and TypeClassDescriptionclass
Specifies a placement group in which to launch instances.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
Defines a placement group.Methods in software.amazon.awscdk.services.ec2 that return IPlacementGroupRefModifier and TypeMethodDescriptiondefault IPlacementGroupRef
InstanceProps.getPlacementGroup()
The placement group that you want to launch the instance into.final IPlacementGroupRef
InstanceProps.Jsii$Proxy.getPlacementGroup()
default IPlacementGroupRef
LaunchTemplateProps.getPlacementGroup()
The placement group that you want to launch the instance into.final IPlacementGroupRef
LaunchTemplateProps.Jsii$Proxy.getPlacementGroup()
Methods in software.amazon.awscdk.services.ec2 with parameters of type IPlacementGroupRefModifier and TypeMethodDescriptionInstance.Builder.placementGroup
(IPlacementGroupRef placementGroup) The placement group that you want to launch the instance into.InstanceProps.Builder.placementGroup
(IPlacementGroupRef placementGroup) Sets the value ofInstanceProps.getPlacementGroup()
LaunchTemplate.Builder.placementGroup
(IPlacementGroupRef placementGroup) The placement group that you want to launch the instance into.LaunchTemplateProps.Builder.placementGroup
(IPlacementGroupRef placementGroup) Sets the value ofLaunchTemplateProps.getPlacementGroup()