| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.batch |
AWS Batch Construct Library
|
| software.amazon.awscdk.services.cloud9 |
AWS Cloud9 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.eks.legacy |
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 |
AutoScalingGroupProps.getInstanceType()
(experimental) Type of instance to launch.
|
InstanceType |
AutoScalingGroupProps.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
AutoScalingGroupProps.getInstanceType() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.instanceType(InstanceType instanceType)
(experimental) Type of instance to launch.
|
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
IVpc vpc,
CloudFormationInit init,
ApplyCloudFormationInitOptions initOptions,
IRole role,
ISecurityGroup securityGroup,
UserData userData,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default InstanceType |
JobDefinitionContainer.getInstanceType()
(experimental) The instance type to use for a multi-node parallel job.
|
InstanceType |
JobDefinitionContainer.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
default List<InstanceType> |
ComputeResources.getInstanceTypes()
(experimental) The types of EC2 instances that may be launched in the compute environment.
|
List<InstanceType> |
ComputeResources.Jsii$Proxy.getInstanceTypes() |
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionContainer.Builder |
JobDefinitionContainer.Builder.instanceType(InstanceType instanceType)
Sets the value of
JobDefinitionContainer.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
ComputeResources.Builder |
ComputeResources.Builder.instanceTypes(List<? extends InstanceType> instanceTypes)
Sets the value of
ComputeResources.getInstanceTypes() |
| Constructor and Description |
|---|
Jsii$Proxy(ContainerImage image,
List<String> command,
Map<String,String> environment,
Number gpuCount,
InstanceType instanceType,
IRole jobRole,
LinuxParameters linuxParams,
LogConfiguration logConfiguration,
Number memoryLimitMiB,
List<? extends MountPoint> mountPoints,
Boolean privileged,
Boolean readOnly,
List<? extends Ulimit> ulimits,
String user,
Number vcpus,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
JobDefinitionContainer.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
AllocationStrategy allocationStrategy,
Number bidPercentage,
Map<String,String> computeResourcesTags,
Number desiredvCpus,
String ec2KeyPair,
IMachineImage image,
String instanceRole,
List<? extends InstanceType> instanceTypes,
LaunchTemplateSpecification launchTemplate,
Number maxvCpus,
Number minvCpus,
String placementGroup,
List<? extends ISecurityGroup> securityGroups,
IRole spotFleetRole,
ComputeResourceType type,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ComputeResources.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default InstanceType |
Ec2EnvironmentProps.getInstanceType()
(experimental) The type of instance to connect to the environment.
|
InstanceType |
Ec2EnvironmentProps.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
Ec2EnvironmentProps.Builder |
Ec2EnvironmentProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
Ec2EnvironmentProps.getInstanceType() |
Ec2Environment.Builder |
Ec2Environment.Builder.instanceType(InstanceType instanceType)
(experimental) The type of instance to connect to the environment.
|
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
List<? extends CloneRepository> clonedRepositories,
String description,
String ec2EnvironmentName,
InstanceType instanceType,
SubnetSelection subnetSelection)
Constructor that initializes the object based on literal property values passed by the
Ec2EnvironmentProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
DatabaseInstanceProps.getInstanceClass()
(experimental) The name of the compute and memory capacity classes.
|
InstanceType |
DatabaseInstanceProps.Jsii$Proxy.getInstanceClass() |
InstanceType |
InstanceProps.getInstanceType()
(experimental) What type of instance to start for the replicas.
|
InstanceType |
InstanceProps.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.instanceClass(InstanceType instanceClass)
Sets the value of
DatabaseInstanceProps.getInstanceClass() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.instanceClass(InstanceType instanceClass)
(experimental) The name of the compute and memory capacity classes.
|
InstanceProps.Builder |
InstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
InstanceProps.getInstanceType() |
| Constructor and Description |
|---|
Jsii$Proxy(IDatabaseCluster cluster,
InstanceType instanceClass,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
String dbInstanceName,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IVpc vpc,
IClusterParameterGroup parameterGroup,
ISecurityGroup securityGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
InstanceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
NatInstanceProps.getInstanceType()
(experimental) Instance type of the NAT instance.
|
InstanceType |
NatInstanceProps.Jsii$Proxy.getInstanceType() |
default InstanceType |
BastionHostLinuxProps.getInstanceType()
(experimental) Type of instance to launch.
|
InstanceType |
BastionHostLinuxProps.Jsii$Proxy.getInstanceType() |
default InstanceType |
LaunchTemplateProps.getInstanceType()
(experimental) Type of instance to launch.
|
InstanceType |
LaunchTemplateProps.Jsii$Proxy.getInstanceType() |
InstanceType |
InstanceProps.getInstanceType()
(experimental) Type of instance to launch.
|
InstanceType |
InstanceProps.Jsii$Proxy.getInstanceType() |
static InstanceType |
InstanceType.of(InstanceClass instanceClass,
InstanceSize instanceSize)
(experimental) Instance type for EC2 instances.
|
| Modifier and Type | Method and Description |
|---|---|
NatInstanceProps.Builder |
NatInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
NatInstanceProps.getInstanceType() |
Instance.Builder |
Instance.Builder.instanceType(InstanceType instanceType)
(experimental) Type of instance to launch.
|
BastionHostLinux.Builder |
BastionHostLinux.Builder.instanceType(InstanceType instanceType)
(experimental) Type of instance to launch.
|
NatInstanceProvider.Builder |
NatInstanceProvider.Builder.instanceType(InstanceType instanceType)
(experimental) Instance type of the NAT instance.
|
BastionHostLinuxProps.Builder |
BastionHostLinuxProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
BastionHostLinuxProps.getInstanceType() |
LaunchTemplateProps.Builder |
LaunchTemplateProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
LaunchTemplateProps.getInstanceType() |
InstanceProps.Builder |
InstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
InstanceProps.getInstanceType() |
LaunchTemplate.Builder |
LaunchTemplate.Builder.instanceType(InstanceType instanceType)
(experimental) Type of instance to launch.
|
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
Boolean allowAllTraffic,
NatTrafficDirection defaultAllowedTraffic,
String keyName,
IMachineImage machineImage,
ISecurityGroup securityGroup)
Constructor that initializes the object based on literal property values passed by the
NatInstanceProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
IVpc vpc,
Boolean allowAllOutbound,
String availabilityZone,
List<? extends BlockDevice> blockDevices,
CloudFormationInit init,
ApplyCloudFormationInitOptions initOptions,
String instanceName,
String keyName,
String privateIpAddress,
Duration resourceSignalTimeout,
IRole role,
ISecurityGroup securityGroup,
Boolean sourceDestCheck,
UserData userData,
Boolean userDataCausesReplacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
InstanceProps.Builder. |
Jsii$Proxy(IVpc vpc,
String availabilityZone,
List<? extends BlockDevice> blockDevices,
String instanceName,
InstanceType instanceType,
IMachineImage machineImage,
ISecurityGroup securityGroup,
SubnetSelection subnetSelection)
Constructor that initializes the object based on literal property values passed by the
BastionHostLinuxProps.Builder. |
Jsii$Proxy(List<? extends BlockDevice> blockDevices,
CpuCredits cpuCredits,
Boolean detailedMonitoring,
Boolean disableApiTermination,
Boolean ebsOptimized,
Boolean hibernationConfigured,
InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior,
InstanceType instanceType,
String keyName,
String launchTemplateName,
IMachineImage machineImage,
Boolean nitroEnclaveEnabled,
IRole role,
ISecurityGroup securityGroup,
LaunchTemplateSpotOptions spotOptions,
UserData userData)
Constructor that initializes the object based on literal property values passed by the
LaunchTemplateProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
AddCapacityOptions.getInstanceType()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
Boolean canContainersAccessInstanceRole,
MachineImageType machineImageType,
Boolean spotInstanceDraining,
Duration taskDrainTime,
IKey topicEncryptionKey,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AddCapacityOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default InstanceType |
ClusterProps.getDefaultCapacityInstance()
(experimental) The instance type to use for the default capacity.
|
InstanceType |
ClusterProps.Jsii$Proxy.getDefaultCapacityInstance() |
InstanceType |
NodegroupProps.Jsii$Proxy.getInstanceType() |
default InstanceType |
NodegroupOptions.getInstanceType()
Deprecated.
Use `instanceTypes` instead.
|
InstanceType |
NodegroupOptions.Jsii$Proxy.getInstanceType() |
InstanceType |
AutoScalingGroupCapacityOptions.getInstanceType()
(experimental) 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()
(experimental) 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)
(experimental) The instance type to use for the default capacity.
|
ClusterProps.Builder |
ClusterProps.Builder.defaultCapacityInstance(InstanceType defaultCapacityInstance)
Sets the value of
ClusterProps.getDefaultCapacityInstance() |
Nodegroup.Builder |
Nodegroup.Builder.instanceType(InstanceType instanceType)
Deprecated.
Use `instanceTypes` instead.
|
NodegroupProps.Builder |
NodegroupProps.Builder.instanceType(InstanceType instanceType)
Deprecated.
Use `instanceTypes` instead.
|
NodegroupOptions.Builder |
NodegroupOptions.Builder.instanceType(InstanceType instanceType)
Deprecated.
Use `instanceTypes` instead.
|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.instanceType(InstanceType instanceType)
Sets the value of
AutoScalingGroupCapacityOptions.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
Nodegroup.Builder |
Nodegroup.Builder.instanceTypes(List<? extends InstanceType> instanceTypes)
(experimental) The instance types to use for your node group.
|
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() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
InstanceType instanceType,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
Boolean bootstrapEnabled,
BootstrapOptions bootstrapOptions,
MachineImageType machineImageType,
Boolean mapRole,
Boolean spotInterruptHandler,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupCapacityOptions.Builder. |
Jsii$Proxy(NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
InstanceType instanceType,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupOptions.Builder. |
Jsii$Proxy(Number defaultCapacity,
InstanceType defaultCapacityInstance,
DefaultCapacityType defaultCapacityType,
IKey secretsEncryptionKey,
Map<String,String> clusterHandlerEnvironment,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
Size kubectlMemory,
IRole mastersRole,
Boolean outputMastersRoleArn,
Boolean placeClusterHandlerInVpc,
Boolean prune,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
InstanceType instanceType,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupProps.Builder. |
Jsii$Proxy(NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
InstanceType instanceType,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default InstanceType |
ClusterProps.getDefaultCapacityInstance()
(experimental) The instance type to use for the default capacity.
|
InstanceType |
ClusterProps.Jsii$Proxy.getDefaultCapacityInstance() |
InstanceType |
CapacityOptions.getInstanceType()
(experimental) Instance type of the instances to start.
|
InstanceType |
CapacityOptions.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.defaultCapacityInstance(InstanceType defaultCapacityInstance)
(experimental) The instance type to use for the default capacity.
|
ClusterProps.Builder |
ClusterProps.Builder.defaultCapacityInstance(InstanceType defaultCapacityInstance)
Sets the value of
ClusterProps.getDefaultCapacityInstance() |
CapacityOptions.Builder |
CapacityOptions.Builder.instanceType(InstanceType instanceType)
Sets the value of
CapacityOptions.getInstanceType() |
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
Boolean bootstrapEnabled,
BootstrapOptions bootstrapOptions,
Boolean mapRole,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
CapacityOptions.Builder. |
Jsii$Proxy(String clusterName,
Number defaultCapacity,
InstanceType defaultCapacityInstance,
Boolean kubectlEnabled,
IRole mastersRole,
Boolean outputClusterName,
Boolean outputConfigCommand,
Boolean outputMastersRoleArn,
IRole role,
ISecurityGroup securityGroup,
String version,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
protected InstanceType |
DatabaseInstanceFromSnapshot.getInstanceType() |
InstanceType |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseInstanceProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseInstanceReadReplicaProps.getInstanceType()
(experimental) The name of the compute and memory capacity classes.
|
InstanceType |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getInstanceType() |
protected InstanceType |
DatabaseInstance.getInstanceType() |
protected InstanceType |
DatabaseInstanceReadReplica.getInstanceType() |
default InstanceType |
DatabaseInstanceSourceProps.getInstanceType()
(experimental) The name of the compute and memory capacity for the instance.
|
InstanceType |
DatabaseInstanceSourceProps.Jsii$Proxy.getInstanceType() |
default InstanceType |
InstanceProps.getInstanceType()
(experimental) What type of instance to start for the replicas.
|
InstanceType |
InstanceProps.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.instanceType(InstanceType instanceType)
(experimental) The name of the compute and memory capacity for the instance.
|
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceSourceProps.getInstanceType() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceSourceProps.getInstanceType() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceReadReplicaProps.getInstanceType() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.instanceType(InstanceType instanceType)
(experimental) The name of the compute and memory capacity for the instance.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.instanceType(InstanceType instanceType)
(experimental) The name of the compute and memory capacity classes.
|
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceSourceProps.getInstanceType() |
InstanceProps.Builder |
InstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
InstanceProps.getInstanceType() |
| Constructor and Description |
|---|
Jsii$Proxy(IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceSourceProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IDatabaseInstance sourceDatabaseInstance,
Boolean storageEncrypted,
IKey storageEncryptionKey,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceReadReplicaProps.Builder. |
Jsii$Proxy(IVpc vpc,
Boolean allowMajorVersionUpgrade,
Boolean autoMinorVersionUpgrade,
Boolean deleteAutomatedBackups,
Boolean enablePerformanceInsights,
InstanceType instanceType,
IParameterGroup parameterGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Boolean publiclyAccessible,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
InstanceProps.Builder. |
Jsii$Proxy(String characterSetName,
Credentials credentials,
Boolean storageEncrypted,
IKey storageEncryptionKey,
IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceProps.Builder. |
Jsii$Proxy(String snapshotIdentifier,
SnapshotCredentials credentials,
IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceFromSnapshotProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default InstanceType |
BatchContainerOverrides.getInstanceType()
(experimental) The instance type to use for a multi-node parallel job.
|
InstanceType |
BatchContainerOverrides.Jsii$Proxy.getInstanceType() |
default InstanceType |
ContainerOverrides.getInstanceType()
(experimental) The instance type to use for a multi-node parallel job.
|
InstanceType |
ContainerOverrides.Jsii$Proxy.getInstanceType() |
InstanceType |
ProductionVariant.getInstanceType()
(experimental) The ML compute instance type.
|
InstanceType |
ProductionVariant.Jsii$Proxy.getInstanceType() |
InstanceType |
TransformResources.getInstanceType()
(experimental) ML compute instance type for the transform job.
|
InstanceType |
TransformResources.Jsii$Proxy.getInstanceType() |
InstanceType |
ResourceConfig.getInstanceType()
(experimental) ML compute instance type.
|
InstanceType |
ResourceConfig.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.instanceType(InstanceType instanceType)
Sets the value of
BatchContainerOverrides.getInstanceType() |
ContainerOverrides.Builder |
ContainerOverrides.Builder.instanceType(InstanceType instanceType)
Sets the value of
ContainerOverrides.getInstanceType() |
ProductionVariant.Builder |
ProductionVariant.Builder.instanceType(InstanceType instanceType)
Sets the value of
ProductionVariant.getInstanceType() |
TransformResources.Builder |
TransformResources.Builder.instanceType(InstanceType instanceType)
Sets the value of
TransformResources.getInstanceType() |
ResourceConfig.Builder |
ResourceConfig.Builder.instanceType(InstanceType instanceType)
Sets the value of
ResourceConfig.getInstanceType() |
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
String modelName,
String variantName,
AcceleratorType acceleratorType,
Number initialInstanceCount,
Number initialVariantWeight)
Constructor that initializes the object based on literal property values passed by the
ProductionVariant.Builder. |
Jsii$Proxy(List<String> command,
Map<String,String> environment,
Number gpuCount,
InstanceType instanceType,
Number memory,
Number vcpus)
Constructor that initializes the object based on literal property values passed by the
ContainerOverrides.Builder. |
Jsii$Proxy(List<String> command,
Map<String,String> environment,
Number gpuCount,
InstanceType instanceType,
Size memory,
Number vcpus)
Constructor that initializes the object based on literal property values passed by the
BatchContainerOverrides.Builder. |
Jsii$Proxy(Number instanceCount,
InstanceType instanceType,
IKey volumeEncryptionKey)
Constructor that initializes the object based on literal property values passed by the
TransformResources.Builder. |
Jsii$Proxy(Number instanceCount,
InstanceType instanceType,
Size volumeSize,
IKey volumeEncryptionKey)
Constructor that initializes the object based on literal property values passed by the
ResourceConfig.Builder. |
Copyright © 2021. All rights reserved.