| 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 |
AutoScalingGroupProps.getInstanceType()
(experimental) Type of instance to launch.
|
InstanceType |
AutoScalingGroupProps.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.instanceType(InstanceType instanceType)
(experimental) Type of instance to launch.
|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
AutoScalingGroupProps.getInstanceType() |
| 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,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
DatabaseClusterProps.getInstanceType()
(experimental) What type of instance to start for the replicas.
|
InstanceType |
DatabaseClusterProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseInstanceProps.getInstanceType()
(experimental) 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() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.instanceType(InstanceType instanceType)
(experimental) What type of instance to start for the replicas.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.instanceType(InstanceType instanceType)
(experimental) The name of the compute and memory capacity classes.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceProps.getInstanceType() |
| Constructor and Description |
|---|
Jsii$Proxy(IDatabaseCluster cluster,
InstanceType instanceType,
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,
Login masterUser,
IVpc vpc,
BackupProps backup,
String dbClusterName,
String engineVersion,
String instanceIdentifierBase,
Number instances,
IKey kmsKey,
IClusterParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
ISecurityGroup securityGroup,
Boolean storageEncrypted,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
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() |
InstanceType |
NatInstanceProps.getInstanceType()
(experimental) Instance type of the NAT instance.
|
InstanceType |
NatInstanceProps.Jsii$Proxy.getInstanceType() |
static InstanceType |
InstanceType.of(InstanceClass instanceClass,
InstanceSize instanceSize)
(experimental) Instance type for EC2 instances.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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.
|
Instance.Builder |
Instance.Builder.instanceType(InstanceType instanceType)
(experimental) Type of instance to launch.
|
LaunchTemplate.Builder |
LaunchTemplate.Builder.instanceType(InstanceType instanceType)
(experimental) Type of instance to launch.
|
InstanceProps.Builder |
InstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
InstanceProps.getInstanceType() |
NatInstanceProps.Builder |
NatInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
NatInstanceProps.getInstanceType() |
| Constructor and Description |
|---|
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(InstanceType instanceType,
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(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,
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,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
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 |
AutoScalingGroupCapacityOptions.getInstanceType()
(experimental) Instance type of the instances to start.
|
InstanceType |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
default List<InstanceType> |
NodegroupOptions.getInstanceTypes()
(experimental) The instance types to use for your node group.
|
List<InstanceType> |
NodegroupOptions.Jsii$Proxy.getInstanceTypes() |
List<InstanceType> |
NodegroupProps.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() |
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.instanceType(InstanceType instanceType)
Sets the value of
AutoScalingGroupCapacityOptions.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
NodegroupOptions.Builder |
NodegroupOptions.Builder.instanceTypes(List<? extends InstanceType> instanceTypes)
Sets the value of
NodegroupOptions.getInstanceTypes() |
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() |
| Constructor and Description |
|---|
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,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupCapacityOptions.Builder. |
Jsii$Proxy(Number defaultCapacity,
InstanceType defaultCapacityInstance,
DefaultCapacityType defaultCapacityType,
Map<String,String> clusterHandlerEnvironment,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
Size kubectlMemory,
IRole mastersRole,
Boolean outputMastersRoleArn,
Boolean placeClusterHandlerInVpc,
Boolean prune,
IKey secretsEncryptionKey,
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,
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,
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 |
|---|---|
InstanceType |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getInstanceType() |
protected InstanceType |
DatabaseInstanceFromSnapshot.getInstanceType() |
protected InstanceType |
DatabaseInstance.getInstanceType() |
protected InstanceType |
DatabaseInstanceReadReplica.getInstanceType() |
InstanceType |
DatabaseInstanceReadReplicaProps.getInstanceType()
(experimental) The name of the compute and memory capacity classes.
|
InstanceType |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseInstanceProps.Jsii$Proxy.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 |
|---|---|
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceSourceProps.getInstanceType() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.instanceType(InstanceType instanceType)
(experimental) The name of the compute and memory capacity for the instance.
|
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.
|
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceReadReplicaProps.getInstanceType() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceSourceProps.getInstanceType() |
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 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 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 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 vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceFromSnapshotProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
ResourceConfig.getInstanceType()
(experimental) ML compute instance type.
|
InstanceType |
ResourceConfig.Jsii$Proxy.getInstanceType() |
InstanceType |
ProductionVariant.getInstanceType()
(experimental) The ML compute instance type.
|
InstanceType |
ProductionVariant.Jsii$Proxy.getInstanceType() |
default InstanceType |
ContainerOverrides.getInstanceType()
(experimental) The instance type to use for a multi-node parallel job.
|
InstanceType |
ContainerOverrides.Jsii$Proxy.getInstanceType() |
default InstanceType |
BatchContainerOverrides.getInstanceType()
(experimental) The instance type to use for a multi-node parallel job.
|
InstanceType |
BatchContainerOverrides.Jsii$Proxy.getInstanceType() |
InstanceType |
TransformResources.getInstanceType()
(experimental) ML compute instance type for the transform job.
|
InstanceType |
TransformResources.Jsii$Proxy.getInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
ResourceConfig.Builder |
ResourceConfig.Builder.instanceType(InstanceType instanceType)
Sets the value of
ResourceConfig.getInstanceType() |
ProductionVariant.Builder |
ProductionVariant.Builder.instanceType(InstanceType instanceType)
Sets the value of
ProductionVariant.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() |
TransformResources.Builder |
TransformResources.Builder.instanceType(InstanceType instanceType)
Sets the value of
TransformResources.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.