Uses of Class
software.amazon.awscdk.services.ec2.InstanceType
Packages that use InstanceType
Package
Description
Amazon EC2 Auto Scaling Construct Library
AWS Batch Construct Library
Amazon DocumentDB Construct Library
Amazon EC2 Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
Amazon Relational Database Service Construct Library
Tasks for AWS Step Functions
-
Uses of InstanceType in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return InstanceTypeModifier and TypeMethodDescriptiondefault InstanceTypeAutoScalingGroupProps.getInstanceType()Type of instance to launch.final InstanceTypeAutoScalingGroupProps.Jsii$Proxy.getInstanceType()default InstanceTypeLaunchTemplateOverrides.getInstanceType()The instance type, such as m3.xlarge.final InstanceTypeLaunchTemplateOverrides.Jsii$Proxy.getInstanceType()Methods in software.amazon.awscdk.services.autoscaling with parameters of type InstanceTypeModifier and TypeMethodDescriptionAutoScalingGroup.Builder.instanceType(InstanceType instanceType) Type of instance to launch.AutoScalingGroupProps.Builder.instanceType(InstanceType instanceType) Sets the value ofAutoScalingGroupProps.getInstanceType()LaunchTemplateOverrides.Builder.instanceType(InstanceType instanceType) Sets the value ofLaunchTemplateOverrides.getInstanceType() -
Uses of InstanceType in software.amazon.awscdk.services.batch
Subclasses of InstanceType in software.amazon.awscdk.services.batchMethods in software.amazon.awscdk.services.batch that return InstanceTypeModifier and TypeMethodDescriptionMultiNodeJobDefinition.getInstanceType()If the propinstanceTypeis leftundefined, then this will hold a fake instance type, for backwards compatibility reasons.default InstanceTypeMultiNodeJobDefinitionProps.getInstanceType()The instance type that this job definition will run.final InstanceTypeMultiNodeJobDefinitionProps.Jsii$Proxy.getInstanceType()Methods in software.amazon.awscdk.services.batch that return types with arguments of type InstanceTypeModifier and TypeMethodDescriptionIManagedEc2EcsComputeEnvironment.getInstanceTypes()The instance types that this Compute Environment can launch.default List<InstanceType>IManagedEc2EcsComputeEnvironment.Jsii$Default.getInstanceTypes()The instance types that this Compute Environment can launch.final List<InstanceType>IManagedEc2EcsComputeEnvironment.Jsii$Proxy.getInstanceTypes()The instance types that this Compute Environment can launch.ManagedEc2EcsComputeEnvironment.getInstanceTypes()The instance types that this Compute Environment can launch.default List<InstanceType>ManagedEc2EcsComputeEnvironmentProps.getInstanceTypes()The instance types that this Compute Environment can launch.final List<InstanceType>ManagedEc2EcsComputeEnvironmentProps.Jsii$Proxy.getInstanceTypes()ManagedEc2EksComputeEnvironment.getInstanceTypes()The instance types that this Compute Environment can launch.default List<InstanceType>ManagedEc2EksComputeEnvironmentProps.getInstanceTypes()The instance types that this Compute Environment can launch.final List<InstanceType>ManagedEc2EksComputeEnvironmentProps.Jsii$Proxy.getInstanceTypes()Methods in software.amazon.awscdk.services.batch with parameters of type InstanceTypeModifier and TypeMethodDescriptionvoidIManagedEc2EcsComputeEnvironment.addInstanceType(InstanceType instanceType) Add an instance type to this compute environment.default voidIManagedEc2EcsComputeEnvironment.Jsii$Default.addInstanceType(InstanceType instanceType) Add an instance type to this compute environment.final voidIManagedEc2EcsComputeEnvironment.Jsii$Proxy.addInstanceType(InstanceType instanceType) Add an instance type to this compute environment.voidManagedEc2EcsComputeEnvironment.addInstanceType(InstanceType instanceType) Add an instance type to this compute environment.voidManagedEc2EksComputeEnvironment.addInstanceType(InstanceType instanceType) Add an instance type to this compute environment.MultiNodeJobDefinition.Builder.instanceType(InstanceType instanceType) The instance type that this job definition will run.MultiNodeJobDefinitionProps.Builder.instanceType(InstanceType instanceType) Sets the value ofMultiNodeJobDefinitionProps.getInstanceType()Method parameters in software.amazon.awscdk.services.batch with type arguments of type InstanceTypeModifier and TypeMethodDescriptionManagedEc2EcsComputeEnvironment.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) The instance types that this Compute Environment can launch.ManagedEc2EcsComputeEnvironmentProps.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) Sets the value ofManagedEc2EcsComputeEnvironmentProps.getInstanceTypes()ManagedEc2EksComputeEnvironment.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) The instance types that this Compute Environment can launch.ManagedEc2EksComputeEnvironmentProps.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) Sets the value ofManagedEc2EksComputeEnvironmentProps.getInstanceTypes() -
Uses of InstanceType in software.amazon.awscdk.services.docdb
Methods in software.amazon.awscdk.services.docdb that return InstanceTypeModifier and TypeMethodDescriptionDatabaseClusterProps.getInstanceType()What type of instance to start for the replicas.final InstanceTypeDatabaseClusterProps.Jsii$Proxy.getInstanceType()DatabaseInstanceProps.getInstanceType()The name of the compute and memory capacity classes.final InstanceTypeDatabaseInstanceProps.Jsii$Proxy.getInstanceType()Methods in software.amazon.awscdk.services.docdb with parameters of type InstanceTypeModifier and TypeMethodDescriptionDatabaseCluster.Builder.instanceType(InstanceType instanceType) What type of instance to start for the replicas.DatabaseClusterProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseClusterProps.getInstanceType()DatabaseInstance.Builder.instanceType(InstanceType instanceType) The name of the compute and memory capacity classes.DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseInstanceProps.getInstanceType() -
Uses of InstanceType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InstanceTypeModifier and TypeMethodDescriptiondefault InstanceTypeBastionHostLinuxProps.getInstanceType()Type of instance to launch.final InstanceTypeBastionHostLinuxProps.Jsii$Proxy.getInstanceType()InstanceProps.getInstanceType()Type of instance to launch.final InstanceTypeInstanceProps.Jsii$Proxy.getInstanceType()LaunchTemplate.getInstanceType()Type of instance to launch.default InstanceTypeLaunchTemplateProps.getInstanceType()Type of instance to launch.final InstanceTypeLaunchTemplateProps.Jsii$Proxy.getInstanceType()NatInstanceProps.getInstanceType()Instance type of the NAT instance.final InstanceTypeNatInstanceProps.Jsii$Proxy.getInstanceType()static InstanceTypeInstanceType.of(InstanceClass instanceClass, InstanceSize instanceSize) Instance type for EC2 instances.Methods in software.amazon.awscdk.services.ec2 with parameters of type InstanceTypeModifier and TypeMethodDescriptionBastionHostLinux.Builder.instanceType(InstanceType instanceType) Type of instance to launch.BastionHostLinuxProps.Builder.instanceType(InstanceType instanceType) Sets the value ofBastionHostLinuxProps.getInstanceType()Instance.Builder.instanceType(InstanceType instanceType) Type of instance to launch.InstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofInstanceProps.getInstanceType()LaunchTemplate.Builder.instanceType(InstanceType instanceType) Type of instance to launch.LaunchTemplateProps.Builder.instanceType(InstanceType instanceType) Sets the value ofLaunchTemplateProps.getInstanceType()NatInstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofNatInstanceProps.getInstanceType()NatInstanceProvider.Builder.instanceType(InstanceType instanceType) Deprecated.Instance type of the NAT instance.NatInstanceProviderV2.Builder.instanceType(InstanceType instanceType) Instance type of the NAT instance.InstanceType.sameInstanceClassAs(InstanceType other) -
Uses of InstanceType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return InstanceTypeModifier and TypeMethodDescriptionAddCapacityOptions.getInstanceType()The EC2 instance type to use when launching instances into the AutoScalingGroup.final InstanceTypeAddCapacityOptions.Jsii$Proxy.getInstanceType()Methods in software.amazon.awscdk.services.ecs with parameters of type InstanceTypeModifier and TypeMethodDescriptionAddCapacityOptions.Builder.instanceType(InstanceType instanceType) Sets the value ofAddCapacityOptions.getInstanceType() -
Uses of InstanceType in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return InstanceTypeModifier and TypeMethodDescriptiondefault InstanceTypeClusterProps.getDefaultCapacityInstance()The instance type to use for the default capacity.final InstanceTypeClusterProps.Jsii$Proxy.getDefaultCapacityInstance()AutoScalingGroupCapacityOptions.getInstanceType()Instance type of the instances to start.final InstanceTypeAutoScalingGroupCapacityOptions.Jsii$Proxy.getInstanceType()Methods in software.amazon.awscdk.services.eks that return types with arguments of type InstanceTypeModifier and TypeMethodDescriptiondefault List<InstanceType>NodegroupOptions.getInstanceTypes()The instance types to use for your node group.final List<InstanceType>NodegroupOptions.Jsii$Proxy.getInstanceTypes()final List<InstanceType>NodegroupProps.Jsii$Proxy.getInstanceTypes()Methods in software.amazon.awscdk.services.eks with parameters of type InstanceTypeModifier and TypeMethodDescriptionCluster.Builder.defaultCapacityInstance(InstanceType defaultCapacityInstance) The instance type to use for the default capacity.ClusterProps.Builder.defaultCapacityInstance(InstanceType defaultCapacityInstance) Sets the value ofClusterProps.getDefaultCapacityInstance()AutoScalingGroupCapacityOptions.Builder.instanceType(InstanceType instanceType) Sets the value ofAutoScalingGroupCapacityOptions.getInstanceType()Method parameters in software.amazon.awscdk.services.eks with type arguments of type InstanceTypeModifier and TypeMethodDescriptionNodegroup.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) The instance types to use for your node group.NodegroupOptions.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) Sets the value ofNodegroupOptions.getInstanceTypes()NodegroupProps.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) Sets the value ofNodegroupOptions.getInstanceTypes() -
Uses of InstanceType in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return InstanceTypeModifier and TypeMethodDescriptionprotected InstanceTypeDatabaseInstance.getInstanceType()protected InstanceTypeDatabaseInstanceFromSnapshot.getInstanceType()final InstanceTypeDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getInstanceType()final InstanceTypeDatabaseInstanceProps.Jsii$Proxy.getInstanceType()protected InstanceTypeDatabaseInstanceReadReplica.getInstanceType()DatabaseInstanceReadReplicaProps.getInstanceType()The name of the compute and memory capacity classes.final InstanceTypeDatabaseInstanceReadReplicaProps.Jsii$Proxy.getInstanceType()default InstanceTypeDatabaseInstanceSourceProps.getInstanceType()The name of the compute and memory capacity for the instance.final InstanceTypeDatabaseInstanceSourceProps.Jsii$Proxy.getInstanceType()default InstanceTypeInstanceProps.getInstanceType()What type of instance to start for the replicas.final InstanceTypeInstanceProps.Jsii$Proxy.getInstanceType()default InstanceTypeProvisionedClusterInstanceProps.getInstanceType()The cluster instance type.final InstanceTypeProvisionedClusterInstanceProps.Jsii$Proxy.getInstanceType()Methods in software.amazon.awscdk.services.rds with parameters of type InstanceTypeModifier and TypeMethodDescriptionDatabaseInstance.Builder.instanceType(InstanceType instanceType) The name of the compute and memory capacity for the instance.DatabaseInstanceFromSnapshot.Builder.instanceType(InstanceType instanceType) The name of the compute and memory capacity for the instance.DatabaseInstanceFromSnapshotProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseInstanceSourceProps.getInstanceType()DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseInstanceSourceProps.getInstanceType()DatabaseInstanceReadReplica.Builder.instanceType(InstanceType instanceType) The name of the compute and memory capacity classes.DatabaseInstanceReadReplicaProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseInstanceReadReplicaProps.getInstanceType()DatabaseInstanceSourceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseInstanceSourceProps.getInstanceType()InstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofInstanceProps.getInstanceType()ProvisionedClusterInstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofProvisionedClusterInstanceProps.getInstanceType()static ClusterInstanceTypeClusterInstanceType.provisioned(InstanceType instanceType) Aurora Provisioned instance type. -
Uses of InstanceType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return InstanceTypeModifier and TypeMethodDescriptiondefault InstanceTypeBatchContainerOverrides.getInstanceType()The instance type to use for a multi-node parallel job.final InstanceTypeBatchContainerOverrides.Jsii$Proxy.getInstanceType()default InstanceTypeContainerOverrides.getInstanceType()The instance type to use for a multi-node parallel job.final InstanceTypeContainerOverrides.Jsii$Proxy.getInstanceType()ProductionVariant.getInstanceType()The ML compute instance type.final InstanceTypeProductionVariant.Jsii$Proxy.getInstanceType()ResourceConfig.getInstanceType()ML compute instance type.final InstanceTypeResourceConfig.Jsii$Proxy.getInstanceType()TransformResources.getInstanceType()ML compute instance type for the transform job.final InstanceTypeTransformResources.Jsii$Proxy.getInstanceType()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type InstanceTypeModifier and TypeMethodDescriptionBatchContainerOverrides.Builder.instanceType(InstanceType instanceType) Sets the value ofBatchContainerOverrides.getInstanceType()ContainerOverrides.Builder.instanceType(InstanceType instanceType) Sets the value ofContainerOverrides.getInstanceType()ProductionVariant.Builder.instanceType(InstanceType instanceType) Sets the value ofProductionVariant.getInstanceType()ResourceConfig.Builder.instanceType(InstanceType instanceType) Sets the value ofResourceConfig.getInstanceType()TransformResources.Builder.instanceType(InstanceType instanceType) Sets the value ofTransformResources.getInstanceType()