| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
LaunchTemplateOverrides.getInstanceType()
The instance type, such as m3.xlarge.
|
InstanceType |
LaunchTemplateOverrides.Jsii$Proxy.getInstanceType() |
default InstanceType |
AutoScalingGroupProps.getInstanceType()
Type of instance to launch.
|
InstanceType |
AutoScalingGroupProps.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateOverrides.Builder |
LaunchTemplateOverrides.Builder.instanceType(InstanceType instanceType)
Sets the value of
LaunchTemplateOverrides.getInstanceType() |
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
AutoScalingGroupProps.getInstanceType() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.instanceType(InstanceType instanceType)
Type of instance to launch.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
DatabaseClusterProps.getInstanceType()
What type of instance to start for the replicas.
|
InstanceType |
DatabaseClusterProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseInstanceProps.getInstanceType()
The name of the compute and memory capacity classes.
|
InstanceType |
DatabaseInstanceProps.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseClusterProps.getInstanceType() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceProps.getInstanceType() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.instanceType(InstanceType instanceType)
What type of instance to start for the replicas.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.instanceType(InstanceType instanceType)
The name of the compute and memory capacity classes.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
InstanceProps.getInstanceType()
Type of instance to launch.
|
InstanceType |
InstanceProps.Jsii$Proxy.getInstanceType() |
InstanceType |
LaunchTemplate.getInstanceType()
Type of instance to launch.
|
InstanceType |
NatInstanceProps.getInstanceType()
Instance type of the NAT instance.
|
InstanceType |
NatInstanceProps.Jsii$Proxy.getInstanceType() |
default InstanceType |
LaunchTemplateProps.getInstanceType()
Type of instance to launch.
|
InstanceType |
LaunchTemplateProps.Jsii$Proxy.getInstanceType() |
default InstanceType |
BastionHostLinuxProps.getInstanceType()
Type of instance to launch.
|
InstanceType |
BastionHostLinuxProps.Jsii$Proxy.getInstanceType() |
static InstanceType |
InstanceType.of(InstanceClass instanceClass,
InstanceSize instanceSize)
Instance type for EC2 instances.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.instanceType(InstanceType instanceType)
Type of instance to launch.
|
InstanceProps.Builder |
InstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
InstanceProps.getInstanceType() |
LaunchTemplate.Builder |
LaunchTemplate.Builder.instanceType(InstanceType instanceType)
Type of instance to launch.
|
NatInstanceProps.Builder |
NatInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
NatInstanceProps.getInstanceType() |
BastionHostLinux.Builder |
BastionHostLinux.Builder.instanceType(InstanceType instanceType)
Type of instance to launch.
|
NatInstanceProvider.Builder |
NatInstanceProvider.Builder.instanceType(InstanceType instanceType)
Instance type of the NAT instance.
|
LaunchTemplateProps.Builder |
LaunchTemplateProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
LaunchTemplateProps.getInstanceType() |
BastionHostLinuxProps.Builder |
BastionHostLinuxProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
BastionHostLinuxProps.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
AddCapacityOptions.getInstanceType()
The EC2 instance type to use when launching instances into the AutoScalingGroup.
|
InstanceType |
AddCapacityOptions.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.instanceType(InstanceType instanceType)
Sets the value of
AddCapacityOptions.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceType |
ClusterProps.getDefaultCapacityInstance()
The instance type to use for the default capacity.
|
InstanceType |
ClusterProps.Jsii$Proxy.getDefaultCapacityInstance() |
InstanceType |
AutoScalingGroupCapacityOptions.getInstanceType()
Instance type of the instances to start.
|
InstanceType |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceType> |
NodegroupProps.Jsii$Proxy.getInstanceTypes() |
default List<InstanceType> |
NodegroupOptions.getInstanceTypes()
The instance types to use for your node group.
|
List<InstanceType> |
NodegroupOptions.Jsii$Proxy.getInstanceTypes() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.defaultCapacityInstance(InstanceType defaultCapacityInstance)
The instance type to use for the default capacity.
|
ClusterProps.Builder |
ClusterProps.Builder.defaultCapacityInstance(InstanceType defaultCapacityInstance)
Sets the value of
ClusterProps.getDefaultCapacityInstance() |
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.instanceType(InstanceType instanceType)
Sets the value of
AutoScalingGroupCapacityOptions.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
NodegroupProps.Builder |
NodegroupProps.Builder.instanceTypes(List<? extends InstanceType> instanceTypes)
Sets the value of
NodegroupOptions.getInstanceTypes() |
NodegroupOptions.Builder |
NodegroupOptions.Builder.instanceTypes(List<? extends InstanceType> instanceTypes)
Sets the value of
NodegroupOptions.getInstanceTypes() |
Nodegroup.Builder |
Nodegroup.Builder.instanceTypes(List<? extends InstanceType> instanceTypes)
The instance types to use for your node group.
|
| Modifier and Type | Method and Description |
|---|---|
default InstanceType |
InstanceProps.getInstanceType()
What type of instance to start for the replicas.
|
InstanceType |
InstanceProps.Jsii$Proxy.getInstanceType() |
protected InstanceType |
DatabaseInstanceReadReplica.getInstanceType() |
InstanceType |
DatabaseInstanceProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getInstanceType() |
default InstanceType |
DatabaseInstanceSourceProps.getInstanceType()
The name of the compute and memory capacity for the instance.
|
InstanceType |
DatabaseInstanceSourceProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseInstanceReadReplicaProps.getInstanceType()
The name of the compute and memory capacity classes.
|
InstanceType |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getInstanceType() |
protected InstanceType |
DatabaseInstanceFromSnapshot.getInstanceType() |
protected InstanceType |
DatabaseInstance.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
InstanceProps.Builder |
InstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
InstanceProps.getInstanceType() |
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.instanceType(InstanceType instanceType)
The name of the compute and memory capacity classes.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceSourceProps.getInstanceType() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceSourceProps.getInstanceType() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceSourceProps.getInstanceType() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceReadReplicaProps.getInstanceType() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.instanceType(InstanceType instanceType)
The name of the compute and memory capacity for the instance.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.instanceType(InstanceType instanceType)
The name of the compute and memory capacity for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
TransformResources.getInstanceType()
ML compute instance type for the transform job.
|
InstanceType |
TransformResources.Jsii$Proxy.getInstanceType() |
InstanceType |
ProductionVariant.getInstanceType()
The ML compute instance type.
|
InstanceType |
ProductionVariant.Jsii$Proxy.getInstanceType() |
InstanceType |
ResourceConfig.getInstanceType()
ML compute instance type.
|
InstanceType |
ResourceConfig.Jsii$Proxy.getInstanceType() |
default InstanceType |
ContainerOverrides.getInstanceType()
The instance type to use for a multi-node parallel job.
|
InstanceType |
ContainerOverrides.Jsii$Proxy.getInstanceType() |
default InstanceType |
BatchContainerOverrides.getInstanceType()
The instance type to use for a multi-node parallel job.
|
InstanceType |
BatchContainerOverrides.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
TransformResources.Builder |
TransformResources.Builder.instanceType(InstanceType instanceType)
Sets the value of
TransformResources.getInstanceType() |
ProductionVariant.Builder |
ProductionVariant.Builder.instanceType(InstanceType instanceType)
Sets the value of
ProductionVariant.getInstanceType() |
ResourceConfig.Builder |
ResourceConfig.Builder.instanceType(InstanceType instanceType)
Sets the value of
ResourceConfig.getInstanceType() |
ContainerOverrides.Builder |
ContainerOverrides.Builder.instanceType(InstanceType instanceType)
Sets the value of
ContainerOverrides.getInstanceType() |
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.instanceType(InstanceType instanceType)
Sets the value of
BatchContainerOverrides.getInstanceType() |
Copyright © 2022. All rights reserved.