azure-native.awsconnector.SageMakerNotebookInstanceSummary
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST 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/v2"
	"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:
- ResourceGroup 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.
- ResourceGroup 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
SageMaker Notebook Instance Summary Properties Args 
- The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resourceGroup 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
SageMaker Notebook Instance Summary Properties 
- The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resourceGroup 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
SageMaker 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
SageMaker Notebook Instance Summary Properties Args 
- The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resourceGroup 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:
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData 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"
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData 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"
- id String
- The provider-assigned unique ID for this managed resource.
- systemData 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"
- id string
- The provider-assigned unique ID for this managed resource.
- systemData 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"
- 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"
- id String
- The provider-assigned unique ID for this managed resource.
- systemData 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              
- AdditionalCode List<string>Repositories 
- CreationTime string
- DefaultCode stringRepository 
- InstanceType Pulumi.Azure Native. Aws Connector. Inputs. Instance Type Enum Value 
- LastModified stringTime 
- NotebookInstance stringArn 
- NotebookInstance stringLifecycle Config Name 
- NotebookInstance stringName 
- NotebookInstance Pulumi.Status Azure Native. Aws Connector. Inputs. Notebook Instance Status Enum Value 
- Url string
- AdditionalCode []stringRepositories 
- CreationTime string
- DefaultCode stringRepository 
- InstanceType InstanceType Enum Value 
- LastModified stringTime 
- NotebookInstance stringArn 
- NotebookInstance stringLifecycle Config Name 
- NotebookInstance stringName 
- NotebookInstance NotebookStatus Instance Status Enum Value 
- Url string
- additionalCode List<String>Repositories 
- creationTime String
- defaultCode StringRepository 
- instanceType InstanceType Enum Value 
- lastModified StringTime 
- notebookInstance StringArn 
- notebookInstance StringLifecycle Config Name 
- notebookInstance StringName 
- notebookInstance NotebookStatus Instance Status Enum Value 
- url String
- additionalCode string[]Repositories 
- creationTime string
- defaultCode stringRepository 
- instanceType InstanceType Enum Value 
- lastModified stringTime 
- notebookInstance stringArn 
- notebookInstance stringLifecycle Config Name 
- notebookInstance stringName 
- notebookInstance 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
- additionalCode List<String>Repositories 
- creationTime String
- defaultCode StringRepository 
- instanceType Property Map
- lastModified StringTime 
- notebookInstance StringArn 
- notebookInstance StringLifecycle Config Name 
- notebookInstance StringName 
- notebookInstance Property MapStatus 
- url String
AwsSageMakerNotebookInstanceSummaryPropertiesResponse, AwsSageMakerNotebookInstanceSummaryPropertiesResponseArgs                
- AdditionalCode List<string>Repositories 
- CreationTime string
- DefaultCode stringRepository 
- InstanceType Pulumi.Azure Native. Aws Connector. Inputs. Instance Type Enum Value Response 
- LastModified stringTime 
- NotebookInstance stringArn 
- NotebookInstance stringLifecycle Config Name 
- NotebookInstance stringName 
- NotebookInstance Pulumi.Status Azure Native. Aws Connector. Inputs. Notebook Instance Status Enum Value Response 
- Url string
- AdditionalCode []stringRepositories 
- CreationTime string
- DefaultCode stringRepository 
- InstanceType InstanceType Enum Value Response 
- LastModified stringTime 
- NotebookInstance stringArn 
- NotebookInstance stringLifecycle Config Name 
- NotebookInstance stringName 
- NotebookInstance NotebookStatus Instance Status Enum Value Response 
- Url string
- additionalCode List<String>Repositories 
- creationTime String
- defaultCode StringRepository 
- instanceType InstanceType Enum Value Response 
- lastModified StringTime 
- notebookInstance StringArn 
- notebookInstance StringLifecycle Config Name 
- notebookInstance StringName 
- notebookInstance NotebookStatus Instance Status Enum Value Response 
- url String
- additionalCode string[]Repositories 
- creationTime string
- defaultCode stringRepository 
- instanceType InstanceType Enum Value Response 
- lastModified stringTime 
- notebookInstance stringArn 
- notebookInstance stringLifecycle Config Name 
- notebookInstance stringName 
- notebookInstance 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
- additionalCode List<String>Repositories 
- creationTime String
- defaultCode StringRepository 
- instanceType Property Map
- lastModified StringTime 
- notebookInstance StringArn 
- notebookInstance StringLifecycle Config Name 
- notebookInstance StringName 
- notebookInstance Property MapStatus 
- url String
InstanceType, InstanceTypeArgs    
- MlC42xlarge 
- ml.c4.2xlargeInstanceType enum ml.c4.2xlarge
- MlC44xlarge 
- ml.c4.4xlargeInstanceType enum ml.c4.4xlarge
- MlC48xlarge 
- ml.c4.8xlargeInstanceType enum ml.c4.8xlarge
- MlC4Xlarge 
- ml.c4.xlargeInstanceType enum ml.c4.xlarge
- MlC518xlarge 
- ml.c5.18xlargeInstanceType enum ml.c5.18xlarge
- MlC52xlarge 
- ml.c5.2xlargeInstanceType enum ml.c5.2xlarge
- MlC54xlarge 
- ml.c5.4xlargeInstanceType enum ml.c5.4xlarge
- MlC59xlarge 
- ml.c5.9xlargeInstanceType enum ml.c5.9xlarge
- MlC5Xlarge 
- ml.c5.xlargeInstanceType enum ml.c5.xlarge
- MlC5d18xlarge 
- ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge
- MlC5d2xlarge 
- ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge
- MlC5d4xlarge 
- ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge
- MlC5d9xlarge 
- ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge
- MlC5d Xlarge 
- ml.c5d.xlargeInstanceType enum ml.c5d.xlarge
- MlC6i12xlarge 
- ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge
- MlC6i16xlarge 
- ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge
- MlC6i24xlarge 
- ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge
- MlC6i2xlarge 
- ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge
- MlC6i32xlarge 
- ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge
- MlC6i4xlarge 
- ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge
- MlC6i8xlarge 
- ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge
- MlC6i Large 
- ml.c6i.largeInstanceType enum ml.c6i.large
- MlC6i Xlarge 
- ml.c6i.xlargeInstanceType enum ml.c6i.xlarge
- MlC6id12xlarge 
- ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge
- MlC6id16xlarge 
- ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge
- MlC6id24xlarge 
- ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge
- MlC6id2xlarge 
- ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge
- MlC6id32xlarge 
- ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge
- MlC6id4xlarge 
- ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge
- MlC6id8xlarge 
- ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge
- MlC6id Large 
- ml.c6id.largeInstanceType enum ml.c6id.large
- MlC6id Xlarge 
- ml.c6id.xlargeInstanceType enum ml.c6id.xlarge
- MlC7i12xlarge 
- ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge
- MlC7i16xlarge 
- ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge
- MlC7i24xlarge 
- ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge
- MlC7i2xlarge 
- ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge
- MlC7i48xlarge 
- ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge
- MlC7i4xlarge 
- ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge
- MlC7i8xlarge 
- ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge
- MlC7i Large 
- ml.c7i.largeInstanceType enum ml.c7i.large
- MlC7i Xlarge 
- ml.c7i.xlargeInstanceType enum ml.c7i.xlarge
- MlG4dn12xlarge 
- ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge
- MlG4dn16xlarge 
- ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge
- MlG4dn2xlarge 
- ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge
- MlG4dn4xlarge 
- ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge
- MlG4dn8xlarge 
- ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge
- MlG4dn Xlarge 
- ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge
- MlG512xlarge 
- ml.g5.12xlargeInstanceType enum ml.g5.12xlarge
- MlG516xlarge 
- ml.g5.16xlargeInstanceType enum ml.g5.16xlarge
- MlG524xlarge 
- ml.g5.24xlargeInstanceType enum ml.g5.24xlarge
- MlG52xlarge 
- ml.g5.2xlargeInstanceType enum ml.g5.2xlarge
- MlG548xlarge 
- ml.g5.48xlargeInstanceType enum ml.g5.48xlarge
- MlG54xlarge 
- ml.g5.4xlargeInstanceType enum ml.g5.4xlarge
- MlG58xlarge 
- ml.g5.8xlargeInstanceType enum ml.g5.8xlarge
- MlG5Xlarge 
- ml.g5.xlargeInstanceType enum ml.g5.xlarge
- MlInf124xlarge 
- ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge
- MlInf12xlarge 
- ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge
- MlInf16xlarge 
- ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge
- MlInf1Xlarge 
- ml.inf1.xlargeInstanceType enum ml.inf1.xlarge
- MlM410xlarge 
- ml.m4.10xlargeInstanceType enum ml.m4.10xlarge
- MlM416xlarge 
- ml.m4.16xlargeInstanceType enum ml.m4.16xlarge
- MlM42xlarge 
- ml.m4.2xlargeInstanceType enum ml.m4.2xlarge
- MlM44xlarge 
- ml.m4.4xlargeInstanceType enum ml.m4.4xlarge
- MlM4Xlarge 
- ml.m4.xlargeInstanceType enum ml.m4.xlarge
- MlM512xlarge 
- ml.m5.12xlargeInstanceType enum ml.m5.12xlarge
- MlM524xlarge 
- ml.m5.24xlargeInstanceType enum ml.m5.24xlarge
- MlM52xlarge 
- ml.m5.2xlargeInstanceType enum ml.m5.2xlarge
- MlM54xlarge 
- ml.m5.4xlargeInstanceType enum ml.m5.4xlarge
- MlM5Xlarge 
- ml.m5.xlargeInstanceType enum ml.m5.xlarge
- MlM5d12xlarge 
- ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge
- MlM5d16xlarge 
- ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge
- MlM5d24xlarge 
- ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge
- MlM5d2xlarge 
- ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge
- MlM5d4xlarge 
- ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge
- MlM5d8xlarge 
- ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge
- MlM5d Large 
- ml.m5d.largeInstanceType enum ml.m5d.large
- MlM5d Xlarge 
- ml.m5d.xlargeInstanceType enum ml.m5d.xlarge
- MlM6i12xlarge 
- ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge
- MlM6i16xlarge 
- ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge
- MlM6i24xlarge 
- ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge
- MlM6i2xlarge 
- ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge
- MlM6i32xlarge 
- ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge
- MlM6i4xlarge 
- ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge
- MlM6i8xlarge 
- ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge
- MlM6i Large 
- ml.m6i.largeInstanceType enum ml.m6i.large
- MlM6i Xlarge 
- ml.m6i.xlargeInstanceType enum ml.m6i.xlarge
- MlM6id12xlarge 
- ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge
- MlM6id16xlarge 
- ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge
- MlM6id24xlarge 
- ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge
- MlM6id2xlarge 
- ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge
- MlM6id32xlarge 
- ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge
- MlM6id4xlarge 
- ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge
- MlM6id8xlarge 
- ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge
- MlM6id Large 
- ml.m6id.largeInstanceType enum ml.m6id.large
- MlM6id Xlarge 
- ml.m6id.xlargeInstanceType enum ml.m6id.xlarge
- MlM7i12xlarge 
- ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge
- MlM7i16xlarge 
- ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge
- MlM7i24xlarge 
- ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge
- MlM7i2xlarge 
- ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge
- MlM7i48xlarge 
- ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge
- MlM7i4xlarge 
- ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge
- MlM7i8xlarge 
- ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge
- MlM7i Large 
- ml.m7i.largeInstanceType enum ml.m7i.large
- MlM7i Xlarge 
- ml.m7i.xlargeInstanceType enum ml.m7i.xlarge
- MlP216xlarge 
- ml.p2.16xlargeInstanceType enum ml.p2.16xlarge
- MlP28xlarge 
- ml.p2.8xlargeInstanceType enum ml.p2.8xlarge
- MlP2Xlarge 
- ml.p2.xlargeInstanceType enum ml.p2.xlarge
- MlP316xlarge 
- ml.p3.16xlargeInstanceType enum ml.p3.16xlarge
- MlP32xlarge 
- ml.p3.2xlargeInstanceType enum ml.p3.2xlarge
- MlP38xlarge 
- ml.p3.8xlargeInstanceType enum ml.p3.8xlarge
- MlP3dn24xlarge 
- ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge
- MlP4d24xlarge 
- ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge
- MlP4de24xlarge 
- ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge
- MlP548xlarge 
- ml.p5.48xlargeInstanceType enum ml.p5.48xlarge
- MlR512xlarge 
- ml.r5.12xlargeInstanceType enum ml.r5.12xlarge
- MlR516xlarge 
- ml.r5.16xlargeInstanceType enum ml.r5.16xlarge
- MlR524xlarge 
- ml.r5.24xlargeInstanceType enum ml.r5.24xlarge
- MlR52xlarge 
- ml.r5.2xlargeInstanceType enum ml.r5.2xlarge
- MlR54xlarge 
- ml.r5.4xlargeInstanceType enum ml.r5.4xlarge
- MlR58xlarge 
- ml.r5.8xlargeInstanceType enum ml.r5.8xlarge
- MlR5Large 
- ml.r5.largeInstanceType enum ml.r5.large
- MlR5Xlarge 
- ml.r5.xlargeInstanceType enum ml.r5.xlarge
- MlR6i12xlarge 
- ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge
- MlR6i16xlarge 
- ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge
- MlR6i24xlarge 
- ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge
- MlR6i2xlarge 
- ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge
- MlR6i32xlarge 
- ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge
- MlR6i4xlarge 
- ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge
- MlR6i8xlarge 
- ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge
- MlR6i Large 
- ml.r6i.largeInstanceType enum ml.r6i.large
- MlR6i Xlarge 
- ml.r6i.xlargeInstanceType enum ml.r6i.xlarge
- MlR6id12xlarge 
- ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge
- MlR6id16xlarge 
- ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge
- MlR6id24xlarge 
- ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge
- MlR6id2xlarge 
- ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge
- MlR6id32xlarge 
- ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge
- MlR6id4xlarge 
- ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge
- MlR6id8xlarge 
- ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge
- MlR6id Large 
- ml.r6id.largeInstanceType enum ml.r6id.large
- MlR6id Xlarge 
- ml.r6id.xlargeInstanceType enum ml.r6id.xlarge
- MlR7i12xlarge 
- ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge
- MlR7i16xlarge 
- ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge
- MlR7i24xlarge 
- ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge
- MlR7i2xlarge 
- ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge
- MlR7i48xlarge 
- ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge
- MlR7i4xlarge 
- ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge
- MlR7i8xlarge 
- ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge
- MlR7i Large 
- ml.r7i.largeInstanceType enum ml.r7i.large
- MlR7i Xlarge 
- ml.r7i.xlargeInstanceType enum ml.r7i.xlarge
- MlT22xlarge 
- ml.t2.2xlargeInstanceType enum ml.t2.2xlarge
- MlT2Large 
- ml.t2.largeInstanceType enum ml.t2.large
- MlT2Medium 
- ml.t2.mediumInstanceType enum ml.t2.medium
- MlT2Xlarge 
- ml.t2.xlargeInstanceType enum ml.t2.xlarge
- MlT32xlarge 
- ml.t3.2xlargeInstanceType enum ml.t3.2xlarge
- MlT3Large 
- ml.t3.largeInstanceType enum ml.t3.large
- MlT3Medium 
- ml.t3.mediumInstanceType enum ml.t3.medium
- MlT3Xlarge 
- ml.t3.xlargeInstanceType enum ml.t3.xlarge
- InstanceType Ml C42xlarge 
- ml.c4.2xlargeInstanceType enum ml.c4.2xlarge
- InstanceType Ml C44xlarge 
- ml.c4.4xlargeInstanceType enum ml.c4.4xlarge
- InstanceType Ml C48xlarge 
- ml.c4.8xlargeInstanceType enum ml.c4.8xlarge
- InstanceType Ml C4Xlarge 
- ml.c4.xlargeInstanceType enum ml.c4.xlarge
- InstanceType Ml C518xlarge 
- ml.c5.18xlargeInstanceType enum ml.c5.18xlarge
- InstanceType Ml C52xlarge 
- ml.c5.2xlargeInstanceType enum ml.c5.2xlarge
- InstanceType Ml C54xlarge 
- ml.c5.4xlargeInstanceType enum ml.c5.4xlarge
- InstanceType Ml C59xlarge 
- ml.c5.9xlargeInstanceType enum ml.c5.9xlarge
- InstanceType Ml C5Xlarge 
- ml.c5.xlargeInstanceType enum ml.c5.xlarge
- InstanceType Ml C5d18xlarge 
- ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge
- InstanceType Ml C5d2xlarge 
- ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge
- InstanceType Ml C5d4xlarge 
- ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge
- InstanceType Ml C5d9xlarge 
- ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge
- InstanceType Ml C5d Xlarge 
- ml.c5d.xlargeInstanceType enum ml.c5d.xlarge
- InstanceType Ml C6i12xlarge 
- ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge
- InstanceType Ml C6i16xlarge 
- ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge
- InstanceType Ml C6i24xlarge 
- ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge
- InstanceType Ml C6i2xlarge 
- ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge
- InstanceType Ml C6i32xlarge 
- ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge
- InstanceType Ml C6i4xlarge 
- ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge
- InstanceType Ml C6i8xlarge 
- ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge
- InstanceType Ml C6i Large 
- ml.c6i.largeInstanceType enum ml.c6i.large
- InstanceType Ml C6i Xlarge 
- ml.c6i.xlargeInstanceType enum ml.c6i.xlarge
- InstanceType Ml C6id12xlarge 
- ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge
- InstanceType Ml C6id16xlarge 
- ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge
- InstanceType Ml C6id24xlarge 
- ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge
- InstanceType Ml C6id2xlarge 
- ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge
- InstanceType Ml C6id32xlarge 
- ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge
- InstanceType Ml C6id4xlarge 
- ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge
- InstanceType Ml C6id8xlarge 
- ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge
- InstanceType Ml C6id Large 
- ml.c6id.largeInstanceType enum ml.c6id.large
- InstanceType Ml C6id Xlarge 
- ml.c6id.xlargeInstanceType enum ml.c6id.xlarge
- InstanceType Ml C7i12xlarge 
- ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge
- InstanceType Ml C7i16xlarge 
- ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge
- InstanceType Ml C7i24xlarge 
- ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge
- InstanceType Ml C7i2xlarge 
- ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge
- InstanceType Ml C7i48xlarge 
- ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge
- InstanceType Ml C7i4xlarge 
- ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge
- InstanceType Ml C7i8xlarge 
- ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge
- InstanceType Ml C7i Large 
- ml.c7i.largeInstanceType enum ml.c7i.large
- InstanceType Ml C7i Xlarge 
- ml.c7i.xlargeInstanceType enum ml.c7i.xlarge
- InstanceType Ml G4dn12xlarge 
- ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge
- InstanceType Ml G4dn16xlarge 
- ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge
- InstanceType Ml G4dn2xlarge 
- ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge
- InstanceType Ml G4dn4xlarge 
- ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge
- InstanceType Ml G4dn8xlarge 
- ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge
- InstanceType Ml G4dn Xlarge 
- ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge
- InstanceType Ml G512xlarge 
- ml.g5.12xlargeInstanceType enum ml.g5.12xlarge
- InstanceType Ml G516xlarge 
- ml.g5.16xlargeInstanceType enum ml.g5.16xlarge
- InstanceType Ml G524xlarge 
- ml.g5.24xlargeInstanceType enum ml.g5.24xlarge
- InstanceType Ml G52xlarge 
- ml.g5.2xlargeInstanceType enum ml.g5.2xlarge
- InstanceType Ml G548xlarge 
- ml.g5.48xlargeInstanceType enum ml.g5.48xlarge
- InstanceType Ml G54xlarge 
- ml.g5.4xlargeInstanceType enum ml.g5.4xlarge
- InstanceType Ml G58xlarge 
- ml.g5.8xlargeInstanceType enum ml.g5.8xlarge
- InstanceType Ml G5Xlarge 
- ml.g5.xlargeInstanceType enum ml.g5.xlarge
- InstanceType Ml Inf124xlarge 
- ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge
- InstanceType Ml Inf12xlarge 
- ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge
- InstanceType Ml Inf16xlarge 
- ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge
- InstanceType Ml Inf1Xlarge 
- ml.inf1.xlargeInstanceType enum ml.inf1.xlarge
- InstanceType Ml M410xlarge 
- ml.m4.10xlargeInstanceType enum ml.m4.10xlarge
- InstanceType Ml M416xlarge 
- ml.m4.16xlargeInstanceType enum ml.m4.16xlarge
- InstanceType Ml M42xlarge 
- ml.m4.2xlargeInstanceType enum ml.m4.2xlarge
- InstanceType Ml M44xlarge 
- ml.m4.4xlargeInstanceType enum ml.m4.4xlarge
- InstanceType Ml M4Xlarge 
- ml.m4.xlargeInstanceType enum ml.m4.xlarge
- InstanceType Ml M512xlarge 
- ml.m5.12xlargeInstanceType enum ml.m5.12xlarge
- InstanceType Ml M524xlarge 
- ml.m5.24xlargeInstanceType enum ml.m5.24xlarge
- InstanceType Ml M52xlarge 
- ml.m5.2xlargeInstanceType enum ml.m5.2xlarge
- InstanceType Ml M54xlarge 
- ml.m5.4xlargeInstanceType enum ml.m5.4xlarge
- InstanceType Ml M5Xlarge 
- ml.m5.xlargeInstanceType enum ml.m5.xlarge
- InstanceType Ml M5d12xlarge 
- ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge
- InstanceType Ml M5d16xlarge 
- ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge
- InstanceType Ml M5d24xlarge 
- ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge
- InstanceType Ml M5d2xlarge 
- ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge
- InstanceType Ml M5d4xlarge 
- ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge
- InstanceType Ml M5d8xlarge 
- ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge
- InstanceType Ml M5d Large 
- ml.m5d.largeInstanceType enum ml.m5d.large
- InstanceType Ml M5d Xlarge 
- ml.m5d.xlargeInstanceType enum ml.m5d.xlarge
- InstanceType Ml M6i12xlarge 
- ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge
- InstanceType Ml M6i16xlarge 
- ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge
- InstanceType Ml M6i24xlarge 
- ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge
- InstanceType Ml M6i2xlarge 
- ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge
- InstanceType Ml M6i32xlarge 
- ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge
- InstanceType Ml M6i4xlarge 
- ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge
- InstanceType Ml M6i8xlarge 
- ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge
- InstanceType Ml M6i Large 
- ml.m6i.largeInstanceType enum ml.m6i.large
- InstanceType Ml M6i Xlarge 
- ml.m6i.xlargeInstanceType enum ml.m6i.xlarge
- InstanceType Ml M6id12xlarge 
- ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge
- InstanceType Ml M6id16xlarge 
- ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge
- InstanceType Ml M6id24xlarge 
- ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge
- InstanceType Ml M6id2xlarge 
- ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge
- InstanceType Ml M6id32xlarge 
- ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge
- InstanceType Ml M6id4xlarge 
- ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge
- InstanceType Ml M6id8xlarge 
- ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge
- InstanceType Ml M6id Large 
- ml.m6id.largeInstanceType enum ml.m6id.large
- InstanceType Ml M6id Xlarge 
- ml.m6id.xlargeInstanceType enum ml.m6id.xlarge
- InstanceType Ml M7i12xlarge 
- ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge
- InstanceType Ml M7i16xlarge 
- ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge
- InstanceType Ml M7i24xlarge 
- ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge
- InstanceType Ml M7i2xlarge 
- ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge
- InstanceType Ml M7i48xlarge 
- ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge
- InstanceType Ml M7i4xlarge 
- ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge
- InstanceType Ml M7i8xlarge 
- ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge
- InstanceType Ml M7i Large 
- ml.m7i.largeInstanceType enum ml.m7i.large
- InstanceType Ml M7i Xlarge 
- ml.m7i.xlargeInstanceType enum ml.m7i.xlarge
- InstanceType Ml P216xlarge 
- ml.p2.16xlargeInstanceType enum ml.p2.16xlarge
- InstanceType Ml P28xlarge 
- ml.p2.8xlargeInstanceType enum ml.p2.8xlarge
- InstanceType Ml P2Xlarge 
- ml.p2.xlargeInstanceType enum ml.p2.xlarge
- InstanceType Ml P316xlarge 
- ml.p3.16xlargeInstanceType enum ml.p3.16xlarge
- InstanceType Ml P32xlarge 
- ml.p3.2xlargeInstanceType enum ml.p3.2xlarge
- InstanceType Ml P38xlarge 
- ml.p3.8xlargeInstanceType enum ml.p3.8xlarge
- InstanceType Ml P3dn24xlarge 
- ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge
- InstanceType Ml P4d24xlarge 
- ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge
- InstanceType Ml P4de24xlarge 
- ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge
- InstanceType Ml P548xlarge 
- ml.p5.48xlargeInstanceType enum ml.p5.48xlarge
- InstanceType Ml R512xlarge 
- ml.r5.12xlargeInstanceType enum ml.r5.12xlarge
- InstanceType Ml R516xlarge 
- ml.r5.16xlargeInstanceType enum ml.r5.16xlarge
- InstanceType Ml R524xlarge 
- ml.r5.24xlargeInstanceType enum ml.r5.24xlarge
- InstanceType Ml R52xlarge 
- ml.r5.2xlargeInstanceType enum ml.r5.2xlarge
- InstanceType Ml R54xlarge 
- ml.r5.4xlargeInstanceType enum ml.r5.4xlarge
- InstanceType Ml R58xlarge 
- ml.r5.8xlargeInstanceType enum ml.r5.8xlarge
- InstanceType Ml R5Large 
- ml.r5.largeInstanceType enum ml.r5.large
- InstanceType Ml R5Xlarge 
- ml.r5.xlargeInstanceType enum ml.r5.xlarge
- InstanceType Ml R6i12xlarge 
- ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge
- InstanceType Ml R6i16xlarge 
- ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge
- InstanceType Ml R6i24xlarge 
- ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge
- InstanceType Ml R6i2xlarge 
- ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge
- InstanceType Ml R6i32xlarge 
- ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge
- InstanceType Ml R6i4xlarge 
- ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge
- InstanceType Ml R6i8xlarge 
- ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge
- InstanceType Ml R6i Large 
- ml.r6i.largeInstanceType enum ml.r6i.large
- InstanceType Ml R6i Xlarge 
- ml.r6i.xlargeInstanceType enum ml.r6i.xlarge
- InstanceType Ml R6id12xlarge 
- ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge
- InstanceType Ml R6id16xlarge 
- ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge
- InstanceType Ml R6id24xlarge 
- ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge
- InstanceType Ml R6id2xlarge 
- ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge
- InstanceType Ml R6id32xlarge 
- ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge
- InstanceType Ml R6id4xlarge 
- ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge
- InstanceType Ml R6id8xlarge 
- ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge
- InstanceType Ml R6id Large 
- ml.r6id.largeInstanceType enum ml.r6id.large
- InstanceType Ml R6id Xlarge 
- ml.r6id.xlargeInstanceType enum ml.r6id.xlarge
- InstanceType Ml R7i12xlarge 
- ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge
- InstanceType Ml R7i16xlarge 
- ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge
- InstanceType Ml R7i24xlarge 
- ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge
- InstanceType Ml R7i2xlarge 
- ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge
- InstanceType Ml R7i48xlarge 
- ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge
- InstanceType Ml R7i4xlarge 
- ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge
- InstanceType Ml R7i8xlarge 
- ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge
- InstanceType Ml R7i Large 
- ml.r7i.largeInstanceType enum ml.r7i.large
- InstanceType Ml R7i Xlarge 
- ml.r7i.xlargeInstanceType enum ml.r7i.xlarge
- InstanceType Ml T22xlarge 
- ml.t2.2xlargeInstanceType enum ml.t2.2xlarge
- InstanceType Ml T2Large 
- ml.t2.largeInstanceType enum ml.t2.large
- InstanceType Ml T2Medium 
- ml.t2.mediumInstanceType enum ml.t2.medium
- InstanceType Ml T2Xlarge 
- ml.t2.xlargeInstanceType enum ml.t2.xlarge
- InstanceType Ml T32xlarge 
- ml.t3.2xlargeInstanceType enum ml.t3.2xlarge
- InstanceType Ml T3Large 
- ml.t3.largeInstanceType enum ml.t3.large
- InstanceType Ml T3Medium 
- ml.t3.mediumInstanceType enum ml.t3.medium
- InstanceType Ml T3Xlarge 
- ml.t3.xlargeInstanceType enum ml.t3.xlarge
- MlC42xlarge 
- ml.c4.2xlargeInstanceType enum ml.c4.2xlarge
- MlC44xlarge 
- ml.c4.4xlargeInstanceType enum ml.c4.4xlarge
- MlC48xlarge 
- ml.c4.8xlargeInstanceType enum ml.c4.8xlarge
- MlC4Xlarge 
- ml.c4.xlargeInstanceType enum ml.c4.xlarge
- MlC518xlarge 
- ml.c5.18xlargeInstanceType enum ml.c5.18xlarge
- MlC52xlarge 
- ml.c5.2xlargeInstanceType enum ml.c5.2xlarge
- MlC54xlarge 
- ml.c5.4xlargeInstanceType enum ml.c5.4xlarge
- MlC59xlarge 
- ml.c5.9xlargeInstanceType enum ml.c5.9xlarge
- MlC5Xlarge 
- ml.c5.xlargeInstanceType enum ml.c5.xlarge
- MlC5d18xlarge 
- ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge
- MlC5d2xlarge 
- ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge
- MlC5d4xlarge 
- ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge
- MlC5d9xlarge 
- ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge
- MlC5d Xlarge 
- ml.c5d.xlargeInstanceType enum ml.c5d.xlarge
- MlC6i12xlarge 
- ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge
- MlC6i16xlarge 
- ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge
- MlC6i24xlarge 
- ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge
- MlC6i2xlarge 
- ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge
- MlC6i32xlarge 
- ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge
- MlC6i4xlarge 
- ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge
- MlC6i8xlarge 
- ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge
- MlC6i Large 
- ml.c6i.largeInstanceType enum ml.c6i.large
- MlC6i Xlarge 
- ml.c6i.xlargeInstanceType enum ml.c6i.xlarge
- MlC6id12xlarge 
- ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge
- MlC6id16xlarge 
- ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge
- MlC6id24xlarge 
- ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge
- MlC6id2xlarge 
- ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge
- MlC6id32xlarge 
- ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge
- MlC6id4xlarge 
- ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge
- MlC6id8xlarge 
- ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge
- MlC6id Large 
- ml.c6id.largeInstanceType enum ml.c6id.large
- MlC6id Xlarge 
- ml.c6id.xlargeInstanceType enum ml.c6id.xlarge
- MlC7i12xlarge 
- ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge
- MlC7i16xlarge 
- ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge
- MlC7i24xlarge 
- ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge
- MlC7i2xlarge 
- ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge
- MlC7i48xlarge 
- ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge
- MlC7i4xlarge 
- ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge
- MlC7i8xlarge 
- ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge
- MlC7i Large 
- ml.c7i.largeInstanceType enum ml.c7i.large
- MlC7i Xlarge 
- ml.c7i.xlargeInstanceType enum ml.c7i.xlarge
- MlG4dn12xlarge 
- ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge
- MlG4dn16xlarge 
- ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge
- MlG4dn2xlarge 
- ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge
- MlG4dn4xlarge 
- ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge
- MlG4dn8xlarge 
- ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge
- MlG4dn Xlarge 
- ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge
- MlG512xlarge 
- ml.g5.12xlargeInstanceType enum ml.g5.12xlarge
- MlG516xlarge 
- ml.g5.16xlargeInstanceType enum ml.g5.16xlarge
- MlG524xlarge 
- ml.g5.24xlargeInstanceType enum ml.g5.24xlarge
- MlG52xlarge 
- ml.g5.2xlargeInstanceType enum ml.g5.2xlarge
- MlG548xlarge 
- ml.g5.48xlargeInstanceType enum ml.g5.48xlarge
- MlG54xlarge 
- ml.g5.4xlargeInstanceType enum ml.g5.4xlarge
- MlG58xlarge 
- ml.g5.8xlargeInstanceType enum ml.g5.8xlarge
- MlG5Xlarge 
- ml.g5.xlargeInstanceType enum ml.g5.xlarge
- MlInf124xlarge 
- ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge
- MlInf12xlarge 
- ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge
- MlInf16xlarge 
- ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge
- MlInf1Xlarge 
- ml.inf1.xlargeInstanceType enum ml.inf1.xlarge
- MlM410xlarge 
- ml.m4.10xlargeInstanceType enum ml.m4.10xlarge
- MlM416xlarge 
- ml.m4.16xlargeInstanceType enum ml.m4.16xlarge
- MlM42xlarge 
- ml.m4.2xlargeInstanceType enum ml.m4.2xlarge
- MlM44xlarge 
- ml.m4.4xlargeInstanceType enum ml.m4.4xlarge
- MlM4Xlarge 
- ml.m4.xlargeInstanceType enum ml.m4.xlarge
- MlM512xlarge 
- ml.m5.12xlargeInstanceType enum ml.m5.12xlarge
- MlM524xlarge 
- ml.m5.24xlargeInstanceType enum ml.m5.24xlarge
- MlM52xlarge 
- ml.m5.2xlargeInstanceType enum ml.m5.2xlarge
- MlM54xlarge 
- ml.m5.4xlargeInstanceType enum ml.m5.4xlarge
- MlM5Xlarge 
- ml.m5.xlargeInstanceType enum ml.m5.xlarge
- MlM5d12xlarge 
- ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge
- MlM5d16xlarge 
- ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge
- MlM5d24xlarge 
- ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge
- MlM5d2xlarge 
- ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge
- MlM5d4xlarge 
- ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge
- MlM5d8xlarge 
- ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge
- MlM5d Large 
- ml.m5d.largeInstanceType enum ml.m5d.large
- MlM5d Xlarge 
- ml.m5d.xlargeInstanceType enum ml.m5d.xlarge
- MlM6i12xlarge 
- ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge
- MlM6i16xlarge 
- ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge
- MlM6i24xlarge 
- ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge
- MlM6i2xlarge 
- ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge
- MlM6i32xlarge 
- ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge
- MlM6i4xlarge 
- ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge
- MlM6i8xlarge 
- ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge
- MlM6i Large 
- ml.m6i.largeInstanceType enum ml.m6i.large
- MlM6i Xlarge 
- ml.m6i.xlargeInstanceType enum ml.m6i.xlarge
- MlM6id12xlarge 
- ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge
- MlM6id16xlarge 
- ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge
- MlM6id24xlarge 
- ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge
- MlM6id2xlarge 
- ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge
- MlM6id32xlarge 
- ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge
- MlM6id4xlarge 
- ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge
- MlM6id8xlarge 
- ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge
- MlM6id Large 
- ml.m6id.largeInstanceType enum ml.m6id.large
- MlM6id Xlarge 
- ml.m6id.xlargeInstanceType enum ml.m6id.xlarge
- MlM7i12xlarge 
- ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge
- MlM7i16xlarge 
- ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge
- MlM7i24xlarge 
- ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge
- MlM7i2xlarge 
- ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge
- MlM7i48xlarge 
- ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge
- MlM7i4xlarge 
- ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge
- MlM7i8xlarge 
- ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge
- MlM7i Large 
- ml.m7i.largeInstanceType enum ml.m7i.large
- MlM7i Xlarge 
- ml.m7i.xlargeInstanceType enum ml.m7i.xlarge
- MlP216xlarge 
- ml.p2.16xlargeInstanceType enum ml.p2.16xlarge
- MlP28xlarge 
- ml.p2.8xlargeInstanceType enum ml.p2.8xlarge
- MlP2Xlarge 
- ml.p2.xlargeInstanceType enum ml.p2.xlarge
- MlP316xlarge 
- ml.p3.16xlargeInstanceType enum ml.p3.16xlarge
- MlP32xlarge 
- ml.p3.2xlargeInstanceType enum ml.p3.2xlarge
- MlP38xlarge 
- ml.p3.8xlargeInstanceType enum ml.p3.8xlarge
- MlP3dn24xlarge 
- ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge
- MlP4d24xlarge 
- ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge
- MlP4de24xlarge 
- ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge
- MlP548xlarge 
- ml.p5.48xlargeInstanceType enum ml.p5.48xlarge
- MlR512xlarge 
- ml.r5.12xlargeInstanceType enum ml.r5.12xlarge
- MlR516xlarge 
- ml.r5.16xlargeInstanceType enum ml.r5.16xlarge
- MlR524xlarge 
- ml.r5.24xlargeInstanceType enum ml.r5.24xlarge
- MlR52xlarge 
- ml.r5.2xlargeInstanceType enum ml.r5.2xlarge
- MlR54xlarge 
- ml.r5.4xlargeInstanceType enum ml.r5.4xlarge
- MlR58xlarge 
- ml.r5.8xlargeInstanceType enum ml.r5.8xlarge
- MlR5Large 
- ml.r5.largeInstanceType enum ml.r5.large
- MlR5Xlarge 
- ml.r5.xlargeInstanceType enum ml.r5.xlarge
- MlR6i12xlarge 
- ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge
- MlR6i16xlarge 
- ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge
- MlR6i24xlarge 
- ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge
- MlR6i2xlarge 
- ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge
- MlR6i32xlarge 
- ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge
- MlR6i4xlarge 
- ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge
- MlR6i8xlarge 
- ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge
- MlR6i Large 
- ml.r6i.largeInstanceType enum ml.r6i.large
- MlR6i Xlarge 
- ml.r6i.xlargeInstanceType enum ml.r6i.xlarge
- MlR6id12xlarge 
- ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge
- MlR6id16xlarge 
- ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge
- MlR6id24xlarge 
- ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge
- MlR6id2xlarge 
- ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge
- MlR6id32xlarge 
- ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge
- MlR6id4xlarge 
- ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge
- MlR6id8xlarge 
- ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge
- MlR6id Large 
- ml.r6id.largeInstanceType enum ml.r6id.large
- MlR6id Xlarge 
- ml.r6id.xlargeInstanceType enum ml.r6id.xlarge
- MlR7i12xlarge 
- ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge
- MlR7i16xlarge 
- ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge
- MlR7i24xlarge 
- ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge
- MlR7i2xlarge 
- ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge
- MlR7i48xlarge 
- ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge
- MlR7i4xlarge 
- ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge
- MlR7i8xlarge 
- ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge
- MlR7i Large 
- ml.r7i.largeInstanceType enum ml.r7i.large
- MlR7i Xlarge 
- ml.r7i.xlargeInstanceType enum ml.r7i.xlarge
- MlT22xlarge 
- ml.t2.2xlargeInstanceType enum ml.t2.2xlarge
- MlT2Large 
- ml.t2.largeInstanceType enum ml.t2.large
- MlT2Medium 
- ml.t2.mediumInstanceType enum ml.t2.medium
- MlT2Xlarge 
- ml.t2.xlargeInstanceType enum ml.t2.xlarge
- MlT32xlarge 
- ml.t3.2xlargeInstanceType enum ml.t3.2xlarge
- MlT3Large 
- ml.t3.largeInstanceType enum ml.t3.large
- MlT3Medium 
- ml.t3.mediumInstanceType enum ml.t3.medium
- MlT3Xlarge 
- ml.t3.xlargeInstanceType enum ml.t3.xlarge
- MlC42xlarge 
- ml.c4.2xlargeInstanceType enum ml.c4.2xlarge
- MlC44xlarge 
- ml.c4.4xlargeInstanceType enum ml.c4.4xlarge
- MlC48xlarge 
- ml.c4.8xlargeInstanceType enum ml.c4.8xlarge
- MlC4Xlarge 
- ml.c4.xlargeInstanceType enum ml.c4.xlarge
- MlC518xlarge 
- ml.c5.18xlargeInstanceType enum ml.c5.18xlarge
- MlC52xlarge 
- ml.c5.2xlargeInstanceType enum ml.c5.2xlarge
- MlC54xlarge 
- ml.c5.4xlargeInstanceType enum ml.c5.4xlarge
- MlC59xlarge 
- ml.c5.9xlargeInstanceType enum ml.c5.9xlarge
- MlC5Xlarge 
- ml.c5.xlargeInstanceType enum ml.c5.xlarge
- MlC5d18xlarge 
- ml.c5d.18xlargeInstanceType enum ml.c5d.18xlarge
- MlC5d2xlarge 
- ml.c5d.2xlargeInstanceType enum ml.c5d.2xlarge
- MlC5d4xlarge 
- ml.c5d.4xlargeInstanceType enum ml.c5d.4xlarge
- MlC5d9xlarge 
- ml.c5d.9xlargeInstanceType enum ml.c5d.9xlarge
- MlC5d Xlarge 
- ml.c5d.xlargeInstanceType enum ml.c5d.xlarge
- MlC6i12xlarge 
- ml.c6i.12xlargeInstanceType enum ml.c6i.12xlarge
- MlC6i16xlarge 
- ml.c6i.16xlargeInstanceType enum ml.c6i.16xlarge
- MlC6i24xlarge 
- ml.c6i.24xlargeInstanceType enum ml.c6i.24xlarge
- MlC6i2xlarge 
- ml.c6i.2xlargeInstanceType enum ml.c6i.2xlarge
- MlC6i32xlarge 
- ml.c6i.32xlargeInstanceType enum ml.c6i.32xlarge
- MlC6i4xlarge 
- ml.c6i.4xlargeInstanceType enum ml.c6i.4xlarge
- MlC6i8xlarge 
- ml.c6i.8xlargeInstanceType enum ml.c6i.8xlarge
- MlC6i Large 
- ml.c6i.largeInstanceType enum ml.c6i.large
- MlC6i Xlarge 
- ml.c6i.xlargeInstanceType enum ml.c6i.xlarge
- MlC6id12xlarge 
- ml.c6id.12xlargeInstanceType enum ml.c6id.12xlarge
- MlC6id16xlarge 
- ml.c6id.16xlargeInstanceType enum ml.c6id.16xlarge
- MlC6id24xlarge 
- ml.c6id.24xlargeInstanceType enum ml.c6id.24xlarge
- MlC6id2xlarge 
- ml.c6id.2xlargeInstanceType enum ml.c6id.2xlarge
- MlC6id32xlarge 
- ml.c6id.32xlargeInstanceType enum ml.c6id.32xlarge
- MlC6id4xlarge 
- ml.c6id.4xlargeInstanceType enum ml.c6id.4xlarge
- MlC6id8xlarge 
- ml.c6id.8xlargeInstanceType enum ml.c6id.8xlarge
- MlC6id Large 
- ml.c6id.largeInstanceType enum ml.c6id.large
- MlC6id Xlarge 
- ml.c6id.xlargeInstanceType enum ml.c6id.xlarge
- MlC7i12xlarge 
- ml.c7i.12xlargeInstanceType enum ml.c7i.12xlarge
- MlC7i16xlarge 
- ml.c7i.16xlargeInstanceType enum ml.c7i.16xlarge
- MlC7i24xlarge 
- ml.c7i.24xlargeInstanceType enum ml.c7i.24xlarge
- MlC7i2xlarge 
- ml.c7i.2xlargeInstanceType enum ml.c7i.2xlarge
- MlC7i48xlarge 
- ml.c7i.48xlargeInstanceType enum ml.c7i.48xlarge
- MlC7i4xlarge 
- ml.c7i.4xlargeInstanceType enum ml.c7i.4xlarge
- MlC7i8xlarge 
- ml.c7i.8xlargeInstanceType enum ml.c7i.8xlarge
- MlC7i Large 
- ml.c7i.largeInstanceType enum ml.c7i.large
- MlC7i Xlarge 
- ml.c7i.xlargeInstanceType enum ml.c7i.xlarge
- MlG4dn12xlarge 
- ml.g4dn.12xlargeInstanceType enum ml.g4dn.12xlarge
- MlG4dn16xlarge 
- ml.g4dn.16xlargeInstanceType enum ml.g4dn.16xlarge
- MlG4dn2xlarge 
- ml.g4dn.2xlargeInstanceType enum ml.g4dn.2xlarge
- MlG4dn4xlarge 
- ml.g4dn.4xlargeInstanceType enum ml.g4dn.4xlarge
- MlG4dn8xlarge 
- ml.g4dn.8xlargeInstanceType enum ml.g4dn.8xlarge
- MlG4dn Xlarge 
- ml.g4dn.xlargeInstanceType enum ml.g4dn.xlarge
- MlG512xlarge 
- ml.g5.12xlargeInstanceType enum ml.g5.12xlarge
- MlG516xlarge 
- ml.g5.16xlargeInstanceType enum ml.g5.16xlarge
- MlG524xlarge 
- ml.g5.24xlargeInstanceType enum ml.g5.24xlarge
- MlG52xlarge 
- ml.g5.2xlargeInstanceType enum ml.g5.2xlarge
- MlG548xlarge 
- ml.g5.48xlargeInstanceType enum ml.g5.48xlarge
- MlG54xlarge 
- ml.g5.4xlargeInstanceType enum ml.g5.4xlarge
- MlG58xlarge 
- ml.g5.8xlargeInstanceType enum ml.g5.8xlarge
- MlG5Xlarge 
- ml.g5.xlargeInstanceType enum ml.g5.xlarge
- MlInf124xlarge 
- ml.inf1.24xlargeInstanceType enum ml.inf1.24xlarge
- MlInf12xlarge 
- ml.inf1.2xlargeInstanceType enum ml.inf1.2xlarge
- MlInf16xlarge 
- ml.inf1.6xlargeInstanceType enum ml.inf1.6xlarge
- MlInf1Xlarge 
- ml.inf1.xlargeInstanceType enum ml.inf1.xlarge
- MlM410xlarge 
- ml.m4.10xlargeInstanceType enum ml.m4.10xlarge
- MlM416xlarge 
- ml.m4.16xlargeInstanceType enum ml.m4.16xlarge
- MlM42xlarge 
- ml.m4.2xlargeInstanceType enum ml.m4.2xlarge
- MlM44xlarge 
- ml.m4.4xlargeInstanceType enum ml.m4.4xlarge
- MlM4Xlarge 
- ml.m4.xlargeInstanceType enum ml.m4.xlarge
- MlM512xlarge 
- ml.m5.12xlargeInstanceType enum ml.m5.12xlarge
- MlM524xlarge 
- ml.m5.24xlargeInstanceType enum ml.m5.24xlarge
- MlM52xlarge 
- ml.m5.2xlargeInstanceType enum ml.m5.2xlarge
- MlM54xlarge 
- ml.m5.4xlargeInstanceType enum ml.m5.4xlarge
- MlM5Xlarge 
- ml.m5.xlargeInstanceType enum ml.m5.xlarge
- MlM5d12xlarge 
- ml.m5d.12xlargeInstanceType enum ml.m5d.12xlarge
- MlM5d16xlarge 
- ml.m5d.16xlargeInstanceType enum ml.m5d.16xlarge
- MlM5d24xlarge 
- ml.m5d.24xlargeInstanceType enum ml.m5d.24xlarge
- MlM5d2xlarge 
- ml.m5d.2xlargeInstanceType enum ml.m5d.2xlarge
- MlM5d4xlarge 
- ml.m5d.4xlargeInstanceType enum ml.m5d.4xlarge
- MlM5d8xlarge 
- ml.m5d.8xlargeInstanceType enum ml.m5d.8xlarge
- MlM5d Large 
- ml.m5d.largeInstanceType enum ml.m5d.large
- MlM5d Xlarge 
- ml.m5d.xlargeInstanceType enum ml.m5d.xlarge
- MlM6i12xlarge 
- ml.m6i.12xlargeInstanceType enum ml.m6i.12xlarge
- MlM6i16xlarge 
- ml.m6i.16xlargeInstanceType enum ml.m6i.16xlarge
- MlM6i24xlarge 
- ml.m6i.24xlargeInstanceType enum ml.m6i.24xlarge
- MlM6i2xlarge 
- ml.m6i.2xlargeInstanceType enum ml.m6i.2xlarge
- MlM6i32xlarge 
- ml.m6i.32xlargeInstanceType enum ml.m6i.32xlarge
- MlM6i4xlarge 
- ml.m6i.4xlargeInstanceType enum ml.m6i.4xlarge
- MlM6i8xlarge 
- ml.m6i.8xlargeInstanceType enum ml.m6i.8xlarge
- MlM6i Large 
- ml.m6i.largeInstanceType enum ml.m6i.large
- MlM6i Xlarge 
- ml.m6i.xlargeInstanceType enum ml.m6i.xlarge
- MlM6id12xlarge 
- ml.m6id.12xlargeInstanceType enum ml.m6id.12xlarge
- MlM6id16xlarge 
- ml.m6id.16xlargeInstanceType enum ml.m6id.16xlarge
- MlM6id24xlarge 
- ml.m6id.24xlargeInstanceType enum ml.m6id.24xlarge
- MlM6id2xlarge 
- ml.m6id.2xlargeInstanceType enum ml.m6id.2xlarge
- MlM6id32xlarge 
- ml.m6id.32xlargeInstanceType enum ml.m6id.32xlarge
- MlM6id4xlarge 
- ml.m6id.4xlargeInstanceType enum ml.m6id.4xlarge
- MlM6id8xlarge 
- ml.m6id.8xlargeInstanceType enum ml.m6id.8xlarge
- MlM6id Large 
- ml.m6id.largeInstanceType enum ml.m6id.large
- MlM6id Xlarge 
- ml.m6id.xlargeInstanceType enum ml.m6id.xlarge
- MlM7i12xlarge 
- ml.m7i.12xlargeInstanceType enum ml.m7i.12xlarge
- MlM7i16xlarge 
- ml.m7i.16xlargeInstanceType enum ml.m7i.16xlarge
- MlM7i24xlarge 
- ml.m7i.24xlargeInstanceType enum ml.m7i.24xlarge
- MlM7i2xlarge 
- ml.m7i.2xlargeInstanceType enum ml.m7i.2xlarge
- MlM7i48xlarge 
- ml.m7i.48xlargeInstanceType enum ml.m7i.48xlarge
- MlM7i4xlarge 
- ml.m7i.4xlargeInstanceType enum ml.m7i.4xlarge
- MlM7i8xlarge 
- ml.m7i.8xlargeInstanceType enum ml.m7i.8xlarge
- MlM7i Large 
- ml.m7i.largeInstanceType enum ml.m7i.large
- MlM7i Xlarge 
- ml.m7i.xlargeInstanceType enum ml.m7i.xlarge
- MlP216xlarge 
- ml.p2.16xlargeInstanceType enum ml.p2.16xlarge
- MlP28xlarge 
- ml.p2.8xlargeInstanceType enum ml.p2.8xlarge
- MlP2Xlarge 
- ml.p2.xlargeInstanceType enum ml.p2.xlarge
- MlP316xlarge 
- ml.p3.16xlargeInstanceType enum ml.p3.16xlarge
- MlP32xlarge 
- ml.p3.2xlargeInstanceType enum ml.p3.2xlarge
- MlP38xlarge 
- ml.p3.8xlargeInstanceType enum ml.p3.8xlarge
- MlP3dn24xlarge 
- ml.p3dn.24xlargeInstanceType enum ml.p3dn.24xlarge
- MlP4d24xlarge 
- ml.p4d.24xlargeInstanceType enum ml.p4d.24xlarge
- MlP4de24xlarge 
- ml.p4de.24xlargeInstanceType enum ml.p4de.24xlarge
- MlP548xlarge 
- ml.p5.48xlargeInstanceType enum ml.p5.48xlarge
- MlR512xlarge 
- ml.r5.12xlargeInstanceType enum ml.r5.12xlarge
- MlR516xlarge 
- ml.r5.16xlargeInstanceType enum ml.r5.16xlarge
- MlR524xlarge 
- ml.r5.24xlargeInstanceType enum ml.r5.24xlarge
- MlR52xlarge 
- ml.r5.2xlargeInstanceType enum ml.r5.2xlarge
- MlR54xlarge 
- ml.r5.4xlargeInstanceType enum ml.r5.4xlarge
- MlR58xlarge 
- ml.r5.8xlargeInstanceType enum ml.r5.8xlarge
- MlR5Large 
- ml.r5.largeInstanceType enum ml.r5.large
- MlR5Xlarge 
- ml.r5.xlargeInstanceType enum ml.r5.xlarge
- MlR6i12xlarge 
- ml.r6i.12xlargeInstanceType enum ml.r6i.12xlarge
- MlR6i16xlarge 
- ml.r6i.16xlargeInstanceType enum ml.r6i.16xlarge
- MlR6i24xlarge 
- ml.r6i.24xlargeInstanceType enum ml.r6i.24xlarge
- MlR6i2xlarge 
- ml.r6i.2xlargeInstanceType enum ml.r6i.2xlarge
- MlR6i32xlarge 
- ml.r6i.32xlargeInstanceType enum ml.r6i.32xlarge
- MlR6i4xlarge 
- ml.r6i.4xlargeInstanceType enum ml.r6i.4xlarge
- MlR6i8xlarge 
- ml.r6i.8xlargeInstanceType enum ml.r6i.8xlarge
- MlR6i Large 
- ml.r6i.largeInstanceType enum ml.r6i.large
- MlR6i Xlarge 
- ml.r6i.xlargeInstanceType enum ml.r6i.xlarge
- MlR6id12xlarge 
- ml.r6id.12xlargeInstanceType enum ml.r6id.12xlarge
- MlR6id16xlarge 
- ml.r6id.16xlargeInstanceType enum ml.r6id.16xlarge
- MlR6id24xlarge 
- ml.r6id.24xlargeInstanceType enum ml.r6id.24xlarge
- MlR6id2xlarge 
- ml.r6id.2xlargeInstanceType enum ml.r6id.2xlarge
- MlR6id32xlarge 
- ml.r6id.32xlargeInstanceType enum ml.r6id.32xlarge
- MlR6id4xlarge 
- ml.r6id.4xlargeInstanceType enum ml.r6id.4xlarge
- MlR6id8xlarge 
- ml.r6id.8xlargeInstanceType enum ml.r6id.8xlarge
- MlR6id Large 
- ml.r6id.largeInstanceType enum ml.r6id.large
- MlR6id Xlarge 
- ml.r6id.xlargeInstanceType enum ml.r6id.xlarge
- MlR7i12xlarge 
- ml.r7i.12xlargeInstanceType enum ml.r7i.12xlarge
- MlR7i16xlarge 
- ml.r7i.16xlargeInstanceType enum ml.r7i.16xlarge
- MlR7i24xlarge 
- ml.r7i.24xlargeInstanceType enum ml.r7i.24xlarge
- MlR7i2xlarge 
- ml.r7i.2xlargeInstanceType enum ml.r7i.2xlarge
- MlR7i48xlarge 
- ml.r7i.48xlargeInstanceType enum ml.r7i.48xlarge
- MlR7i4xlarge 
- ml.r7i.4xlargeInstanceType enum ml.r7i.4xlarge
- MlR7i8xlarge 
- ml.r7i.8xlargeInstanceType enum ml.r7i.8xlarge
- MlR7i Large 
- ml.r7i.largeInstanceType enum ml.r7i.large
- MlR7i Xlarge 
- ml.r7i.xlargeInstanceType enum ml.r7i.xlarge
- MlT22xlarge 
- ml.t2.2xlargeInstanceType enum ml.t2.2xlarge
- MlT2Large 
- ml.t2.largeInstanceType enum ml.t2.large
- MlT2Medium 
- ml.t2.mediumInstanceType enum ml.t2.medium
- MlT2Xlarge 
- ml.t2.xlargeInstanceType enum ml.t2.xlarge
- MlT32xlarge 
- ml.t3.2xlargeInstanceType enum ml.t3.2xlarge
- MlT3Large 
- ml.t3.largeInstanceType enum ml.t3.large
- MlT3Medium 
- ml.t3.mediumInstanceType enum ml.t3.medium
- MlT3Xlarge 
- 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        
- Value
string | Pulumi.Azure Native. Aws Connector. Instance Type 
- Property value
- Value
string | InstanceType 
- Property value
- value
String | InstanceType 
- Property value
- value
string | InstanceType 
- Property value
- value
str | InstanceType 
- 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          
- 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
- InService 
- InServiceNotebookInstanceStatus enum InService
- Pending
- PendingNotebookInstanceStatus enum Pending
- Stopped
- StoppedNotebookInstanceStatus enum Stopped
- Stopping
- StoppingNotebookInstanceStatus enum Stopping
- Updating
- UpdatingNotebookInstanceStatus enum Updating
- NotebookInstance Status Deleting 
- DeletingNotebookInstanceStatus enum Deleting
- NotebookInstance Status Failed 
- FailedNotebookInstanceStatus enum Failed
- NotebookInstance Status In Service 
- InServiceNotebookInstanceStatus enum InService
- NotebookInstance Status Pending 
- PendingNotebookInstanceStatus enum Pending
- NotebookInstance Status Stopped 
- StoppedNotebookInstanceStatus enum Stopped
- NotebookInstance Status Stopping 
- StoppingNotebookInstanceStatus enum Stopping
- NotebookInstance Status Updating 
- UpdatingNotebookInstanceStatus enum Updating
- Deleting
- DeletingNotebookInstanceStatus enum Deleting
- Failed
- FailedNotebookInstanceStatus enum Failed
- InService 
- 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
- InService 
- 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
- "InService" 
- InServiceNotebookInstanceStatus enum InService
- "Pending"
- PendingNotebookInstanceStatus enum Pending
- "Stopped"
- StoppedNotebookInstanceStatus enum Stopped
- "Stopping"
- StoppingNotebookInstanceStatus enum Stopping
- "Updating"
- UpdatingNotebookInstanceStatus enum Updating
NotebookInstanceStatusEnumValue, NotebookInstanceStatusEnumValueArgs          
- Value
string | Pulumi.Azure Native. Aws Connector. Notebook Instance Status 
- Property value
- Value
string | NotebookInstance Status 
- Property value
- value
String | NotebookInstance Status 
- Property value
- value
string | NotebookInstance Status 
- Property value
- value
str | NotebookInstance Status 
- Property value
- value
String | "Deleting" | "Failed" | "InService" | "Pending" | "Stopped" | "Stopping" | "Updating" 
- Property value
NotebookInstanceStatusEnumValueResponse, NotebookInstanceStatusEnumValueResponseArgs            
- 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            
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Sage Maker Notebook Instance Summary Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsSage Maker Notebook Instance Summary Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsSage Maker Notebook Instance Summary Properties 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsSage Maker Notebook Instance Summary Properties 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud 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)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
SageMakerNotebookInstanceSummaryPropertiesResponse, SageMakerNotebookInstanceSummaryPropertiesResponseArgs              
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Sage Maker Notebook Instance Summary Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsSage Maker Notebook Instance Summary Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsSage Maker Notebook Instance Summary Properties Response 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- provisioningState string
- The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsSage Maker Notebook Instance Summary Properties Response 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud 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
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified 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