Uses of Interface
software.amazon.awscdk.interfaces.ec2.IPlacementGroupRef
Packages that use IPlacementGroupRef
Package
Description
AWS Batch Construct Library
Amazon EC2 Construct Library
-
Uses of IPlacementGroupRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IPlacementGroupRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPlacementGroupRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IPlacementGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IPlacementGroupRef in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return IPlacementGroupRefModifier and TypeMethodDescriptiondefault IPlacementGroupRefManagedEc2EcsComputeEnvironmentProps.getPlacementGroup()The EC2 placement group to associate with your compute resources.final IPlacementGroupRefManagedEc2EcsComputeEnvironmentProps.Jsii$Proxy.getPlacementGroup()default IPlacementGroupRefManagedEc2EksComputeEnvironmentProps.getPlacementGroup()The EC2 placement group to associate with your compute resources.final IPlacementGroupRefManagedEc2EksComputeEnvironmentProps.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 TypeInterfaceDescriptioninterfaceDetermines where your instances are placed on the underlying hardware according to the specified PlacementGroupStrategy.static interfaceInternal default implementation forIPlacementGroup.Classes in software.amazon.awscdk.services.ec2 that implement IPlacementGroupRefModifier and TypeClassDescriptionclassSpecifies a placement group in which to launch instances.static final classA proxy class which represents a concrete javascript instance of this type.classDefines a placement group.Methods in software.amazon.awscdk.services.ec2 that return IPlacementGroupRefModifier and TypeMethodDescriptiondefault IPlacementGroupRefInstanceProps.getPlacementGroup()The placement group that you want to launch the instance into.final IPlacementGroupRefInstanceProps.Jsii$Proxy.getPlacementGroup()default IPlacementGroupRefLaunchTemplateProps.getPlacementGroup()The placement group that you want to launch the instance into.final IPlacementGroupRefLaunchTemplateProps.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()