A Microsoft.AwsConnector resource
Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2024-12-01.
Example Usage
SageMakerNotebookInstanceSummaries_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var sageMakerNotebookInstanceSummary = new AzureNative.AwsConnector.SageMakerNotebookInstanceSummary("sageMakerNotebookInstanceSummary", new()
{
Location = "khdjmafoabcvhksslfjtzlyh",
Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
Properties = new AzureNative.AwsConnector.Inputs.SageMakerNotebookInstanceSummaryPropertiesArgs
{
Arn = "ncvgnrtwmjxungpgrodvsy",
AwsAccountId = "ymlnxodvrwztwew",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsSageMakerNotebookInstanceSummaryPropertiesArgs
{
AdditionalCodeRepositories = new[]
{
"pkjwtq",
},
CreationTime = "2024-10-08T03:50:00.672Z",
DefaultCodeRepository = "edbiryeqsbvjcqmwygujvl",
InstanceType = new AzureNative.AwsConnector.Inputs.InstanceTypeEnumValueArgs
{
Value = AzureNative.AwsConnector.InstanceType.MlC42xlarge,
},
LastModifiedTime = "2024-10-08T03:50:00.673Z",
NotebookInstanceArn = "wxrcvukcvvtd",
NotebookInstanceLifecycleConfigName = "t",
NotebookInstanceName = "nwemhcydnbtwmti",
NotebookInstanceStatus = new AzureNative.AwsConnector.Inputs.NotebookInstanceStatusEnumValueArgs
{
Value = AzureNative.AwsConnector.NotebookInstanceStatus.Deleting,
},
Url = "ricclxhpsojfujeolzbg",
},
AwsRegion = "oqykvfkrsmwkvszj",
AwsSourceSchema = "gqddonfcsn",
AwsTags =
{
{ "key4152", "dujjfkuxcm" },
},
PublicCloudConnectorsResourceId = "khlyjmgts",
PublicCloudResourceName = "ocd",
},
ResourceGroupName = "rgsageMakerNotebookInstanceSummary",
Tags =
{
{ "key9470", "aluoxfdglqvvkktxeg" },
},
});
});
package main
import (
awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := awsconnector.NewSageMakerNotebookInstanceSummary(ctx, "sageMakerNotebookInstanceSummary", &awsconnector.SageMakerNotebookInstanceSummaryArgs{
Location: pulumi.String("khdjmafoabcvhksslfjtzlyh"),
Name: pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
Properties: &awsconnector.SageMakerNotebookInstanceSummaryPropertiesArgs{
Arn: pulumi.String("ncvgnrtwmjxungpgrodvsy"),
AwsAccountId: pulumi.String("ymlnxodvrwztwew"),
AwsProperties: &awsconnector.AwsSageMakerNotebookInstanceSummaryPropertiesArgs{
AdditionalCodeRepositories: pulumi.StringArray{
pulumi.String("pkjwtq"),
},
CreationTime: pulumi.String("2024-10-08T03:50:00.672Z"),
DefaultCodeRepository: pulumi.String("edbiryeqsbvjcqmwygujvl"),
InstanceType: &awsconnector.InstanceTypeEnumValueArgs{
Value: pulumi.String(awsconnector.InstanceTypeMlC42xlarge),
},
LastModifiedTime: pulumi.String("2024-10-08T03:50:00.673Z"),
NotebookInstanceArn: pulumi.String("wxrcvukcvvtd"),
NotebookInstanceLifecycleConfigName: pulumi.String("t"),
NotebookInstanceName: pulumi.String("nwemhcydnbtwmti"),
NotebookInstanceStatus: &awsconnector.NotebookInstanceStatusEnumValueArgs{
Value: pulumi.String(awsconnector.NotebookInstanceStatusDeleting),
},
Url: pulumi.String("ricclxhpsojfujeolzbg"),
},
AwsRegion: pulumi.String("oqykvfkrsmwkvszj"),
AwsSourceSchema: pulumi.String("gqddonfcsn"),
AwsTags: pulumi.StringMap{
"key4152": pulumi.String("dujjfkuxcm"),
},
PublicCloudConnectorsResourceId: pulumi.String("khlyjmgts"),
PublicCloudResourceName: pulumi.String("ocd"),
},
ResourceGroupName: pulumi.String("rgsageMakerNotebookInstanceSummary"),
Tags: pulumi.StringMap{
"key9470": pulumi.String("aluoxfdglqvvkktxeg"),
},
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.awsconnector.SageMakerNotebookInstanceSummary;
import com.pulumi.azurenative.awsconnector.SageMakerNotebookInstanceSummaryArgs;
import com.pulumi.azurenative.awsconnector.inputs.SageMakerNotebookInstanceSummaryPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsSageMakerNotebookInstanceSummaryPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.InstanceTypeEnumValueArgs;
import com.pulumi.azurenative.awsconnector.inputs.NotebookInstanceStatusEnumValueArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var sageMakerNotebookInstanceSummary = new SageMakerNotebookInstanceSummary("sageMakerNotebookInstanceSummary", SageMakerNotebookInstanceSummaryArgs.builder()
.location("khdjmafoabcvhksslfjtzlyh")
.name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
.properties(SageMakerNotebookInstanceSummaryPropertiesArgs.builder()
.arn("ncvgnrtwmjxungpgrodvsy")
.awsAccountId("ymlnxodvrwztwew")
.awsProperties(AwsSageMakerNotebookInstanceSummaryPropertiesArgs.builder()
.additionalCodeRepositories("pkjwtq")
.creationTime("2024-10-08T03:50:00.672Z")
.defaultCodeRepository("edbiryeqsbvjcqmwygujvl")
.instanceType(InstanceTypeEnumValueArgs.builder()
.value("ml.c4.2xlarge")
.build())
.lastModifiedTime("2024-10-08T03:50:00.673Z")
.notebookInstanceArn("wxrcvukcvvtd")
.notebookInstanceLifecycleConfigName("t")
.notebookInstanceName("nwemhcydnbtwmti")
.notebookInstanceStatus(NotebookInstanceStatusEnumValueArgs.builder()
.value("Deleting")
.build())
.url("ricclxhpsojfujeolzbg")
.build())
.awsRegion("oqykvfkrsmwkvszj")
.awsSourceSchema("gqddonfcsn")
.awsTags(Map.of("key4152", "dujjfkuxcm"))
.publicCloudConnectorsResourceId("khlyjmgts")
.publicCloudResourceName("ocd")
.build())
.resourceGroupName("rgsageMakerNotebookInstanceSummary")
.tags(Map.of("key9470", "aluoxfdglqvvkktxeg"))
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const sageMakerNotebookInstanceSummary = new azure_native.awsconnector.SageMakerNotebookInstanceSummary("sageMakerNotebookInstanceSummary", {
location: "khdjmafoabcvhksslfjtzlyh",
name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
properties: {
arn: "ncvgnrtwmjxungpgrodvsy",
awsAccountId: "ymlnxodvrwztwew",
awsProperties: {
additionalCodeRepositories: ["pkjwtq"],
creationTime: "2024-10-08T03:50:00.672Z",
defaultCodeRepository: "edbiryeqsbvjcqmwygujvl",
instanceType: {
value: azure_native.awsconnector.InstanceType.MlC42xlarge,
},
lastModifiedTime: "2024-10-08T03:50:00.673Z",
notebookInstanceArn: "wxrcvukcvvtd",
notebookInstanceLifecycleConfigName: "t",
notebookInstanceName: "nwemhcydnbtwmti",
notebookInstanceStatus: {
value: azure_native.awsconnector.NotebookInstanceStatus.Deleting,
},
url: "ricclxhpsojfujeolzbg",
},
awsRegion: "oqykvfkrsmwkvszj",
awsSourceSchema: "gqddonfcsn",
awsTags: {
key4152: "dujjfkuxcm",
},
publicCloudConnectorsResourceId: "khlyjmgts",
publicCloudResourceName: "ocd",
},
resourceGroupName: "rgsageMakerNotebookInstanceSummary",
tags: {
key9470: "aluoxfdglqvvkktxeg",
},
});
import pulumi
import pulumi_azure_native as azure_native
sage_maker_notebook_instance_summary = azure_native.awsconnector.SageMakerNotebookInstanceSummary("sageMakerNotebookInstanceSummary",
location="khdjmafoabcvhksslfjtzlyh",
name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
properties={
"arn": "ncvgnrtwmjxungpgrodvsy",
"aws_account_id": "ymlnxodvrwztwew",
"aws_properties": {
"additional_code_repositories": ["pkjwtq"],
"creation_time": "2024-10-08T03:50:00.672Z",
"default_code_repository": "edbiryeqsbvjcqmwygujvl",
"instance_type": {
"value": azure_native.awsconnector.InstanceType.ML_C42XLARGE,
},
"last_modified_time": "2024-10-08T03:50:00.673Z",
"notebook_instance_arn": "wxrcvukcvvtd",
"notebook_instance_lifecycle_config_name": "t",
"notebook_instance_name": "nwemhcydnbtwmti",
"notebook_instance_status": {
"value": azure_native.awsconnector.NotebookInstanceStatus.DELETING,
},
"url": "ricclxhpsojfujeolzbg",
},
"aws_region": "oqykvfkrsmwkvszj",
"aws_source_schema": "gqddonfcsn",
"aws_tags": {
"key4152": "dujjfkuxcm",
},
"public_cloud_connectors_resource_id": "khlyjmgts",
"public_cloud_resource_name": "ocd",
},
resource_group_name="rgsageMakerNotebookInstanceSummary",
tags={
"key9470": "aluoxfdglqvvkktxeg",
})
resources:
sageMakerNotebookInstanceSummary:
type: azure-native:awsconnector:SageMakerNotebookInstanceSummary
properties:
location: khdjmafoabcvhksslfjtzlyh
name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
properties:
arn: ncvgnrtwmjxungpgrodvsy
awsAccountId: ymlnxodvrwztwew
awsProperties:
additionalCodeRepositories:
- pkjwtq
creationTime: 2024-10-08T03:50:00.672Z
defaultCodeRepository: edbiryeqsbvjcqmwygujvl
instanceType:
value: ml.c4.2xlarge
lastModifiedTime: 2024-10-08T03:50:00.673Z
notebookInstanceArn: wxrcvukcvvtd
notebookInstanceLifecycleConfigName: t
notebookInstanceName: nwemhcydnbtwmti
notebookInstanceStatus:
value: Deleting
url: ricclxhpsojfujeolzbg
awsRegion: oqykvfkrsmwkvszj
awsSourceSchema: gqddonfcsn
awsTags:
key4152: dujjfkuxcm
publicCloudConnectorsResourceId: khlyjmgts
publicCloudResourceName: ocd
resourceGroupName: rgsageMakerNotebookInstanceSummary
tags:
key9470: aluoxfdglqvvkktxeg
Create SageMakerNotebookInstanceSummary Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SageMakerNotebookInstanceSummary(name: string, args: SageMakerNotebookInstanceSummaryArgs, opts?: CustomResourceOptions);@overload
def SageMakerNotebookInstanceSummary(resource_name: str,
args: SageMakerNotebookInstanceSummaryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SageMakerNotebookInstanceSummary(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
properties: Optional[SageMakerNotebookInstanceSummaryPropertiesArgs] = None,
tags: Optional[Mapping[str, str]] = None)func NewSageMakerNotebookInstanceSummary(ctx *Context, name string, args SageMakerNotebookInstanceSummaryArgs, opts ...ResourceOption) (*SageMakerNotebookInstanceSummary, error)public SageMakerNotebookInstanceSummary(string name, SageMakerNotebookInstanceSummaryArgs args, CustomResourceOptions? opts = null)
public SageMakerNotebookInstanceSummary(String name, SageMakerNotebookInstanceSummaryArgs args)
public SageMakerNotebookInstanceSummary(String name, SageMakerNotebookInstanceSummaryArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:SageMakerNotebookInstanceSummary
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SageMakerNotebookInstanceSummaryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SageMakerNotebookInstanceSummaryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SageMakerNotebookInstanceSummaryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SageMakerNotebookInstanceSummaryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SageMakerNotebookInstanceSummaryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var sageMakerNotebookInstanceSummaryResource = new AzureNative.AwsConnector.SageMakerNotebookInstanceSummary("sageMakerNotebookInstanceSummaryResource", new()
{
ResourceGroupName = "string",
Location = "string",
Name = "string",
Properties = new AzureNative.AwsConnector.Inputs.SageMakerNotebookInstanceSummaryPropertiesArgs
{
Arn = "string",
AwsAccountId = "string",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsSageMakerNotebookInstanceSummaryPropertiesArgs
{
AdditionalCodeRepositories = new[]
{
"string",
},
CreationTime = "string",
DefaultCodeRepository = "string",
InstanceType = new AzureNative.AwsConnector.Inputs.InstanceTypeEnumValueArgs
{
Value = "string",
},
LastModifiedTime = "string",
NotebookInstanceArn = "string",
NotebookInstanceLifecycleConfigName = "string",
NotebookInstanceName = "string",
NotebookInstanceStatus = new AzureNative.AwsConnector.Inputs.NotebookInstanceStatusEnumValueArgs
{
Value = "string",
},
Url = "string",
},
AwsRegion = "string",
AwsSourceSchema = "string",
AwsTags =
{
{ "string", "string" },
},
PublicCloudConnectorsResourceId = "string",
PublicCloudResourceName = "string",
},
Tags =
{
{ "string", "string" },
},
});
example, err := awsconnector.NewSageMakerNotebookInstanceSummary(ctx, "sageMakerNotebookInstanceSummaryResource", &awsconnector.SageMakerNotebookInstanceSummaryArgs{
ResourceGroupName: pulumi.String("string"),
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Properties: &awsconnector.SageMakerNotebookInstanceSummaryPropertiesArgs{
Arn: pulumi.String("string"),
AwsAccountId: pulumi.String("string"),
AwsProperties: &awsconnector.AwsSageMakerNotebookInstanceSummaryPropertiesArgs{
AdditionalCodeRepositories: pulumi.StringArray{
pulumi.String("string"),
},
CreationTime: pulumi.String("string"),
DefaultCodeRepository: pulumi.String("string"),
InstanceType: &awsconnector.InstanceTypeEnumValueArgs{
Value: pulumi.String("string"),
},
LastModifiedTime: pulumi.String("string"),
NotebookInstanceArn: pulumi.String("string"),
NotebookInstanceLifecycleConfigName: pulumi.String("string"),
NotebookInstanceName: pulumi.String("string"),
NotebookInstanceStatus: &awsconnector.NotebookInstanceStatusEnumValueArgs{
Value: pulumi.String("string"),
},
Url: pulumi.String("string"),
},
AwsRegion: pulumi.String("string"),
AwsSourceSchema: pulumi.String("string"),
AwsTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
PublicCloudConnectorsResourceId: pulumi.String("string"),
PublicCloudResourceName: pulumi.String("string"),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var sageMakerNotebookInstanceSummaryResource = new SageMakerNotebookInstanceSummary("sageMakerNotebookInstanceSummaryResource", SageMakerNotebookInstanceSummaryArgs.builder()
.resourceGroupName("string")
.location("string")
.name("string")
.properties(SageMakerNotebookInstanceSummaryPropertiesArgs.builder()
.arn("string")
.awsAccountId("string")
.awsProperties(AwsSageMakerNotebookInstanceSummaryPropertiesArgs.builder()
.additionalCodeRepositories("string")
.creationTime("string")
.defaultCodeRepository("string")
.instanceType(InstanceTypeEnumValueArgs.builder()
.value("string")
.build())
.lastModifiedTime("string")
.notebookInstanceArn("string")
.notebookInstanceLifecycleConfigName("string")
.notebookInstanceName("string")
.notebookInstanceStatus(NotebookInstanceStatusEnumValueArgs.builder()
.value("string")
.build())
.url("string")
.build())
.awsRegion("string")
.awsSourceSchema("string")
.awsTags(Map.of("string", "string"))
.publicCloudConnectorsResourceId("string")
.publicCloudResourceName("string")
.build())
.tags(Map.of("string", "string"))
.build());
sage_maker_notebook_instance_summary_resource = azure_native.awsconnector.SageMakerNotebookInstanceSummary("sageMakerNotebookInstanceSummaryResource",
resource_group_name="string",
location="string",
name="string",
properties={
"arn": "string",
"aws_account_id": "string",
"aws_properties": {
"additional_code_repositories": ["string"],
"creation_time": "string",
"default_code_repository": "string",
"instance_type": {
"value": "string",
},
"last_modified_time": "string",
"notebook_instance_arn": "string",
"notebook_instance_lifecycle_config_name": "string",
"notebook_instance_name": "string",
"notebook_instance_status": {
"value": "string",
},
"url": "string",
},
"aws_region": "string",
"aws_source_schema": "string",
"aws_tags": {
"string": "string",
},
"public_cloud_connectors_resource_id": "string",
"public_cloud_resource_name": "string",
},
tags={
"string": "string",
})
const sageMakerNotebookInstanceSummaryResource = new azure_native.awsconnector.SageMakerNotebookInstanceSummary("sageMakerNotebookInstanceSummaryResource", {
resourceGroupName: "string",
location: "string",
name: "string",
properties: {
arn: "string",
awsAccountId: "string",
awsProperties: {
additionalCodeRepositories: ["string"],
creationTime: "string",
defaultCodeRepository: "string",
instanceType: {
value: "string",
},
lastModifiedTime: "string",
notebookInstanceArn: "string",
notebookInstanceLifecycleConfigName: "string",
notebookInstanceName: "string",
notebookInstanceStatus: {
value: "string",
},
url: "string",
},
awsRegion: "string",
awsSourceSchema: "string",
awsTags: {
string: "string",
},
publicCloudConnectorsResourceId: "string",
publicCloudResourceName: "string",
},
tags: {
string: "string",
},
});
type: azure-native:awsconnector:SageMakerNotebookInstanceSummary
properties:
location: string
name: string
properties:
arn: string
awsAccountId: string
awsProperties:
additionalCodeRepositories:
- string
creationTime: string
defaultCodeRepository: string
instanceType:
value: string
lastModifiedTime: string
notebookInstanceArn: string
notebookInstanceLifecycleConfigName: string
notebookInstanceName: string
notebookInstanceStatus:
value: string
url: string
awsRegion: string
awsSourceSchema: string
awsTags:
string: string
publicCloudConnectorsResourceId: string
publicCloudResourceName: string
resourceGroupName: string
tags:
string: string
SageMakerNotebookInstanceSummary Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SageMakerNotebookInstanceSummary resource accepts the following input properties:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of SageMakerNotebookInstanceSummary
- Properties
Pulumi.
Azure Native. Aws Connector. Inputs. Sage Maker Notebook Instance Summary Properties - The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of SageMakerNotebookInstanceSummary
- Properties
Sage
Maker Notebook Instance Summary Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of SageMakerNotebookInstanceSummary
- properties
Sage
Maker Notebook Instance Summary Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- location string
- The geo-location where the resource lives
- name string
- Name of SageMakerNotebookInstanceSummary
- properties
Sage
Maker Notebook Instance Summary Properties - The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- location str
- The geo-location where the resource lives
- name str
- Name of SageMakerNotebookInstanceSummary
- properties
Sage
Maker Notebook Instance Summary Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of SageMakerNotebookInstanceSummary
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the SageMakerNotebookInstanceSummary resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data Pulumi.Azure Native. Aws Connector. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AwsSageMakerNotebookInstanceSummaryProperties, AwsSageMakerNotebookInstanceSummaryPropertiesArgs
Definition of awsSageMakerNotebookInstanceSummary- Additional
Code List<string>Repositories - Creation
Time string - Default
Code stringRepository - Instance
Type Pulumi.Azure Native. Aws Connector. Inputs. Instance Type Enum Value - Last
Modified stringTime - Notebook
Instance stringArn - Notebook
Instance stringLifecycle Config Name - Notebook
Instance stringName - Notebook
Instance Pulumi.Status Azure Native. Aws Connector. Inputs. Notebook Instance Status Enum Value - Url string
- Additional
Code []stringRepositories - Creation
Time string - Default
Code stringRepository - Instance
Type InstanceType Enum Value - Last
Modified stringTime - Notebook
Instance stringArn - Notebook
Instance stringLifecycle Config Name - Notebook
Instance stringName - Notebook
Instance NotebookStatus Instance Status Enum Value - Url string
- additional
Code List<String>Repositories - creation
Time String - default
Code StringRepository - instance
Type InstanceType Enum Value - last
Modified StringTime - notebook
Instance StringArn - notebook
Instance StringLifecycle Config Name - notebook
Instance StringName - notebook
Instance NotebookStatus Instance Status Enum Value - url String
- additional
Code string[]Repositories - creation
Time string - default
Code stringRepository - instance
Type InstanceType Enum Value - last
Modified stringTime - notebook
Instance stringArn - notebook
Instance stringLifecycle Config Name - notebook
Instance stringName - notebook
Instance NotebookStatus Instance Status Enum Value - url string
- additional_
code_ Sequence[str]repositories - creation_
time str - default_
code_ strrepository - instance_
type InstanceType Enum Value - last_
modified_ strtime - notebook_
instance_ strarn - notebook_
instance_ strlifecycle_ config_ name - notebook_
instance_ strname - notebook_
instance_ Notebookstatus Instance Status Enum Value - url str
- additional
Code List<String>Repositories - creation
Time String - default
Code StringRepository - instance
Type Property Map - last
Modified StringTime - notebook
Instance StringArn - notebook
Instance StringLifecycle Config Name - notebook
Instance StringName - notebook
Instance Property MapStatus - url String
AwsSageMakerNotebookInstanceSummaryPropertiesResponse, AwsSageMakerNotebookInstanceSummaryPropertiesResponseArgs
Definition of awsSageMakerNotebookInstanceSummary- Additional
Code List<string>Repositories - Creation
Time string - Default
Code stringRepository - Instance
Type Pulumi.Azure Native. Aws Connector. Inputs. Instance Type Enum Value Response - Last
Modified stringTime - Notebook
Instance stringArn - Notebook
Instance stringLifecycle Config Name - Notebook
Instance stringName - Notebook
Instance Pulumi.Status Azure Native. Aws Connector. Inputs. Notebook Instance Status Enum Value Response - Url string
- Additional
Code []stringRepositories - Creation
Time string - Default
Code stringRepository - Instance
Type InstanceType Enum Value Response - Last
Modified stringTime - Notebook
Instance stringArn - Notebook
Instance stringLifecycle Config Name - Notebook
Instance stringName - Notebook
Instance NotebookStatus Instance Status Enum Value Response - Url string
- additional
Code List<String>Repositories - creation
Time String - default
Code StringRepository - instance
Type InstanceType Enum Value Response - last
Modified StringTime - notebook
Instance StringArn - notebook
Instance StringLifecycle Config Name - notebook
Instance StringName - notebook
Instance NotebookStatus Instance Status Enum Value Response - url String
- additional
Code string[]Repositories - creation
Time string - default
Code stringRepository - instance
Type InstanceType Enum Value Response - last
Modified stringTime - notebook
Instance stringArn - notebook
Instance stringLifecycle Config Name - notebook
Instance stringName - notebook
Instance NotebookStatus Instance Status Enum Value Response - url string
- additional_
code_ Sequence[str]repositories - creation_
time str - default_
code_ strrepository - instance_
type InstanceType Enum Value Response - last_
modified_ strtime - notebook_
instance_ strarn - notebook_
instance_ strlifecycle_ config_ name - notebook_
instance_ strname - notebook_
instance_ Notebookstatus Instance Status Enum Value Response - url str
- additional
Code List<String>Repositories - creation
Time String - default
Code StringRepository - instance
Type Property Map - last
Modified StringTime - notebook
Instance StringArn - notebook
Instance StringLifecycle Config Name - notebook
Instance StringName - notebook
Instance Property MapStatus - url String
InstanceType, InstanceTypeArgs
- Ml
C42xlarge ml.c4.2xlargeInstanceType enum ml.c4.2xlarge- Ml
C44xlarge ml.c4.4xlargeInstanceType enum ml.c4.4xlarge- Ml
C48xlarge ml.c4.8xlargeInstanceType enum ml.c4.8xlarge- Ml
C4Xlarge ml.c4.xlargeInstanceType enum ml.c4.xlarge- Ml
C518xlarge ml.c5.18xlargeInstanceType enum ml.c5.18xlarge- Ml
C52xlarge ml.c5.2xlargeInstanceType enum ml.c5.2xlarge- Ml
C54xlarge ml.c5.4xlargeInstanceType enum ml.c5.4xlarge- Ml
C59xlarge ml.c5.9xlargeInstanceType enum ml.c5.9xlarge- Ml
C5Xlarge ml.c5.xlargeInstanceType enum ml.c5.xlarge- Ml
C5d18xlarge ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge- Ml
C5d2xlarge ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge- Ml
C5d4xlarge ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge- Ml
C5d9xlarge ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge- Ml
C5d Xlarge ml.c5d.xlargeInstanceType enum ml.c5d.xlarge- Ml
C6i12xlarge ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge- Ml
C6i16xlarge ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge- Ml
C6i24xlarge ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge- Ml
C6i2xlarge ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge- Ml
C6i32xlarge ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge- Ml
C6i4xlarge ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge- Ml
C6i8xlarge ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge- Ml
C6i Large ml.c6i.largeInstanceType enum ml.c6i.large- Ml
C6i Xlarge ml.c6i.xlargeInstanceType enum ml.c6i.xlarge- Ml
C6id12xlarge ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge- Ml
C6id16xlarge ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge- Ml
C6id24xlarge ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge- Ml
C6id2xlarge ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge- Ml
C6id32xlarge ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge- Ml
C6id4xlarge ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge- Ml
C6id8xlarge ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge- Ml
C6id Large ml.c6id.largeInstanceType enum ml.c6id.large- Ml
C6id Xlarge ml.c6id.xlargeInstanceType enum ml.c6id.xlarge- Ml
C7i12xlarge ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge- Ml
C7i16xlarge ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge- Ml
C7i24xlarge ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge- Ml
C7i2xlarge ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge- Ml
C7i48xlarge ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge- Ml
C7i4xlarge ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge- Ml
C7i8xlarge ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge- Ml
C7i Large ml.c7i.largeInstanceType enum ml.c7i.large- Ml
C7i Xlarge ml.c7i.xlargeInstanceType enum ml.c7i.xlarge- Ml
G4dn12xlarge ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge- Ml
G4dn16xlarge ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge- Ml
G4dn2xlarge ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge- Ml
G4dn4xlarge ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge- Ml
G4dn8xlarge ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge- Ml
G4dn Xlarge ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge- Ml
G512xlarge ml.g5.12xlargeInstanceType enum ml.g5.12xlarge- Ml
G516xlarge ml.g5.16xlargeInstanceType enum ml.g5.16xlarge- Ml
G524xlarge ml.g5.24xlargeInstanceType enum ml.g5.24xlarge- Ml
G52xlarge ml.g5.2xlargeInstanceType enum ml.g5.2xlarge- Ml
G548xlarge ml.g5.48xlargeInstanceType enum ml.g5.48xlarge- Ml
G54xlarge ml.g5.4xlargeInstanceType enum ml.g5.4xlarge- Ml
G58xlarge ml.g5.8xlargeInstanceType enum ml.g5.8xlarge- Ml
G5Xlarge ml.g5.xlargeInstanceType enum ml.g5.xlarge- Ml
Inf124xlarge ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge- Ml
Inf12xlarge ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge- Ml
Inf16xlarge ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge- Ml
Inf1Xlarge ml.inf1.xlargeInstanceType enum ml.inf1.xlarge- Ml
M410xlarge ml.m4.10xlargeInstanceType enum ml.m4.10xlarge- Ml
M416xlarge ml.m4.16xlargeInstanceType enum ml.m4.16xlarge- Ml
M42xlarge ml.m4.2xlargeInstanceType enum ml.m4.2xlarge- Ml
M44xlarge ml.m4.4xlargeInstanceType enum ml.m4.4xlarge- Ml
M4Xlarge ml.m4.xlargeInstanceType enum ml.m4.xlarge- Ml
M512xlarge ml.m5.12xlargeInstanceType enum ml.m5.12xlarge- Ml
M524xlarge ml.m5.24xlargeInstanceType enum ml.m5.24xlarge- Ml
M52xlarge ml.m5.2xlargeInstanceType enum ml.m5.2xlarge- Ml
M54xlarge ml.m5.4xlargeInstanceType enum ml.m5.4xlarge- Ml
M5Xlarge ml.m5.xlargeInstanceType enum ml.m5.xlarge- Ml
M5d12xlarge ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge- Ml
M5d16xlarge ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge- Ml
M5d24xlarge ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge- Ml
M5d2xlarge ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge- Ml
M5d4xlarge ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge- Ml
M5d8xlarge ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge- Ml
M5d Large ml.m5d.largeInstanceType enum ml.m5d.large- Ml
M5d Xlarge ml.m5d.xlargeInstanceType enum ml.m5d.xlarge- Ml
M6i12xlarge ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge- Ml
M6i16xlarge ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge- Ml
M6i24xlarge ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge- Ml
M6i2xlarge ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge- Ml
M6i32xlarge ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge- Ml
M6i4xlarge ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge- Ml
M6i8xlarge ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge- Ml
M6i Large ml.m6i.largeInstanceType enum ml.m6i.large- Ml
M6i Xlarge ml.m6i.xlargeInstanceType enum ml.m6i.xlarge- Ml
M6id12xlarge ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge- Ml
M6id16xlarge ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge- Ml
M6id24xlarge ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge- Ml
M6id2xlarge ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge- Ml
M6id32xlarge ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge- Ml
M6id4xlarge ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge- Ml
M6id8xlarge ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge- Ml
M6id Large ml.m6id.largeInstanceType enum ml.m6id.large- Ml
M6id Xlarge ml.m6id.xlargeInstanceType enum ml.m6id.xlarge- Ml
M7i12xlarge ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge- Ml
M7i16xlarge ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge- Ml
M7i24xlarge ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge- Ml
M7i2xlarge ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge- Ml
M7i48xlarge ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge- Ml
M7i4xlarge ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge- Ml
M7i8xlarge ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge- Ml
M7i Large ml.m7i.largeInstanceType enum ml.m7i.large- Ml
M7i Xlarge ml.m7i.xlargeInstanceType enum ml.m7i.xlarge- Ml
P216xlarge ml.p2.16xlargeInstanceType enum ml.p2.16xlarge- Ml
P28xlarge ml.p2.8xlargeInstanceType enum ml.p2.8xlarge- Ml
P2Xlarge ml.p2.xlargeInstanceType enum ml.p2.xlarge- Ml
P316xlarge ml.p3.16xlargeInstanceType enum ml.p3.16xlarge- Ml
P32xlarge ml.p3.2xlargeInstanceType enum ml.p3.2xlarge- Ml
P38xlarge ml.p3.8xlargeInstanceType enum ml.p3.8xlarge- Ml
P3dn24xlarge ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge- Ml
P4d24xlarge ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge- Ml
P4de24xlarge ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge- Ml
P548xlarge ml.p5.48xlargeInstanceType enum ml.p5.48xlarge- Ml
R512xlarge ml.r5.12xlargeInstanceType enum ml.r5.12xlarge- Ml
R516xlarge ml.r5.16xlargeInstanceType enum ml.r5.16xlarge- Ml
R524xlarge ml.r5.24xlargeInstanceType enum ml.r5.24xlarge- Ml
R52xlarge ml.r5.2xlargeInstanceType enum ml.r5.2xlarge- Ml
R54xlarge ml.r5.4xlargeInstanceType enum ml.r5.4xlarge- Ml
R58xlarge ml.r5.8xlargeInstanceType enum ml.r5.8xlarge- Ml
R5Large ml.r5.largeInstanceType enum ml.r5.large- Ml
R5Xlarge ml.r5.xlargeInstanceType enum ml.r5.xlarge- Ml
R6i12xlarge ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge- Ml
R6i16xlarge ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge- Ml
R6i24xlarge ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge- Ml
R6i2xlarge ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge- Ml
R6i32xlarge ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge- Ml
R6i4xlarge ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge- Ml
R6i8xlarge ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge- Ml
R6i Large ml.r6i.largeInstanceType enum ml.r6i.large- Ml
R6i Xlarge ml.r6i.xlargeInstanceType enum ml.r6i.xlarge- Ml
R6id12xlarge ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge- Ml
R6id16xlarge ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge- Ml
R6id24xlarge ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge- Ml
R6id2xlarge ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge- Ml
R6id32xlarge ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge- Ml
R6id4xlarge ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge- Ml
R6id8xlarge ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge- Ml
R6id Large ml.r6id.largeInstanceType enum ml.r6id.large- Ml
R6id Xlarge ml.r6id.xlargeInstanceType enum ml.r6id.xlarge- Ml
R7i12xlarge ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge- Ml
R7i16xlarge ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge- Ml
R7i24xlarge ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge- Ml
R7i2xlarge ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge- Ml
R7i48xlarge ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge- Ml
R7i4xlarge ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge- Ml
R7i8xlarge ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge- Ml
R7i Large ml.r7i.largeInstanceType enum ml.r7i.large- Ml
R7i Xlarge ml.r7i.xlargeInstanceType enum ml.r7i.xlarge- Ml
T22xlarge ml.t2.2xlargeInstanceType enum ml.t2.2xlarge- Ml
T2Large ml.t2.largeInstanceType enum ml.t2.large- Ml
T2Medium ml.t2.mediumInstanceType enum ml.t2.medium- Ml
T2Xlarge ml.t2.xlargeInstanceType enum ml.t2.xlarge- Ml
T32xlarge ml.t3.2xlargeInstanceType enum ml.t3.2xlarge- Ml
T3Large ml.t3.largeInstanceType enum ml.t3.large- Ml
T3Medium ml.t3.mediumInstanceType enum ml.t3.medium- Ml
T3Xlarge ml.t3.xlargeInstanceType enum ml.t3.xlarge
- Instance
Type Ml C42xlarge ml.c4.2xlargeInstanceType enum ml.c4.2xlarge- Instance
Type Ml C44xlarge ml.c4.4xlargeInstanceType enum ml.c4.4xlarge- Instance
Type Ml C48xlarge ml.c4.8xlargeInstanceType enum ml.c4.8xlarge- Instance
Type Ml C4Xlarge ml.c4.xlargeInstanceType enum ml.c4.xlarge- Instance
Type Ml C518xlarge ml.c5.18xlargeInstanceType enum ml.c5.18xlarge- Instance
Type Ml C52xlarge ml.c5.2xlargeInstanceType enum ml.c5.2xlarge- Instance
Type Ml C54xlarge ml.c5.4xlargeInstanceType enum ml.c5.4xlarge- Instance
Type Ml C59xlarge ml.c5.9xlargeInstanceType enum ml.c5.9xlarge- Instance
Type Ml C5Xlarge ml.c5.xlargeInstanceType enum ml.c5.xlarge- Instance
Type Ml C5d18xlarge ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge- Instance
Type Ml C5d2xlarge ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge- Instance
Type Ml C5d4xlarge ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge- Instance
Type Ml C5d9xlarge ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge- Instance
Type Ml C5d Xlarge ml.c5d.xlargeInstanceType enum ml.c5d.xlarge- Instance
Type Ml C6i12xlarge ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge- Instance
Type Ml C6i16xlarge ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge- Instance
Type Ml C6i24xlarge ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge- Instance
Type Ml C6i2xlarge ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge- Instance
Type Ml C6i32xlarge ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge- Instance
Type Ml C6i4xlarge ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge- Instance
Type Ml C6i8xlarge ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge- Instance
Type Ml C6i Large ml.c6i.largeInstanceType enum ml.c6i.large- Instance
Type Ml C6i Xlarge ml.c6i.xlargeInstanceType enum ml.c6i.xlarge- Instance
Type Ml C6id12xlarge ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge- Instance
Type Ml C6id16xlarge ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge- Instance
Type Ml C6id24xlarge ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge- Instance
Type Ml C6id2xlarge ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge- Instance
Type Ml C6id32xlarge ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge- Instance
Type Ml C6id4xlarge ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge- Instance
Type Ml C6id8xlarge ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge- Instance
Type Ml C6id Large ml.c6id.largeInstanceType enum ml.c6id.large- Instance
Type Ml C6id Xlarge ml.c6id.xlargeInstanceType enum ml.c6id.xlarge- Instance
Type Ml C7i12xlarge ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge- Instance
Type Ml C7i16xlarge ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge- Instance
Type Ml C7i24xlarge ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge- Instance
Type Ml C7i2xlarge ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge- Instance
Type Ml C7i48xlarge ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge- Instance
Type Ml C7i4xlarge ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge- Instance
Type Ml C7i8xlarge ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge- Instance
Type Ml C7i Large ml.c7i.largeInstanceType enum ml.c7i.large- Instance
Type Ml C7i Xlarge ml.c7i.xlargeInstanceType enum ml.c7i.xlarge- Instance
Type Ml G4dn12xlarge ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge- Instance
Type Ml G4dn16xlarge ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge- Instance
Type Ml G4dn2xlarge ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge- Instance
Type Ml G4dn4xlarge ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge- Instance
Type Ml G4dn8xlarge ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge- Instance
Type Ml G4dn Xlarge ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge- Instance
Type Ml G512xlarge ml.g5.12xlargeInstanceType enum ml.g5.12xlarge- Instance
Type Ml G516xlarge ml.g5.16xlargeInstanceType enum ml.g5.16xlarge- Instance
Type Ml G524xlarge ml.g5.24xlargeInstanceType enum ml.g5.24xlarge- Instance
Type Ml G52xlarge ml.g5.2xlargeInstanceType enum ml.g5.2xlarge- Instance
Type Ml G548xlarge ml.g5.48xlargeInstanceType enum ml.g5.48xlarge- Instance
Type Ml G54xlarge ml.g5.4xlargeInstanceType enum ml.g5.4xlarge- Instance
Type Ml G58xlarge ml.g5.8xlargeInstanceType enum ml.g5.8xlarge- Instance
Type Ml G5Xlarge ml.g5.xlargeInstanceType enum ml.g5.xlarge- Instance
Type Ml Inf124xlarge ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge- Instance
Type Ml Inf12xlarge ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge- Instance
Type Ml Inf16xlarge ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge- Instance
Type Ml Inf1Xlarge ml.inf1.xlargeInstanceType enum ml.inf1.xlarge- Instance
Type Ml M410xlarge ml.m4.10xlargeInstanceType enum ml.m4.10xlarge- Instance
Type Ml M416xlarge ml.m4.16xlargeInstanceType enum ml.m4.16xlarge- Instance
Type Ml M42xlarge ml.m4.2xlargeInstanceType enum ml.m4.2xlarge- Instance
Type Ml M44xlarge ml.m4.4xlargeInstanceType enum ml.m4.4xlarge- Instance
Type Ml M4Xlarge ml.m4.xlargeInstanceType enum ml.m4.xlarge- Instance
Type Ml M512xlarge ml.m5.12xlargeInstanceType enum ml.m5.12xlarge- Instance
Type Ml M524xlarge ml.m5.24xlargeInstanceType enum ml.m5.24xlarge- Instance
Type Ml M52xlarge ml.m5.2xlargeInstanceType enum ml.m5.2xlarge- Instance
Type Ml M54xlarge ml.m5.4xlargeInstanceType enum ml.m5.4xlarge- Instance
Type Ml M5Xlarge ml.m5.xlargeInstanceType enum ml.m5.xlarge- Instance
Type Ml M5d12xlarge ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge- Instance
Type Ml M5d16xlarge ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge- Instance
Type Ml M5d24xlarge ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge- Instance
Type Ml M5d2xlarge ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge- Instance
Type Ml M5d4xlarge ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge- Instance
Type Ml M5d8xlarge ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge- Instance
Type Ml M5d Large ml.m5d.largeInstanceType enum ml.m5d.large- Instance
Type Ml M5d Xlarge ml.m5d.xlargeInstanceType enum ml.m5d.xlarge- Instance
Type Ml M6i12xlarge ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge- Instance
Type Ml M6i16xlarge ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge- Instance
Type Ml M6i24xlarge ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge- Instance
Type Ml M6i2xlarge ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge- Instance
Type Ml M6i32xlarge ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge- Instance
Type Ml M6i4xlarge ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge- Instance
Type Ml M6i8xlarge ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge- Instance
Type Ml M6i Large ml.m6i.largeInstanceType enum ml.m6i.large- Instance
Type Ml M6i Xlarge ml.m6i.xlargeInstanceType enum ml.m6i.xlarge- Instance
Type Ml M6id12xlarge ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge- Instance
Type Ml M6id16xlarge ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge- Instance
Type Ml M6id24xlarge ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge- Instance
Type Ml M6id2xlarge ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge- Instance
Type Ml M6id32xlarge ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge- Instance
Type Ml M6id4xlarge ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge- Instance
Type Ml M6id8xlarge ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge- Instance
Type Ml M6id Large ml.m6id.largeInstanceType enum ml.m6id.large- Instance
Type Ml M6id Xlarge ml.m6id.xlargeInstanceType enum ml.m6id.xlarge- Instance
Type Ml M7i12xlarge ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge- Instance
Type Ml M7i16xlarge ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge- Instance
Type Ml M7i24xlarge ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge- Instance
Type Ml M7i2xlarge ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge- Instance
Type Ml M7i48xlarge ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge- Instance
Type Ml M7i4xlarge ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge- Instance
Type Ml M7i8xlarge ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge- Instance
Type Ml M7i Large ml.m7i.largeInstanceType enum ml.m7i.large- Instance
Type Ml M7i Xlarge ml.m7i.xlargeInstanceType enum ml.m7i.xlarge- Instance
Type Ml P216xlarge ml.p2.16xlargeInstanceType enum ml.p2.16xlarge- Instance
Type Ml P28xlarge ml.p2.8xlargeInstanceType enum ml.p2.8xlarge- Instance
Type Ml P2Xlarge ml.p2.xlargeInstanceType enum ml.p2.xlarge- Instance
Type Ml P316xlarge ml.p3.16xlargeInstanceType enum ml.p3.16xlarge- Instance
Type Ml P32xlarge ml.p3.2xlargeInstanceType enum ml.p3.2xlarge- Instance
Type Ml P38xlarge ml.p3.8xlargeInstanceType enum ml.p3.8xlarge- Instance
Type Ml P3dn24xlarge ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge- Instance
Type Ml P4d24xlarge ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge- Instance
Type Ml P4de24xlarge ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge- Instance
Type Ml P548xlarge ml.p5.48xlargeInstanceType enum ml.p5.48xlarge- Instance
Type Ml R512xlarge ml.r5.12xlargeInstanceType enum ml.r5.12xlarge- Instance
Type Ml R516xlarge ml.r5.16xlargeInstanceType enum ml.r5.16xlarge- Instance
Type Ml R524xlarge ml.r5.24xlargeInstanceType enum ml.r5.24xlarge- Instance
Type Ml R52xlarge ml.r5.2xlargeInstanceType enum ml.r5.2xlarge- Instance
Type Ml R54xlarge ml.r5.4xlargeInstanceType enum ml.r5.4xlarge- Instance
Type Ml R58xlarge ml.r5.8xlargeInstanceType enum ml.r5.8xlarge- Instance
Type Ml R5Large ml.r5.largeInstanceType enum ml.r5.large- Instance
Type Ml R5Xlarge ml.r5.xlargeInstanceType enum ml.r5.xlarge- Instance
Type Ml R6i12xlarge ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge- Instance
Type Ml R6i16xlarge ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge- Instance
Type Ml R6i24xlarge ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge- Instance
Type Ml R6i2xlarge ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge- Instance
Type Ml R6i32xlarge ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge- Instance
Type Ml R6i4xlarge ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge- Instance
Type Ml R6i8xlarge ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge- Instance
Type Ml R6i Large ml.r6i.largeInstanceType enum ml.r6i.large- Instance
Type Ml R6i Xlarge ml.r6i.xlargeInstanceType enum ml.r6i.xlarge- Instance
Type Ml R6id12xlarge ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge- Instance
Type Ml R6id16xlarge ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge- Instance
Type Ml R6id24xlarge ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge- Instance
Type Ml R6id2xlarge ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge- Instance
Type Ml R6id32xlarge ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge- Instance
Type Ml R6id4xlarge ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge- Instance
Type Ml R6id8xlarge ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge- Instance
Type Ml R6id Large ml.r6id.largeInstanceType enum ml.r6id.large- Instance
Type Ml R6id Xlarge ml.r6id.xlargeInstanceType enum ml.r6id.xlarge- Instance
Type Ml R7i12xlarge ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge- Instance
Type Ml R7i16xlarge ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge- Instance
Type Ml R7i24xlarge ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge- Instance
Type Ml R7i2xlarge ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge- Instance
Type Ml R7i48xlarge ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge- Instance
Type Ml R7i4xlarge ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge- Instance
Type Ml R7i8xlarge ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge- Instance
Type Ml R7i Large ml.r7i.largeInstanceType enum ml.r7i.large- Instance
Type Ml R7i Xlarge ml.r7i.xlargeInstanceType enum ml.r7i.xlarge- Instance
Type Ml T22xlarge ml.t2.2xlargeInstanceType enum ml.t2.2xlarge- Instance
Type Ml T2Large ml.t2.largeInstanceType enum ml.t2.large- Instance
Type Ml T2Medium ml.t2.mediumInstanceType enum ml.t2.medium- Instance
Type Ml T2Xlarge ml.t2.xlargeInstanceType enum ml.t2.xlarge- Instance
Type Ml T32xlarge ml.t3.2xlargeInstanceType enum ml.t3.2xlarge- Instance
Type Ml T3Large ml.t3.largeInstanceType enum ml.t3.large- Instance
Type Ml T3Medium ml.t3.mediumInstanceType enum ml.t3.medium- Instance
Type Ml T3Xlarge ml.t3.xlargeInstanceType enum ml.t3.xlarge
- Ml
C42xlarge ml.c4.2xlargeInstanceType enum ml.c4.2xlarge- Ml
C44xlarge ml.c4.4xlargeInstanceType enum ml.c4.4xlarge- Ml
C48xlarge ml.c4.8xlargeInstanceType enum ml.c4.8xlarge- Ml
C4Xlarge ml.c4.xlargeInstanceType enum ml.c4.xlarge- Ml
C518xlarge ml.c5.18xlargeInstanceType enum ml.c5.18xlarge- Ml
C52xlarge ml.c5.2xlargeInstanceType enum ml.c5.2xlarge- Ml
C54xlarge ml.c5.4xlargeInstanceType enum ml.c5.4xlarge- Ml
C59xlarge ml.c5.9xlargeInstanceType enum ml.c5.9xlarge- Ml
C5Xlarge ml.c5.xlargeInstanceType enum ml.c5.xlarge- Ml
C5d18xlarge ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge- Ml
C5d2xlarge ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge- Ml
C5d4xlarge ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge- Ml
C5d9xlarge ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge- Ml
C5d Xlarge ml.c5d.xlargeInstanceType enum ml.c5d.xlarge- Ml
C6i12xlarge ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge- Ml
C6i16xlarge ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge- Ml
C6i24xlarge ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge- Ml
C6i2xlarge ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge- Ml
C6i32xlarge ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge- Ml
C6i4xlarge ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge- Ml
C6i8xlarge ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge- Ml
C6i Large ml.c6i.largeInstanceType enum ml.c6i.large- Ml
C6i Xlarge ml.c6i.xlargeInstanceType enum ml.c6i.xlarge- Ml
C6id12xlarge ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge- Ml
C6id16xlarge ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge- Ml
C6id24xlarge ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge- Ml
C6id2xlarge ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge- Ml
C6id32xlarge ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge- Ml
C6id4xlarge ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge- Ml
C6id8xlarge ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge- Ml
C6id Large ml.c6id.largeInstanceType enum ml.c6id.large- Ml
C6id Xlarge ml.c6id.xlargeInstanceType enum ml.c6id.xlarge- Ml
C7i12xlarge ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge- Ml
C7i16xlarge ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge- Ml
C7i24xlarge ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge- Ml
C7i2xlarge ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge- Ml
C7i48xlarge ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge- Ml
C7i4xlarge ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge- Ml
C7i8xlarge ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge- Ml
C7i Large ml.c7i.largeInstanceType enum ml.c7i.large- Ml
C7i Xlarge ml.c7i.xlargeInstanceType enum ml.c7i.xlarge- Ml
G4dn12xlarge ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge- Ml
G4dn16xlarge ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge- Ml
G4dn2xlarge ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge- Ml
G4dn4xlarge ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge- Ml
G4dn8xlarge ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge- Ml
G4dn Xlarge ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge- Ml
G512xlarge ml.g5.12xlargeInstanceType enum ml.g5.12xlarge- Ml
G516xlarge ml.g5.16xlargeInstanceType enum ml.g5.16xlarge- Ml
G524xlarge ml.g5.24xlargeInstanceType enum ml.g5.24xlarge- Ml
G52xlarge ml.g5.2xlargeInstanceType enum ml.g5.2xlarge- Ml
G548xlarge ml.g5.48xlargeInstanceType enum ml.g5.48xlarge- Ml
G54xlarge ml.g5.4xlargeInstanceType enum ml.g5.4xlarge- Ml
G58xlarge ml.g5.8xlargeInstanceType enum ml.g5.8xlarge- Ml
G5Xlarge ml.g5.xlargeInstanceType enum ml.g5.xlarge- Ml
Inf124xlarge ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge- Ml
Inf12xlarge ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge- Ml
Inf16xlarge ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge- Ml
Inf1Xlarge ml.inf1.xlargeInstanceType enum ml.inf1.xlarge- Ml
M410xlarge ml.m4.10xlargeInstanceType enum ml.m4.10xlarge- Ml
M416xlarge ml.m4.16xlargeInstanceType enum ml.m4.16xlarge- Ml
M42xlarge ml.m4.2xlargeInstanceType enum ml.m4.2xlarge- Ml
M44xlarge ml.m4.4xlargeInstanceType enum ml.m4.4xlarge- Ml
M4Xlarge ml.m4.xlargeInstanceType enum ml.m4.xlarge- Ml
M512xlarge ml.m5.12xlargeInstanceType enum ml.m5.12xlarge- Ml
M524xlarge ml.m5.24xlargeInstanceType enum ml.m5.24xlarge- Ml
M52xlarge ml.m5.2xlargeInstanceType enum ml.m5.2xlarge- Ml
M54xlarge ml.m5.4xlargeInstanceType enum ml.m5.4xlarge- Ml
M5Xlarge ml.m5.xlargeInstanceType enum ml.m5.xlarge- Ml
M5d12xlarge ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge- Ml
M5d16xlarge ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge- Ml
M5d24xlarge ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge- Ml
M5d2xlarge ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge- Ml
M5d4xlarge ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge- Ml
M5d8xlarge ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge- Ml
M5d Large ml.m5d.largeInstanceType enum ml.m5d.large- Ml
M5d Xlarge ml.m5d.xlargeInstanceType enum ml.m5d.xlarge- Ml
M6i12xlarge ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge- Ml
M6i16xlarge ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge- Ml
M6i24xlarge ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge- Ml
M6i2xlarge ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge- Ml
M6i32xlarge ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge- Ml
M6i4xlarge ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge- Ml
M6i8xlarge ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge- Ml
M6i Large ml.m6i.largeInstanceType enum ml.m6i.large- Ml
M6i Xlarge ml.m6i.xlargeInstanceType enum ml.m6i.xlarge- Ml
M6id12xlarge ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge- Ml
M6id16xlarge ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge- Ml
M6id24xlarge ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge- Ml
M6id2xlarge ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge- Ml
M6id32xlarge ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge- Ml
M6id4xlarge ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge- Ml
M6id8xlarge ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge- Ml
M6id Large ml.m6id.largeInstanceType enum ml.m6id.large- Ml
M6id Xlarge ml.m6id.xlargeInstanceType enum ml.m6id.xlarge- Ml
M7i12xlarge ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge- Ml
M7i16xlarge ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge- Ml
M7i24xlarge ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge- Ml
M7i2xlarge ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge- Ml
M7i48xlarge ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge- Ml
M7i4xlarge ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge- Ml
M7i8xlarge ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge- Ml
M7i Large ml.m7i.largeInstanceType enum ml.m7i.large- Ml
M7i Xlarge ml.m7i.xlargeInstanceType enum ml.m7i.xlarge- Ml
P216xlarge ml.p2.16xlargeInstanceType enum ml.p2.16xlarge- Ml
P28xlarge ml.p2.8xlargeInstanceType enum ml.p2.8xlarge- Ml
P2Xlarge ml.p2.xlargeInstanceType enum ml.p2.xlarge- Ml
P316xlarge ml.p3.16xlargeInstanceType enum ml.p3.16xlarge- Ml
P32xlarge ml.p3.2xlargeInstanceType enum ml.p3.2xlarge- Ml
P38xlarge ml.p3.8xlargeInstanceType enum ml.p3.8xlarge- Ml
P3dn24xlarge ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge- Ml
P4d24xlarge ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge- Ml
P4de24xlarge ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge- Ml
P548xlarge ml.p5.48xlargeInstanceType enum ml.p5.48xlarge- Ml
R512xlarge ml.r5.12xlargeInstanceType enum ml.r5.12xlarge- Ml
R516xlarge ml.r5.16xlargeInstanceType enum ml.r5.16xlarge- Ml
R524xlarge ml.r5.24xlargeInstanceType enum ml.r5.24xlarge- Ml
R52xlarge ml.r5.2xlargeInstanceType enum ml.r5.2xlarge- Ml
R54xlarge ml.r5.4xlargeInstanceType enum ml.r5.4xlarge- Ml
R58xlarge ml.r5.8xlargeInstanceType enum ml.r5.8xlarge- Ml
R5Large ml.r5.largeInstanceType enum ml.r5.large- Ml
R5Xlarge ml.r5.xlargeInstanceType enum ml.r5.xlarge- Ml
R6i12xlarge ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge- Ml
R6i16xlarge ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge- Ml
R6i24xlarge ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge- Ml
R6i2xlarge ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge- Ml
R6i32xlarge ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge- Ml
R6i4xlarge ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge- Ml
R6i8xlarge ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge- Ml
R6i Large ml.r6i.largeInstanceType enum ml.r6i.large- Ml
R6i Xlarge ml.r6i.xlargeInstanceType enum ml.r6i.xlarge- Ml
R6id12xlarge ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge- Ml
R6id16xlarge ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge- Ml
R6id24xlarge ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge- Ml
R6id2xlarge ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge- Ml
R6id32xlarge ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge- Ml
R6id4xlarge ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge- Ml
R6id8xlarge ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge- Ml
R6id Large ml.r6id.largeInstanceType enum ml.r6id.large- Ml
R6id Xlarge ml.r6id.xlargeInstanceType enum ml.r6id.xlarge- Ml
R7i12xlarge ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge- Ml
R7i16xlarge ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge- Ml
R7i24xlarge ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge- Ml
R7i2xlarge ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge- Ml
R7i48xlarge ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge- Ml
R7i4xlarge ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge- Ml
R7i8xlarge ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge- Ml
R7i Large ml.r7i.largeInstanceType enum ml.r7i.large- Ml
R7i Xlarge ml.r7i.xlargeInstanceType enum ml.r7i.xlarge- Ml
T22xlarge ml.t2.2xlargeInstanceType enum ml.t2.2xlarge- Ml
T2Large ml.t2.largeInstanceType enum ml.t2.large- Ml
T2Medium ml.t2.mediumInstanceType enum ml.t2.medium- Ml
T2Xlarge ml.t2.xlargeInstanceType enum ml.t2.xlarge- Ml
T32xlarge ml.t3.2xlargeInstanceType enum ml.t3.2xlarge- Ml
T3Large ml.t3.largeInstanceType enum ml.t3.large- Ml
T3Medium ml.t3.mediumInstanceType enum ml.t3.medium- Ml
T3Xlarge ml.t3.xlargeInstanceType enum ml.t3.xlarge
- Ml
C42xlarge ml.c4.2xlargeInstanceType enum ml.c4.2xlarge- Ml
C44xlarge ml.c4.4xlargeInstanceType enum ml.c4.4xlarge- Ml
C48xlarge ml.c4.8xlargeInstanceType enum ml.c4.8xlarge- Ml
C4Xlarge ml.c4.xlargeInstanceType enum ml.c4.xlarge- Ml
C518xlarge ml.c5.18xlargeInstanceType enum ml.c5.18xlarge- Ml
C52xlarge ml.c5.2xlargeInstanceType enum ml.c5.2xlarge- Ml
C54xlarge ml.c5.4xlargeInstanceType enum ml.c5.4xlarge- Ml
C59xlarge ml.c5.9xlargeInstanceType enum ml.c5.9xlarge- Ml
C5Xlarge ml.c5.xlargeInstanceType enum ml.c5.xlarge- Ml
C5d18xlarge ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge- Ml
C5d2xlarge ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge- Ml
C5d4xlarge ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge- Ml
C5d9xlarge ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge- Ml
C5d Xlarge ml.c5d.xlargeInstanceType enum ml.c5d.xlarge- Ml
C6i12xlarge ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge- Ml
C6i16xlarge ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge- Ml
C6i24xlarge ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge- Ml
C6i2xlarge ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge- Ml
C6i32xlarge ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge- Ml
C6i4xlarge ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge- Ml
C6i8xlarge ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge- Ml
C6i Large ml.c6i.largeInstanceType enum ml.c6i.large- Ml
C6i Xlarge ml.c6i.xlargeInstanceType enum ml.c6i.xlarge- Ml
C6id12xlarge ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge- Ml
C6id16xlarge ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge- Ml
C6id24xlarge ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge- Ml
C6id2xlarge ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge- Ml
C6id32xlarge ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge- Ml
C6id4xlarge ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge- Ml
C6id8xlarge ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge- Ml
C6id Large ml.c6id.largeInstanceType enum ml.c6id.large- Ml
C6id Xlarge ml.c6id.xlargeInstanceType enum ml.c6id.xlarge- Ml
C7i12xlarge ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge- Ml
C7i16xlarge ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge- Ml
C7i24xlarge ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge- Ml
C7i2xlarge ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge- Ml
C7i48xlarge ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge- Ml
C7i4xlarge ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge- Ml
C7i8xlarge ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge- Ml
C7i Large ml.c7i.largeInstanceType enum ml.c7i.large- Ml
C7i Xlarge ml.c7i.xlargeInstanceType enum ml.c7i.xlarge- Ml
G4dn12xlarge ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge- Ml
G4dn16xlarge ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge- Ml
G4dn2xlarge ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge- Ml
G4dn4xlarge ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge- Ml
G4dn8xlarge ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge- Ml
G4dn Xlarge ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge- Ml
G512xlarge ml.g5.12xlargeInstanceType enum ml.g5.12xlarge- Ml
G516xlarge ml.g5.16xlargeInstanceType enum ml.g5.16xlarge- Ml
G524xlarge ml.g5.24xlargeInstanceType enum ml.g5.24xlarge- Ml
G52xlarge ml.g5.2xlargeInstanceType enum ml.g5.2xlarge- Ml
G548xlarge ml.g5.48xlargeInstanceType enum ml.g5.48xlarge- Ml
G54xlarge ml.g5.4xlargeInstanceType enum ml.g5.4xlarge- Ml
G58xlarge ml.g5.8xlargeInstanceType enum ml.g5.8xlarge- Ml
G5Xlarge ml.g5.xlargeInstanceType enum ml.g5.xlarge- Ml
Inf124xlarge ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge- Ml
Inf12xlarge ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge- Ml
Inf16xlarge ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge- Ml
Inf1Xlarge ml.inf1.xlargeInstanceType enum ml.inf1.xlarge- Ml
M410xlarge ml.m4.10xlargeInstanceType enum ml.m4.10xlarge- Ml
M416xlarge ml.m4.16xlargeInstanceType enum ml.m4.16xlarge- Ml
M42xlarge ml.m4.2xlargeInstanceType enum ml.m4.2xlarge- Ml
M44xlarge ml.m4.4xlargeInstanceType enum ml.m4.4xlarge- Ml
M4Xlarge ml.m4.xlargeInstanceType enum ml.m4.xlarge- Ml
M512xlarge ml.m5.12xlargeInstanceType enum ml.m5.12xlarge- Ml
M524xlarge ml.m5.24xlargeInstanceType enum ml.m5.24xlarge- Ml
M52xlarge ml.m5.2xlargeInstanceType enum ml.m5.2xlarge- Ml
M54xlarge ml.m5.4xlargeInstanceType enum ml.m5.4xlarge- Ml
M5Xlarge ml.m5.xlargeInstanceType enum ml.m5.xlarge- Ml
M5d12xlarge ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge- Ml
M5d16xlarge ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge- Ml
M5d24xlarge ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge- Ml
M5d2xlarge ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge- Ml
M5d4xlarge ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge- Ml
M5d8xlarge ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge- Ml
M5d Large ml.m5d.largeInstanceType enum ml.m5d.large- Ml
M5d Xlarge ml.m5d.xlargeInstanceType enum ml.m5d.xlarge- Ml
M6i12xlarge ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge- Ml
M6i16xlarge ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge- Ml
M6i24xlarge ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge- Ml
M6i2xlarge ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge- Ml
M6i32xlarge ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge- Ml
M6i4xlarge ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge- Ml
M6i8xlarge ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge- Ml
M6i Large ml.m6i.largeInstanceType enum ml.m6i.large- Ml
M6i Xlarge ml.m6i.xlargeInstanceType enum ml.m6i.xlarge- Ml
M6id12xlarge ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge- Ml
M6id16xlarge ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge- Ml
M6id24xlarge ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge- Ml
M6id2xlarge ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge- Ml
M6id32xlarge ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge- Ml
M6id4xlarge ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge- Ml
M6id8xlarge ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge- Ml
M6id Large ml.m6id.largeInstanceType enum ml.m6id.large- Ml
M6id Xlarge ml.m6id.xlargeInstanceType enum ml.m6id.xlarge- Ml
M7i12xlarge ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge- Ml
M7i16xlarge ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge- Ml
M7i24xlarge ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge- Ml
M7i2xlarge ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge- Ml
M7i48xlarge ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge- Ml
M7i4xlarge ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge- Ml
M7i8xlarge ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge- Ml
M7i Large ml.m7i.largeInstanceType enum ml.m7i.large- Ml
M7i Xlarge ml.m7i.xlargeInstanceType enum ml.m7i.xlarge- Ml
P216xlarge ml.p2.16xlargeInstanceType enum ml.p2.16xlarge- Ml
P28xlarge ml.p2.8xlargeInstanceType enum ml.p2.8xlarge- Ml
P2Xlarge ml.p2.xlargeInstanceType enum ml.p2.xlarge- Ml
P316xlarge ml.p3.16xlargeInstanceType enum ml.p3.16xlarge- Ml
P32xlarge ml.p3.2xlargeInstanceType enum ml.p3.2xlarge- Ml
P38xlarge ml.p3.8xlargeInstanceType enum ml.p3.8xlarge- Ml
P3dn24xlarge ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge- Ml
P4d24xlarge ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge- Ml
P4de24xlarge ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge- Ml
P548xlarge ml.p5.48xlargeInstanceType enum ml.p5.48xlarge- Ml
R512xlarge ml.r5.12xlargeInstanceType enum ml.r5.12xlarge- Ml
R516xlarge ml.r5.16xlargeInstanceType enum ml.r5.16xlarge- Ml
R524xlarge ml.r5.24xlargeInstanceType enum ml.r5.24xlarge- Ml
R52xlarge ml.r5.2xlargeInstanceType enum ml.r5.2xlarge- Ml
R54xlarge ml.r5.4xlargeInstanceType enum ml.r5.4xlarge- Ml
R58xlarge ml.r5.8xlargeInstanceType enum ml.r5.8xlarge- Ml
R5Large ml.r5.largeInstanceType enum ml.r5.large- Ml
R5Xlarge ml.r5.xlargeInstanceType enum ml.r5.xlarge- Ml
R6i12xlarge ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge- Ml
R6i16xlarge ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge- Ml
R6i24xlarge ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge- Ml
R6i2xlarge ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge- Ml
R6i32xlarge ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge- Ml
R6i4xlarge ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge- Ml
R6i8xlarge ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge- Ml
R6i Large ml.r6i.largeInstanceType enum ml.r6i.large- Ml
R6i Xlarge ml.r6i.xlargeInstanceType enum ml.r6i.xlarge- Ml
R6id12xlarge ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge- Ml
R6id16xlarge ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge- Ml
R6id24xlarge ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge- Ml
R6id2xlarge ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge- Ml
R6id32xlarge ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge- Ml
R6id4xlarge ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge- Ml
R6id8xlarge ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge- Ml
R6id Large ml.r6id.largeInstanceType enum ml.r6id.large- Ml
R6id Xlarge ml.r6id.xlargeInstanceType enum ml.r6id.xlarge- Ml
R7i12xlarge ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge- Ml
R7i16xlarge ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge- Ml
R7i24xlarge ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge- Ml
R7i2xlarge ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge- Ml
R7i48xlarge ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge- Ml
R7i4xlarge ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge- Ml
R7i8xlarge ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge- Ml
R7i Large ml.r7i.largeInstanceType enum ml.r7i.large- Ml
R7i Xlarge ml.r7i.xlargeInstanceType enum ml.r7i.xlarge- Ml
T22xlarge ml.t2.2xlargeInstanceType enum ml.t2.2xlarge- Ml
T2Large ml.t2.largeInstanceType enum ml.t2.large- Ml
T2Medium ml.t2.mediumInstanceType enum ml.t2.medium- Ml
T2Xlarge ml.t2.xlargeInstanceType enum ml.t2.xlarge- Ml
T32xlarge ml.t3.2xlargeInstanceType enum ml.t3.2xlarge- Ml
T3Large ml.t3.largeInstanceType enum ml.t3.large- Ml
T3Medium ml.t3.mediumInstanceType enum ml.t3.medium- Ml
T3Xlarge ml.t3.xlargeInstanceType enum ml.t3.xlarge
- ML_C42XLARGE
ml.c4.2xlargeInstanceType enum ml.c4.2xlarge- ML_C44XLARGE
ml.c4.4xlargeInstanceType enum ml.c4.4xlarge- ML_C48XLARGE
ml.c4.8xlargeInstanceType enum ml.c4.8xlarge- ML_C4_XLARGE
ml.c4.xlargeInstanceType enum ml.c4.xlarge- ML_C518XLARGE
ml.c5.18xlargeInstanceType enum ml.c5.18xlarge- ML_C52XLARGE
ml.c5.2xlargeInstanceType enum ml.c5.2xlarge- ML_C54XLARGE
ml.c5.4xlargeInstanceType enum ml.c5.4xlarge- ML_C59XLARGE
ml.c5.9xlargeInstanceType enum ml.c5.9xlarge- ML_C5_XLARGE
ml.c5.xlargeInstanceType enum ml.c5.xlarge- ML_C5D18XLARGE
ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge- ML_C5D2XLARGE
ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge- ML_C5D4XLARGE
ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge- ML_C5D9XLARGE
ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge- ML_C5D_XLARGE
ml.c5d.xlargeInstanceType enum ml.c5d.xlarge- ML_C6I12XLARGE
ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge- ML_C6I16XLARGE
ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge- ML_C6I24XLARGE
ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge- ML_C6I2XLARGE
ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge- ML_C6I32XLARGE
ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge- ML_C6I4XLARGE
ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge- ML_C6I8XLARGE
ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge- ML_C6I_LARGE
ml.c6i.largeInstanceType enum ml.c6i.large- ML_C6I_XLARGE
ml.c6i.xlargeInstanceType enum ml.c6i.xlarge- ML_C6ID12XLARGE
ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge- ML_C6ID16XLARGE
ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge- ML_C6ID24XLARGE
ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge- ML_C6ID2XLARGE
ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge- ML_C6ID32XLARGE
ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge- ML_C6ID4XLARGE
ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge- ML_C6ID8XLARGE
ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge- ML_C6ID_LARGE
ml.c6id.largeInstanceType enum ml.c6id.large- ML_C6ID_XLARGE
ml.c6id.xlargeInstanceType enum ml.c6id.xlarge- ML_C7I12XLARGE
ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge- ML_C7I16XLARGE
ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge- ML_C7I24XLARGE
ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge- ML_C7I2XLARGE
ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge- ML_C7I48XLARGE
ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge- ML_C7I4XLARGE
ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge- ML_C7I8XLARGE
ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge- ML_C7I_LARGE
ml.c7i.largeInstanceType enum ml.c7i.large- ML_C7I_XLARGE
ml.c7i.xlargeInstanceType enum ml.c7i.xlarge- ML_G4DN12XLARGE
ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge- ML_G4DN16XLARGE
ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge- ML_G4DN2XLARGE
ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge- ML_G4DN4XLARGE
ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge- ML_G4DN8XLARGE
ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge- ML_G4DN_XLARGE
ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge- ML_G512XLARGE
ml.g5.12xlargeInstanceType enum ml.g5.12xlarge- ML_G516XLARGE
ml.g5.16xlargeInstanceType enum ml.g5.16xlarge- ML_G524XLARGE
ml.g5.24xlargeInstanceType enum ml.g5.24xlarge- ML_G52XLARGE
ml.g5.2xlargeInstanceType enum ml.g5.2xlarge- ML_G548XLARGE
ml.g5.48xlargeInstanceType enum ml.g5.48xlarge- ML_G54XLARGE
ml.g5.4xlargeInstanceType enum ml.g5.4xlarge- ML_G58XLARGE
ml.g5.8xlargeInstanceType enum ml.g5.8xlarge- ML_G5_XLARGE
ml.g5.xlargeInstanceType enum ml.g5.xlarge- ML_INF124XLARGE
ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge- ML_INF12XLARGE
ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge- ML_INF16XLARGE
ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge- ML_INF1_XLARGE
ml.inf1.xlargeInstanceType enum ml.inf1.xlarge- ML_M410XLARGE
ml.m4.10xlargeInstanceType enum ml.m4.10xlarge- ML_M416XLARGE
ml.m4.16xlargeInstanceType enum ml.m4.16xlarge- ML_M42XLARGE
ml.m4.2xlargeInstanceType enum ml.m4.2xlarge- ML_M44XLARGE
ml.m4.4xlargeInstanceType enum ml.m4.4xlarge- ML_M4_XLARGE
ml.m4.xlargeInstanceType enum ml.m4.xlarge- ML_M512XLARGE
ml.m5.12xlargeInstanceType enum ml.m5.12xlarge- ML_M524XLARGE
ml.m5.24xlargeInstanceType enum ml.m5.24xlarge- ML_M52XLARGE
ml.m5.2xlargeInstanceType enum ml.m5.2xlarge- ML_M54XLARGE
ml.m5.4xlargeInstanceType enum ml.m5.4xlarge- ML_M5_XLARGE
ml.m5.xlargeInstanceType enum ml.m5.xlarge- ML_M5D12XLARGE
ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge- ML_M5D16XLARGE
ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge- ML_M5D24XLARGE
ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge- ML_M5D2XLARGE
ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge- ML_M5D4XLARGE
ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge- ML_M5D8XLARGE
ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge- ML_M5D_LARGE
ml.m5d.largeInstanceType enum ml.m5d.large- ML_M5D_XLARGE
ml.m5d.xlargeInstanceType enum ml.m5d.xlarge- ML_M6I12XLARGE
ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge- ML_M6I16XLARGE
ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge- ML_M6I24XLARGE
ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge- ML_M6I2XLARGE
ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge- ML_M6I32XLARGE
ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge- ML_M6I4XLARGE
ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge- ML_M6I8XLARGE
ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge- ML_M6I_LARGE
ml.m6i.largeInstanceType enum ml.m6i.large- ML_M6I_XLARGE
ml.m6i.xlargeInstanceType enum ml.m6i.xlarge- ML_M6ID12XLARGE
ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge- ML_M6ID16XLARGE
ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge- ML_M6ID24XLARGE
ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge- ML_M6ID2XLARGE
ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge- ML_M6ID32XLARGE
ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge- ML_M6ID4XLARGE
ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge- ML_M6ID8XLARGE
ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge- ML_M6ID_LARGE
ml.m6id.largeInstanceType enum ml.m6id.large- ML_M6ID_XLARGE
ml.m6id.xlargeInstanceType enum ml.m6id.xlarge- ML_M7I12XLARGE
ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge- ML_M7I16XLARGE
ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge- ML_M7I24XLARGE
ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge- ML_M7I2XLARGE
ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge- ML_M7I48XLARGE
ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge- ML_M7I4XLARGE
ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge- ML_M7I8XLARGE
ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge- ML_M7I_LARGE
ml.m7i.largeInstanceType enum ml.m7i.large- ML_M7I_XLARGE
ml.m7i.xlargeInstanceType enum ml.m7i.xlarge- ML_P216XLARGE
ml.p2.16xlargeInstanceType enum ml.p2.16xlarge- ML_P28XLARGE
ml.p2.8xlargeInstanceType enum ml.p2.8xlarge- ML_P2_XLARGE
ml.p2.xlargeInstanceType enum ml.p2.xlarge- ML_P316XLARGE
ml.p3.16xlargeInstanceType enum ml.p3.16xlarge- ML_P32XLARGE
ml.p3.2xlargeInstanceType enum ml.p3.2xlarge- ML_P38XLARGE
ml.p3.8xlargeInstanceType enum ml.p3.8xlarge- ML_P3DN24XLARGE
ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge- ML_P4D24XLARGE
ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge- ML_P4DE24XLARGE
ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge- ML_P548XLARGE
ml.p5.48xlargeInstanceType enum ml.p5.48xlarge- ML_R512XLARGE
ml.r5.12xlargeInstanceType enum ml.r5.12xlarge- ML_R516XLARGE
ml.r5.16xlargeInstanceType enum ml.r5.16xlarge- ML_R524XLARGE
ml.r5.24xlargeInstanceType enum ml.r5.24xlarge- ML_R52XLARGE
ml.r5.2xlargeInstanceType enum ml.r5.2xlarge- ML_R54XLARGE
ml.r5.4xlargeInstanceType enum ml.r5.4xlarge- ML_R58XLARGE
ml.r5.8xlargeInstanceType enum ml.r5.8xlarge- ML_R5_LARGE
ml.r5.largeInstanceType enum ml.r5.large- ML_R5_XLARGE
ml.r5.xlargeInstanceType enum ml.r5.xlarge- ML_R6I12XLARGE
ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge- ML_R6I16XLARGE
ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge- ML_R6I24XLARGE
ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge- ML_R6I2XLARGE
ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge- ML_R6I32XLARGE
ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge- ML_R6I4XLARGE
ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge- ML_R6I8XLARGE
ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge- ML_R6I_LARGE
ml.r6i.largeInstanceType enum ml.r6i.large- ML_R6I_XLARGE
ml.r6i.xlargeInstanceType enum ml.r6i.xlarge- ML_R6ID12XLARGE
ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge- ML_R6ID16XLARGE
ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge- ML_R6ID24XLARGE
ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge- ML_R6ID2XLARGE
ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge- ML_R6ID32XLARGE
ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge- ML_R6ID4XLARGE
ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge- ML_R6ID8XLARGE
ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge- ML_R6ID_LARGE
ml.r6id.largeInstanceType enum ml.r6id.large- ML_R6ID_XLARGE
ml.r6id.xlargeInstanceType enum ml.r6id.xlarge- ML_R7I12XLARGE
ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge- ML_R7I16XLARGE
ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge- ML_R7I24XLARGE
ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge- ML_R7I2XLARGE
ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge- ML_R7I48XLARGE
ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge- ML_R7I4XLARGE
ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge- ML_R7I8XLARGE
ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge- ML_R7I_LARGE
ml.r7i.largeInstanceType enum ml.r7i.large- ML_R7I_XLARGE
ml.r7i.xlargeInstanceType enum ml.r7i.xlarge- ML_T22XLARGE
ml.t2.2xlargeInstanceType enum ml.t2.2xlarge- ML_T2_LARGE
ml.t2.largeInstanceType enum ml.t2.large- ML_T2_MEDIUM
ml.t2.mediumInstanceType enum ml.t2.medium- ML_T2_XLARGE
ml.t2.xlargeInstanceType enum ml.t2.xlarge- ML_T32XLARGE
ml.t3.2xlargeInstanceType enum ml.t3.2xlarge- ML_T3_LARGE
ml.t3.largeInstanceType enum ml.t3.large- ML_T3_MEDIUM
ml.t3.mediumInstanceType enum ml.t3.medium- ML_T3_XLARGE
ml.t3.xlargeInstanceType enum ml.t3.xlarge
- "ml.c4.2xlarge"
ml.c4.2xlargeInstanceType enum ml.c4.2xlarge- "ml.c4.4xlarge"
ml.c4.4xlargeInstanceType enum ml.c4.4xlarge- "ml.c4.8xlarge"
ml.c4.8xlargeInstanceType enum ml.c4.8xlarge- "ml.c4.xlarge"
ml.c4.xlargeInstanceType enum ml.c4.xlarge- "ml.c5.18xlarge"
ml.c5.18xlargeInstanceType enum ml.c5.18xlarge- "ml.c5.2xlarge"
ml.c5.2xlargeInstanceType enum ml.c5.2xlarge- "ml.c5.4xlarge"
ml.c5.4xlargeInstanceType enum ml.c5.4xlarge- "ml.c5.9xlarge"
ml.c5.9xlargeInstanceType enum ml.c5.9xlarge- "ml.c5.xlarge"
ml.c5.xlargeInstanceType enum ml.c5.xlarge- "ml.c5d.18xlarge"
ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge- "ml.c5d.2xlarge"
ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge- "ml.c5d.4xlarge"
ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge- "ml.c5d.9xlarge"
ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge- "ml.c5d.xlarge"
ml.c5d.xlargeInstanceType enum ml.c5d.xlarge- "ml.c6i.12xlarge"
ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge- "ml.c6i.16xlarge"
ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge- "ml.c6i.24xlarge"
ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge- "ml.c6i.2xlarge"
ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge- "ml.c6i.32xlarge"
ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge- "ml.c6i.4xlarge"
ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge- "ml.c6i.8xlarge"
ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge- "ml.c6i.large"
ml.c6i.largeInstanceType enum ml.c6i.large- "ml.c6i.xlarge"
ml.c6i.xlargeInstanceType enum ml.c6i.xlarge- "ml.c6id.12xlarge"
ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge- "ml.c6id.16xlarge"
ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge- "ml.c6id.24xlarge"
ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge- "ml.c6id.2xlarge"
ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge- "ml.c6id.32xlarge"
ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge- "ml.c6id.4xlarge"
ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge- "ml.c6id.8xlarge"
ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge- "ml.c6id.large"
ml.c6id.largeInstanceType enum ml.c6id.large- "ml.c6id.xlarge"
ml.c6id.xlargeInstanceType enum ml.c6id.xlarge- "ml.c7i.12xlarge"
ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge- "ml.c7i.16xlarge"
ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge- "ml.c7i.24xlarge"
ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge- "ml.c7i.2xlarge"
ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge- "ml.c7i.48xlarge"
ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge- "ml.c7i.4xlarge"
ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge- "ml.c7i.8xlarge"
ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge- "ml.c7i.large"
ml.c7i.largeInstanceType enum ml.c7i.large- "ml.c7i.xlarge"
ml.c7i.xlargeInstanceType enum ml.c7i.xlarge- "ml.g4dn.12xlarge"
ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge- "ml.g4dn.16xlarge"
ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge- "ml.g4dn.2xlarge"
ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge- "ml.g4dn.4xlarge"
ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge- "ml.g4dn.8xlarge"
ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge- "ml.g4dn.xlarge"
ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge- "ml.g5.12xlarge"
ml.g5.12xlargeInstanceType enum ml.g5.12xlarge- "ml.g5.16xlarge"
ml.g5.16xlargeInstanceType enum ml.g5.16xlarge- "ml.g5.24xlarge"
ml.g5.24xlargeInstanceType enum ml.g5.24xlarge- "ml.g5.2xlarge"
ml.g5.2xlargeInstanceType enum ml.g5.2xlarge- "ml.g5.48xlarge"
ml.g5.48xlargeInstanceType enum ml.g5.48xlarge- "ml.g5.4xlarge"
ml.g5.4xlargeInstanceType enum ml.g5.4xlarge- "ml.g5.8xlarge"
ml.g5.8xlargeInstanceType enum ml.g5.8xlarge- "ml.g5.xlarge"
ml.g5.xlargeInstanceType enum ml.g5.xlarge- "ml.inf1.24xlarge"
ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge- "ml.inf1.2xlarge"
ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge- "ml.inf1.6xlarge"
ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge- "ml.inf1.xlarge"
ml.inf1.xlargeInstanceType enum ml.inf1.xlarge- "ml.m4.10xlarge"
ml.m4.10xlargeInstanceType enum ml.m4.10xlarge- "ml.m4.16xlarge"
ml.m4.16xlargeInstanceType enum ml.m4.16xlarge- "ml.m4.2xlarge"
ml.m4.2xlargeInstanceType enum ml.m4.2xlarge- "ml.m4.4xlarge"
ml.m4.4xlargeInstanceType enum ml.m4.4xlarge- "ml.m4.xlarge"
ml.m4.xlargeInstanceType enum ml.m4.xlarge- "ml.m5.12xlarge"
ml.m5.12xlargeInstanceType enum ml.m5.12xlarge- "ml.m5.24xlarge"
ml.m5.24xlargeInstanceType enum ml.m5.24xlarge- "ml.m5.2xlarge"
ml.m5.2xlargeInstanceType enum ml.m5.2xlarge- "ml.m5.4xlarge"
ml.m5.4xlargeInstanceType enum ml.m5.4xlarge- "ml.m5.xlarge"
ml.m5.xlargeInstanceType enum ml.m5.xlarge- "ml.m5d.12xlarge"
ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge- "ml.m5d.16xlarge"
ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge- "ml.m5d.24xlarge"
ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge- "ml.m5d.2xlarge"
ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge- "ml.m5d.4xlarge"
ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge- "ml.m5d.8xlarge"
ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge- "ml.m5d.large"
ml.m5d.largeInstanceType enum ml.m5d.large- "ml.m5d.xlarge"
ml.m5d.xlargeInstanceType enum ml.m5d.xlarge- "ml.m6i.12xlarge"
ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge- "ml.m6i.16xlarge"
ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge- "ml.m6i.24xlarge"
ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge- "ml.m6i.2xlarge"
ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge- "ml.m6i.32xlarge"
ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge- "ml.m6i.4xlarge"
ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge- "ml.m6i.8xlarge"
ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge- "ml.m6i.large"
ml.m6i.largeInstanceType enum ml.m6i.large- "ml.m6i.xlarge"
ml.m6i.xlargeInstanceType enum ml.m6i.xlarge- "ml.m6id.12xlarge"
ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge- "ml.m6id.16xlarge"
ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge- "ml.m6id.24xlarge"
ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge- "ml.m6id.2xlarge"
ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge- "ml.m6id.32xlarge"
ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge- "ml.m6id.4xlarge"
ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge- "ml.m6id.8xlarge"
ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge- "ml.m6id.large"
ml.m6id.largeInstanceType enum ml.m6id.large- "ml.m6id.xlarge"
ml.m6id.xlargeInstanceType enum ml.m6id.xlarge- "ml.m7i.12xlarge"
ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge- "ml.m7i.16xlarge"
ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge- "ml.m7i.24xlarge"
ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge- "ml.m7i.2xlarge"
ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge- "ml.m7i.48xlarge"
ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge- "ml.m7i.4xlarge"
ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge- "ml.m7i.8xlarge"
ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge- "ml.m7i.large"
ml.m7i.largeInstanceType enum ml.m7i.large- "ml.m7i.xlarge"
ml.m7i.xlargeInstanceType enum ml.m7i.xlarge- "ml.p2.16xlarge"
ml.p2.16xlargeInstanceType enum ml.p2.16xlarge- "ml.p2.8xlarge"
ml.p2.8xlargeInstanceType enum ml.p2.8xlarge- "ml.p2.xlarge"
ml.p2.xlargeInstanceType enum ml.p2.xlarge- "ml.p3.16xlarge"
ml.p3.16xlargeInstanceType enum ml.p3.16xlarge- "ml.p3.2xlarge"
ml.p3.2xlargeInstanceType enum ml.p3.2xlarge- "ml.p3.8xlarge"
ml.p3.8xlargeInstanceType enum ml.p3.8xlarge- "ml.p3dn.24xlarge"
ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge- "ml.p4d.24xlarge"
ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge- "ml.p4de.24xlarge"
ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge- "ml.p5.48xlarge"
ml.p5.48xlargeInstanceType enum ml.p5.48xlarge- "ml.r5.12xlarge"
ml.r5.12xlargeInstanceType enum ml.r5.12xlarge- "ml.r5.16xlarge"
ml.r5.16xlargeInstanceType enum ml.r5.16xlarge- "ml.r5.24xlarge"
ml.r5.24xlargeInstanceType enum ml.r5.24xlarge- "ml.r5.2xlarge"
ml.r5.2xlargeInstanceType enum ml.r5.2xlarge- "ml.r5.4xlarge"
ml.r5.4xlargeInstanceType enum ml.r5.4xlarge- "ml.r5.8xlarge"
ml.r5.8xlargeInstanceType enum ml.r5.8xlarge- "ml.r5.large"
ml.r5.largeInstanceType enum ml.r5.large- "ml.r5.xlarge"
ml.r5.xlargeInstanceType enum ml.r5.xlarge- "ml.r6i.12xlarge"
ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge- "ml.r6i.16xlarge"
ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge- "ml.r6i.24xlarge"
ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge- "ml.r6i.2xlarge"
ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge- "ml.r6i.32xlarge"
ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge- "ml.r6i.4xlarge"
ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge- "ml.r6i.8xlarge"
ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge- "ml.r6i.large"
ml.r6i.largeInstanceType enum ml.r6i.large- "ml.r6i.xlarge"
ml.r6i.xlargeInstanceType enum ml.r6i.xlarge- "ml.r6id.12xlarge"
ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge- "ml.r6id.16xlarge"
ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge- "ml.r6id.24xlarge"
ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge- "ml.r6id.2xlarge"
ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge- "ml.r6id.32xlarge"
ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge- "ml.r6id.4xlarge"
ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge- "ml.r6id.8xlarge"
ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge- "ml.r6id.large"
ml.r6id.largeInstanceType enum ml.r6id.large- "ml.r6id.xlarge"
ml.r6id.xlargeInstanceType enum ml.r6id.xlarge- "ml.r7i.12xlarge"
ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge- "ml.r7i.16xlarge"
ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge- "ml.r7i.24xlarge"
ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge- "ml.r7i.2xlarge"
ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge- "ml.r7i.48xlarge"
ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge- "ml.r7i.4xlarge"
ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge- "ml.r7i.8xlarge"
ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge- "ml.r7i.large"
ml.r7i.largeInstanceType enum ml.r7i.large- "ml.r7i.xlarge"
ml.r7i.xlargeInstanceType enum ml.r7i.xlarge- "ml.t2.2xlarge"
ml.t2.2xlargeInstanceType enum ml.t2.2xlarge- "ml.t2.large"
ml.t2.largeInstanceType enum ml.t2.large- "ml.t2.medium"
ml.t2.mediumInstanceType enum ml.t2.medium- "ml.t2.xlarge"
ml.t2.xlargeInstanceType enum ml.t2.xlarge- "ml.t3.2xlarge"
ml.t3.2xlargeInstanceType enum ml.t3.2xlarge- "ml.t3.large"
ml.t3.largeInstanceType enum ml.t3.large- "ml.t3.medium"
ml.t3.mediumInstanceType enum ml.t3.medium- "ml.t3.xlarge"
ml.t3.xlargeInstanceType enum ml.t3.xlarge
InstanceTypeEnumValue, InstanceTypeEnumValueArgs
Definition of InstanceTypeEnumValue- Value
string | Pulumi.
Azure Native. Aws Connector. Instance Type - Property value
- Value
string | Instance
Type - Property value
- value
String | Instance
Type - Property value
- value
string | Instance
Type - Property value
- value
str | Instance
Type - Property value
- value String | "ml.c4.2xlarge" | "ml.c4.4xlarge" | "ml.c4.8xlarge" | "ml.c4.xlarge" | "ml.c5.18xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.xlarge" | "ml.c5d.18xlarge" | "ml.c5d.2xlarge" | "ml.c5d.4xlarge" | "ml.c5d.9xlarge" | "ml.c5d.xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.2xlarge" | "ml.c6i.32xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6id.12xlarge" | "ml.c6id.16xlarge" | "ml.c6id.24xlarge" | "ml.c6id.2xlarge" | "ml.c6id.32xlarge" | "ml.c6id.4xlarge" | "ml.c6id.8xlarge" | "ml.c6id.large" | "ml.c6id.xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.2xlarge" | "ml.c7i.48xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.2xlarge" | "ml.g5.48xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.xlarge" | "ml.inf1.24xlarge" | "ml.inf1.2xlarge" | "ml.inf1.6xlarge" | "ml.inf1.xlarge" | "ml.m4.10xlarge" | "ml.m4.16xlarge" | "ml.m4.2xlarge" | "ml.m4.4xlarge" | "ml.m4.xlarge" | "ml.m5.12xlarge" | "ml.m5.24xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.2xlarge" | "ml.m6i.32xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6id.12xlarge" | "ml.m6id.16xlarge" | "ml.m6id.24xlarge" | "ml.m6id.2xlarge" | "ml.m6id.32xlarge" | "ml.m6id.4xlarge" | "ml.m6id.8xlarge" | "ml.m6id.large" | "ml.m6id.xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.2xlarge" | "ml.m7i.48xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.p2.16xlarge" | "ml.p2.8xlarge" | "ml.p2.xlarge" | "ml.p3.16xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3dn.24xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.48xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.2xlarge" | "ml.r6i.32xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6id.12xlarge" | "ml.r6id.16xlarge" | "ml.r6id.24xlarge" | "ml.r6id.2xlarge" | "ml.r6id.32xlarge" | "ml.r6id.4xlarge" | "ml.r6id.8xlarge" | "ml.r6id.large" | "ml.r6id.xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.2xlarge" | "ml.r7i.48xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.t2.2xlarge" | "ml.t2.large" | "ml.t2.medium" | "ml.t2.xlarge" | "ml.t3.2xlarge" | "ml.t3.large" | "ml.t3.medium" | "ml.t3.xlarge"
- Property value
InstanceTypeEnumValueResponse, InstanceTypeEnumValueResponseArgs
Definition of InstanceTypeEnumValue- Value string
- Property value
- Value string
- Property value
- value String
- Property value
- value string
- Property value
- value str
- Property value
- value String
- Property value
NotebookInstanceStatus, NotebookInstanceStatusArgs
- Deleting
DeletingNotebookInstanceStatus enum Deleting- Failed
FailedNotebookInstanceStatus enum Failed- In
Service InServiceNotebookInstanceStatus enum InService- Pending
PendingNotebookInstanceStatus enum Pending- Stopped
StoppedNotebookInstanceStatus enum Stopped- Stopping
StoppingNotebookInstanceStatus enum Stopping- Updating
UpdatingNotebookInstanceStatus enum Updating
- Notebook
Instance Status Deleting DeletingNotebookInstanceStatus enum Deleting- Notebook
Instance Status Failed FailedNotebookInstanceStatus enum Failed- Notebook
Instance Status In Service InServiceNotebookInstanceStatus enum InService- Notebook
Instance Status Pending PendingNotebookInstanceStatus enum Pending- Notebook
Instance Status Stopped StoppedNotebookInstanceStatus enum Stopped- Notebook
Instance Status Stopping StoppingNotebookInstanceStatus enum Stopping- Notebook
Instance Status Updating UpdatingNotebookInstanceStatus enum Updating
- Deleting
DeletingNotebookInstanceStatus enum Deleting- Failed
FailedNotebookInstanceStatus enum Failed- In
Service InServiceNotebookInstanceStatus enum InService- Pending
PendingNotebookInstanceStatus enum Pending- Stopped
StoppedNotebookInstanceStatus enum Stopped- Stopping
StoppingNotebookInstanceStatus enum Stopping- Updating
UpdatingNotebookInstanceStatus enum Updating
- Deleting
DeletingNotebookInstanceStatus enum Deleting- Failed
FailedNotebookInstanceStatus enum Failed- In
Service InServiceNotebookInstanceStatus enum InService- Pending
PendingNotebookInstanceStatus enum Pending- Stopped
StoppedNotebookInstanceStatus enum Stopped- Stopping
StoppingNotebookInstanceStatus enum Stopping- Updating
UpdatingNotebookInstanceStatus enum Updating
- DELETING
DeletingNotebookInstanceStatus enum Deleting- FAILED
FailedNotebookInstanceStatus enum Failed- IN_SERVICE
InServiceNotebookInstanceStatus enum InService- PENDING
PendingNotebookInstanceStatus enum Pending- STOPPED
StoppedNotebookInstanceStatus enum Stopped- STOPPING
StoppingNotebookInstanceStatus enum Stopping- UPDATING
UpdatingNotebookInstanceStatus enum Updating
- "Deleting"
DeletingNotebookInstanceStatus enum Deleting- "Failed"
FailedNotebookInstanceStatus enum Failed- "In
Service" InServiceNotebookInstanceStatus enum InService- "Pending"
PendingNotebookInstanceStatus enum Pending- "Stopped"
StoppedNotebookInstanceStatus enum Stopped- "Stopping"
StoppingNotebookInstanceStatus enum Stopping- "Updating"
UpdatingNotebookInstanceStatus enum Updating
NotebookInstanceStatusEnumValue, NotebookInstanceStatusEnumValueArgs
Definition of NotebookInstanceStatusEnumValue- Value
string | Pulumi.
Azure Native. Aws Connector. Notebook Instance Status - Property value
- Value
string | Notebook
Instance Status - Property value
- value
String | Notebook
Instance Status - Property value
- value
string | Notebook
Instance Status - Property value
- value
str | Notebook
Instance Status - Property value
- value
String | "Deleting" | "Failed" | "In
Service" | "Pending" | "Stopped" | "Stopping" | "Updating" - Property value
NotebookInstanceStatusEnumValueResponse, NotebookInstanceStatusEnumValueResponseArgs
Definition of NotebookInstanceStatusEnumValue- Value string
- Property value
- Value string
- Property value
- value String
- Property value
- value string
- Property value
- value str
- Property value
- value String
- Property value
SageMakerNotebookInstanceSummaryProperties, SageMakerNotebookInstanceSummaryPropertiesArgs
Definition of SageMakerNotebookInstanceSummary- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Sage Maker Notebook Instance Summary Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsSage Maker Notebook Instance Summary Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsSage Maker Notebook Instance Summary Properties - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsSage Maker Notebook Instance Summary Properties - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsSage Maker Notebook Instance Summary Properties - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
SageMakerNotebookInstanceSummaryPropertiesResponse, SageMakerNotebookInstanceSummaryPropertiesResponseArgs
Definition of SageMakerNotebookInstanceSummary- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Sage Maker Notebook Instance Summary Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsSage Maker Notebook Instance Summary Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsSage Maker Notebook Instance Summary Properties Response - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- provisioning
State string - The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsSage Maker Notebook Instance Summary Properties Response - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning_
state str - The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsSage Maker Notebook Instance Summary Properties Response - AWS Properties
- aws_
region str - AWS Region
- aws_
source_ strschema - AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_
cloud_ strconnectors_ resource_ id - Public Cloud Connectors Resource ID
- public_
cloud_ strresource_ name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
SystemDataResponse, SystemDataResponseArgs
Metadata pertaining to creation and last modification of the resource.- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:awsconnector:SageMakerNotebookInstanceSummary aoqcxtngqqormdennckxrrafoeh /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/sageMakerNotebookInstanceSummaries/{name}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
