aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.sagemaker.App

Resource Type definition for AWS::SageMaker::App

Create App Resource

new App(name: string, args: AppArgs, opts?: CustomResourceOptions);
@overload
def App(resource_name: str,
        opts: Optional[ResourceOptions] = None,
        app_name: Optional[str] = None,
        app_type: Optional[AppType] = None,
        domain_id: Optional[str] = None,
        resource_spec: Optional[AppResourceSpecArgs] = None,
        tags: Optional[Sequence[AppTagArgs]] = None,
        user_profile_name: Optional[str] = None)
@overload
def App(resource_name: str,
        args: AppArgs,
        opts: Optional[ResourceOptions] = None)
func NewApp(ctx *Context, name string, args AppArgs, opts ...ResourceOption) (*App, error)
public App(string name, AppArgs args, CustomResourceOptions? opts = null)
public App(String name, AppArgs args)
public App(String name, AppArgs args, CustomResourceOptions options)
type: aws-native:sagemaker:App
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AppArgs
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 AppArgs
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 AppArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AppArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AppArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

App Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The App resource accepts the following input properties:

AppType Pulumi.AwsNative.SageMaker.AppType

The type of app.

DomainId string

The domain ID.

UserProfileName string

The user profile name.

AppName string

The name of the app.

ResourceSpec Pulumi.AwsNative.SageMaker.Inputs.AppResourceSpecArgs

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

Tags List<Pulumi.AwsNative.SageMaker.Inputs.AppTagArgs>

A list of tags to apply to the app.

AppType AppType

The type of app.

DomainId string

The domain ID.

UserProfileName string

The user profile name.

AppName string

The name of the app.

ResourceSpec AppResourceSpecArgs

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

Tags []AppTagArgs

A list of tags to apply to the app.

appType AppType

The type of app.

domainId String

The domain ID.

userProfileName String

The user profile name.

appName String

The name of the app.

resourceSpec AppResourceSpecArgs

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

tags List<AppTagArgs>

A list of tags to apply to the app.

appType AppType

The type of app.

domainId string

The domain ID.

userProfileName string

The user profile name.

appName string

The name of the app.

resourceSpec AppResourceSpecArgs

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

tags AppTagArgs[]

A list of tags to apply to the app.

app_type AppType

The type of app.

domain_id str

The domain ID.

user_profile_name str

The user profile name.

app_name str

The name of the app.

resource_spec AppResourceSpecArgs

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

tags Sequence[AppTagArgs]

A list of tags to apply to the app.

appType "JupyterServer" | "KernelGateway" | "RStudioServerPro" | "RSessionGateway" | "Canvas"

The type of app.

domainId String

The domain ID.

userProfileName String

The user profile name.

appName String

The name of the app.

resourceSpec Property Map

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

tags List<Property Map>

A list of tags to apply to the app.

Outputs

All input properties are implicitly available as output properties. Additionally, the App resource produces the following output properties:

AppArn string

The Amazon Resource Name (ARN) of the app.

Id string

The provider-assigned unique ID for this managed resource.

AppArn string

The Amazon Resource Name (ARN) of the app.

Id string

The provider-assigned unique ID for this managed resource.

appArn String

The Amazon Resource Name (ARN) of the app.

id String

The provider-assigned unique ID for this managed resource.

appArn string

The Amazon Resource Name (ARN) of the app.

id string

The provider-assigned unique ID for this managed resource.

app_arn str

The Amazon Resource Name (ARN) of the app.

id str

The provider-assigned unique ID for this managed resource.

appArn String

The Amazon Resource Name (ARN) of the app.

id String

The provider-assigned unique ID for this managed resource.

Supporting Types

AppResourceSpec

InstanceType Pulumi.AwsNative.SageMaker.AppResourceSpecInstanceType

The instance type that the image version runs on.

SageMakerImageArn string

The ARN of the SageMaker image that the image version belongs to.

SageMakerImageVersionArn string

The ARN of the image version created on the instance.

InstanceType AppResourceSpecInstanceType

The instance type that the image version runs on.

SageMakerImageArn string

The ARN of the SageMaker image that the image version belongs to.

SageMakerImageVersionArn string

The ARN of the image version created on the instance.

instanceType AppResourceSpecInstanceType

The instance type that the image version runs on.

sageMakerImageArn String

The ARN of the SageMaker image that the image version belongs to.

sageMakerImageVersionArn String

The ARN of the image version created on the instance.

instanceType AppResourceSpecInstanceType

The instance type that the image version runs on.

sageMakerImageArn string

The ARN of the SageMaker image that the image version belongs to.

sageMakerImageVersionArn string

The ARN of the image version created on the instance.

instance_type AppResourceSpecInstanceType

The instance type that the image version runs on.

sage_maker_image_arn str

The ARN of the SageMaker image that the image version belongs to.

sage_maker_image_version_arn str

The ARN of the image version created on the instance.

instanceType "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.p3dn.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge"

The instance type that the image version runs on.

sageMakerImageArn String

The ARN of the SageMaker image that the image version belongs to.

sageMakerImageVersionArn String

The ARN of the image version created on the instance.

AppResourceSpecInstanceType

System
system
MlT3Micro
ml.t3.micro
MlT3Small
ml.t3.small
MlT3Medium
ml.t3.medium
MlT3Large
ml.t3.large
MlT3Xlarge
ml.t3.xlarge
MlT32xlarge
ml.t3.2xlarge
MlM5Large
ml.m5.large
MlM5Xlarge
ml.m5.xlarge
MlM52xlarge
ml.m5.2xlarge
MlM54xlarge
ml.m5.4xlarge
MlM58xlarge
ml.m5.8xlarge
MlM512xlarge
ml.m5.12xlarge
MlM516xlarge
ml.m5.16xlarge
MlM524xlarge
ml.m5.24xlarge
MlC5Large
ml.c5.large
MlC5Xlarge
ml.c5.xlarge
MlC52xlarge
ml.c5.2xlarge
MlC54xlarge
ml.c5.4xlarge
MlC59xlarge
ml.c5.9xlarge
MlC512xlarge
ml.c5.12xlarge
MlC518xlarge
ml.c5.18xlarge
MlC524xlarge
ml.c5.24xlarge
MlP32xlarge
ml.p3.2xlarge
MlP38xlarge
ml.p3.8xlarge
MlP316xlarge
ml.p3.16xlarge
MlG4dnXlarge
ml.g4dn.xlarge
MlG4dn2xlarge
ml.g4dn.2xlarge
MlG4dn4xlarge
ml.g4dn.4xlarge
MlG4dn8xlarge
ml.g4dn.8xlarge
MlG4dn12xlarge
ml.g4dn.12xlarge
MlG4dn16xlarge
ml.g4dn.16xlarge
MlR5Large
ml.r5.large
MlR5Xlarge
ml.r5.xlarge
MlR52xlarge
ml.r5.2xlarge
MlR54xlarge
ml.r5.4xlarge
MlR58xlarge
ml.r5.8xlarge
MlR512xlarge
ml.r5.12xlarge
MlR516xlarge
ml.r5.16xlarge
MlR524xlarge
ml.r5.24xlarge
MlP3dn24xlarge
ml.p3dn.24xlarge
MlM5dLarge
ml.m5d.large
MlM5dXlarge
ml.m5d.xlarge
MlM5d2xlarge
ml.m5d.2xlarge
MlM5d4xlarge
ml.m5d.4xlarge
MlM5d8xlarge
ml.m5d.8xlarge
MlM5d12xlarge
ml.m5d.12xlarge
MlM5d16xlarge
ml.m5d.16xlarge
MlM5d24xlarge
ml.m5d.24xlarge
MlG5Xlarge
ml.g5.xlarge
MlG52xlarge
ml.g5.2xlarge
MlG54xlarge
ml.g5.4xlarge
MlG58xlarge
ml.g5.8xlarge
MlG512xlarge
ml.g5.12xlarge
MlG516xlarge
ml.g5.16xlarge
MlG524xlarge
ml.g5.24xlarge
MlG548xlarge
ml.g5.48xlarge
AppResourceSpecInstanceTypeSystem
system
AppResourceSpecInstanceTypeMlT3Micro
ml.t3.micro
AppResourceSpecInstanceTypeMlT3Small
ml.t3.small
AppResourceSpecInstanceTypeMlT3Medium
ml.t3.medium
AppResourceSpecInstanceTypeMlT3Large
ml.t3.large
AppResourceSpecInstanceTypeMlT3Xlarge
ml.t3.xlarge
AppResourceSpecInstanceTypeMlT32xlarge
ml.t3.2xlarge
AppResourceSpecInstanceTypeMlM5Large
ml.m5.large
AppResourceSpecInstanceTypeMlM5Xlarge
ml.m5.xlarge
AppResourceSpecInstanceTypeMlM52xlarge
ml.m5.2xlarge
AppResourceSpecInstanceTypeMlM54xlarge
ml.m5.4xlarge
AppResourceSpecInstanceTypeMlM58xlarge
ml.m5.8xlarge
AppResourceSpecInstanceTypeMlM512xlarge
ml.m5.12xlarge
AppResourceSpecInstanceTypeMlM516xlarge
ml.m5.16xlarge
AppResourceSpecInstanceTypeMlM524xlarge
ml.m5.24xlarge
AppResourceSpecInstanceTypeMlC5Large
ml.c5.large
AppResourceSpecInstanceTypeMlC5Xlarge
ml.c5.xlarge
AppResourceSpecInstanceTypeMlC52xlarge
ml.c5.2xlarge
AppResourceSpecInstanceTypeMlC54xlarge
ml.c5.4xlarge
AppResourceSpecInstanceTypeMlC59xlarge
ml.c5.9xlarge
AppResourceSpecInstanceTypeMlC512xlarge
ml.c5.12xlarge
AppResourceSpecInstanceTypeMlC518xlarge
ml.c5.18xlarge
AppResourceSpecInstanceTypeMlC524xlarge
ml.c5.24xlarge
AppResourceSpecInstanceTypeMlP32xlarge
ml.p3.2xlarge
AppResourceSpecInstanceTypeMlP38xlarge
ml.p3.8xlarge
AppResourceSpecInstanceTypeMlP316xlarge
ml.p3.16xlarge
AppResourceSpecInstanceTypeMlG4dnXlarge
ml.g4dn.xlarge
AppResourceSpecInstanceTypeMlG4dn2xlarge
ml.g4dn.2xlarge
AppResourceSpecInstanceTypeMlG4dn4xlarge
ml.g4dn.4xlarge
AppResourceSpecInstanceTypeMlG4dn8xlarge
ml.g4dn.8xlarge
AppResourceSpecInstanceTypeMlG4dn12xlarge
ml.g4dn.12xlarge
AppResourceSpecInstanceTypeMlG4dn16xlarge
ml.g4dn.16xlarge
AppResourceSpecInstanceTypeMlR5Large
ml.r5.large
AppResourceSpecInstanceTypeMlR5Xlarge
ml.r5.xlarge
AppResourceSpecInstanceTypeMlR52xlarge
ml.r5.2xlarge
AppResourceSpecInstanceTypeMlR54xlarge
ml.r5.4xlarge
AppResourceSpecInstanceTypeMlR58xlarge
ml.r5.8xlarge
AppResourceSpecInstanceTypeMlR512xlarge
ml.r5.12xlarge
AppResourceSpecInstanceTypeMlR516xlarge
ml.r5.16xlarge
AppResourceSpecInstanceTypeMlR524xlarge
ml.r5.24xlarge
AppResourceSpecInstanceTypeMlP3dn24xlarge
ml.p3dn.24xlarge
AppResourceSpecInstanceTypeMlM5dLarge
ml.m5d.large
AppResourceSpecInstanceTypeMlM5dXlarge
ml.m5d.xlarge
AppResourceSpecInstanceTypeMlM5d2xlarge
ml.m5d.2xlarge
AppResourceSpecInstanceTypeMlM5d4xlarge
ml.m5d.4xlarge
AppResourceSpecInstanceTypeMlM5d8xlarge
ml.m5d.8xlarge
AppResourceSpecInstanceTypeMlM5d12xlarge
ml.m5d.12xlarge
AppResourceSpecInstanceTypeMlM5d16xlarge
ml.m5d.16xlarge
AppResourceSpecInstanceTypeMlM5d24xlarge
ml.m5d.24xlarge
AppResourceSpecInstanceTypeMlG5Xlarge
ml.g5.xlarge
AppResourceSpecInstanceTypeMlG52xlarge
ml.g5.2xlarge
AppResourceSpecInstanceTypeMlG54xlarge
ml.g5.4xlarge
AppResourceSpecInstanceTypeMlG58xlarge
ml.g5.8xlarge
AppResourceSpecInstanceTypeMlG512xlarge
ml.g5.12xlarge
AppResourceSpecInstanceTypeMlG516xlarge
ml.g5.16xlarge
AppResourceSpecInstanceTypeMlG524xlarge
ml.g5.24xlarge
AppResourceSpecInstanceTypeMlG548xlarge
ml.g5.48xlarge
System
system
MlT3Micro
ml.t3.micro
MlT3Small
ml.t3.small
MlT3Medium
ml.t3.medium
MlT3Large
ml.t3.large
MlT3Xlarge
ml.t3.xlarge
MlT32xlarge
ml.t3.2xlarge
MlM5Large
ml.m5.large
MlM5Xlarge
ml.m5.xlarge
MlM52xlarge
ml.m5.2xlarge
MlM54xlarge
ml.m5.4xlarge
MlM58xlarge
ml.m5.8xlarge
MlM512xlarge
ml.m5.12xlarge
MlM516xlarge
ml.m5.16xlarge
MlM524xlarge
ml.m5.24xlarge
MlC5Large
ml.c5.large
MlC5Xlarge
ml.c5.xlarge
MlC52xlarge
ml.c5.2xlarge
MlC54xlarge
ml.c5.4xlarge
MlC59xlarge
ml.c5.9xlarge
MlC512xlarge
ml.c5.12xlarge
MlC518xlarge
ml.c5.18xlarge
MlC524xlarge
ml.c5.24xlarge
MlP32xlarge
ml.p3.2xlarge
MlP38xlarge
ml.p3.8xlarge
MlP316xlarge
ml.p3.16xlarge
MlG4dnXlarge
ml.g4dn.xlarge
MlG4dn2xlarge
ml.g4dn.2xlarge
MlG4dn4xlarge
ml.g4dn.4xlarge
MlG4dn8xlarge
ml.g4dn.8xlarge
MlG4dn12xlarge
ml.g4dn.12xlarge
MlG4dn16xlarge
ml.g4dn.16xlarge
MlR5Large
ml.r5.large
MlR5Xlarge
ml.r5.xlarge
MlR52xlarge
ml.r5.2xlarge
MlR54xlarge
ml.r5.4xlarge
MlR58xlarge
ml.r5.8xlarge
MlR512xlarge
ml.r5.12xlarge
MlR516xlarge
ml.r5.16xlarge
MlR524xlarge
ml.r5.24xlarge
MlP3dn24xlarge
ml.p3dn.24xlarge
MlM5dLarge
ml.m5d.large
MlM5dXlarge
ml.m5d.xlarge
MlM5d2xlarge
ml.m5d.2xlarge
MlM5d4xlarge
ml.m5d.4xlarge
MlM5d8xlarge
ml.m5d.8xlarge
MlM5d12xlarge
ml.m5d.12xlarge
MlM5d16xlarge
ml.m5d.16xlarge
MlM5d24xlarge
ml.m5d.24xlarge
MlG5Xlarge
ml.g5.xlarge
MlG52xlarge
ml.g5.2xlarge
MlG54xlarge
ml.g5.4xlarge
MlG58xlarge
ml.g5.8xlarge
MlG512xlarge
ml.g5.12xlarge
MlG516xlarge
ml.g5.16xlarge
MlG524xlarge
ml.g5.24xlarge
MlG548xlarge
ml.g5.48xlarge
System
system
MlT3Micro
ml.t3.micro
MlT3Small
ml.t3.small
MlT3Medium
ml.t3.medium
MlT3Large
ml.t3.large
MlT3Xlarge
ml.t3.xlarge
MlT32xlarge
ml.t3.2xlarge
MlM5Large
ml.m5.large
MlM5Xlarge
ml.m5.xlarge
MlM52xlarge
ml.m5.2xlarge
MlM54xlarge
ml.m5.4xlarge
MlM58xlarge
ml.m5.8xlarge
MlM512xlarge
ml.m5.12xlarge
MlM516xlarge
ml.m5.16xlarge
MlM524xlarge
ml.m5.24xlarge
MlC5Large
ml.c5.large
MlC5Xlarge
ml.c5.xlarge
MlC52xlarge
ml.c5.2xlarge
MlC54xlarge
ml.c5.4xlarge
MlC59xlarge
ml.c5.9xlarge
MlC512xlarge
ml.c5.12xlarge
MlC518xlarge
ml.c5.18xlarge
MlC524xlarge
ml.c5.24xlarge
MlP32xlarge
ml.p3.2xlarge
MlP38xlarge
ml.p3.8xlarge
MlP316xlarge
ml.p3.16xlarge
MlG4dnXlarge
ml.g4dn.xlarge
MlG4dn2xlarge
ml.g4dn.2xlarge
MlG4dn4xlarge
ml.g4dn.4xlarge
MlG4dn8xlarge
ml.g4dn.8xlarge
MlG4dn12xlarge
ml.g4dn.12xlarge
MlG4dn16xlarge
ml.g4dn.16xlarge
MlR5Large
ml.r5.large
MlR5Xlarge
ml.r5.xlarge
MlR52xlarge
ml.r5.2xlarge
MlR54xlarge
ml.r5.4xlarge
MlR58xlarge
ml.r5.8xlarge
MlR512xlarge
ml.r5.12xlarge
MlR516xlarge
ml.r5.16xlarge
MlR524xlarge
ml.r5.24xlarge
MlP3dn24xlarge
ml.p3dn.24xlarge
MlM5dLarge
ml.m5d.large
MlM5dXlarge
ml.m5d.xlarge
MlM5d2xlarge
ml.m5d.2xlarge
MlM5d4xlarge
ml.m5d.4xlarge
MlM5d8xlarge
ml.m5d.8xlarge
MlM5d12xlarge
ml.m5d.12xlarge
MlM5d16xlarge
ml.m5d.16xlarge
MlM5d24xlarge
ml.m5d.24xlarge
MlG5Xlarge
ml.g5.xlarge
MlG52xlarge
ml.g5.2xlarge
MlG54xlarge
ml.g5.4xlarge
MlG58xlarge
ml.g5.8xlarge
MlG512xlarge
ml.g5.12xlarge
MlG516xlarge
ml.g5.16xlarge
MlG524xlarge
ml.g5.24xlarge
MlG548xlarge
ml.g5.48xlarge
SYSTEM
system
ML_T3_MICRO
ml.t3.micro
ML_T3_SMALL
ml.t3.small
ML_T3_MEDIUM
ml.t3.medium
ML_T3_LARGE
ml.t3.large
ML_T3_XLARGE
ml.t3.xlarge
ML_T32XLARGE
ml.t3.2xlarge
ML_M5_LARGE
ml.m5.large
ML_M5_XLARGE
ml.m5.xlarge
ML_M52XLARGE
ml.m5.2xlarge
ML_M54XLARGE
ml.m5.4xlarge
ML_M58XLARGE
ml.m5.8xlarge
ML_M512XLARGE
ml.m5.12xlarge
ML_M516XLARGE
ml.m5.16xlarge
ML_M524XLARGE
ml.m5.24xlarge
ML_C5_LARGE
ml.c5.large
ML_C5_XLARGE
ml.c5.xlarge
ML_C52XLARGE
ml.c5.2xlarge
ML_C54XLARGE
ml.c5.4xlarge
ML_C59XLARGE
ml.c5.9xlarge
ML_C512XLARGE
ml.c5.12xlarge
ML_C518XLARGE
ml.c5.18xlarge
ML_C524XLARGE
ml.c5.24xlarge
ML_P32XLARGE
ml.p3.2xlarge
ML_P38XLARGE
ml.p3.8xlarge
ML_P316XLARGE
ml.p3.16xlarge
ML_G4DN_XLARGE
ml.g4dn.xlarge
ML_G4DN2XLARGE
ml.g4dn.2xlarge
ML_G4DN4XLARGE
ml.g4dn.4xlarge
ML_G4DN8XLARGE
ml.g4dn.8xlarge
ML_G4DN12XLARGE
ml.g4dn.12xlarge
ML_G4DN16XLARGE
ml.g4dn.16xlarge
ML_R5_LARGE
ml.r5.large
ML_R5_XLARGE
ml.r5.xlarge
ML_R52XLARGE
ml.r5.2xlarge
ML_R54XLARGE
ml.r5.4xlarge
ML_R58XLARGE
ml.r5.8xlarge
ML_R512XLARGE
ml.r5.12xlarge
ML_R516XLARGE
ml.r5.16xlarge
ML_R524XLARGE
ml.r5.24xlarge
ML_P3DN24XLARGE
ml.p3dn.24xlarge
ML_M5D_LARGE
ml.m5d.large
ML_M5D_XLARGE
ml.m5d.xlarge
ML_M5D2XLARGE
ml.m5d.2xlarge
ML_M5D4XLARGE
ml.m5d.4xlarge
ML_M5D8XLARGE
ml.m5d.8xlarge
ML_M5D12XLARGE
ml.m5d.12xlarge
ML_M5D16XLARGE
ml.m5d.16xlarge
ML_M5D24XLARGE
ml.m5d.24xlarge
ML_G5_XLARGE
ml.g5.xlarge
ML_G52XLARGE
ml.g5.2xlarge
ML_G54XLARGE
ml.g5.4xlarge
ML_G58XLARGE
ml.g5.8xlarge
ML_G512XLARGE
ml.g5.12xlarge
ML_G516XLARGE
ml.g5.16xlarge
ML_G524XLARGE
ml.g5.24xlarge
ML_G548XLARGE
ml.g5.48xlarge
"system"
system
"ml.t3.micro"
ml.t3.micro
"ml.t3.small"
ml.t3.small
"ml.t3.medium"
ml.t3.medium
"ml.t3.large"
ml.t3.large
"ml.t3.xlarge"
ml.t3.xlarge
"ml.t3.2xlarge"
ml.t3.2xlarge
"ml.m5.large"
ml.m5.large
"ml.m5.xlarge"
ml.m5.xlarge
"ml.m5.2xlarge"
ml.m5.2xlarge
"ml.m5.4xlarge"
ml.m5.4xlarge
"ml.m5.8xlarge"
ml.m5.8xlarge
"ml.m5.12xlarge"
ml.m5.12xlarge
"ml.m5.16xlarge"
ml.m5.16xlarge
"ml.m5.24xlarge"
ml.m5.24xlarge
"ml.c5.large"
ml.c5.large
"ml.c5.xlarge"
ml.c5.xlarge
"ml.c5.2xlarge"
ml.c5.2xlarge
"ml.c5.4xlarge"
ml.c5.4xlarge
"ml.c5.9xlarge"
ml.c5.9xlarge
"ml.c5.12xlarge"
ml.c5.12xlarge
"ml.c5.18xlarge"
ml.c5.18xlarge
"ml.c5.24xlarge"
ml.c5.24xlarge
"ml.p3.2xlarge"
ml.p3.2xlarge
"ml.p3.8xlarge"
ml.p3.8xlarge
"ml.p3.16xlarge"
ml.p3.16xlarge
"ml.g4dn.xlarge"
ml.g4dn.xlarge
"ml.g4dn.2xlarge"
ml.g4dn.2xlarge
"ml.g4dn.4xlarge"
ml.g4dn.4xlarge
"ml.g4dn.8xlarge"
ml.g4dn.8xlarge
"ml.g4dn.12xlarge"
ml.g4dn.12xlarge
"ml.g4dn.16xlarge"
ml.g4dn.16xlarge
"ml.r5.large"
ml.r5.large
"ml.r5.xlarge"
ml.r5.xlarge
"ml.r5.2xlarge"
ml.r5.2xlarge
"ml.r5.4xlarge"
ml.r5.4xlarge
"ml.r5.8xlarge"
ml.r5.8xlarge
"ml.r5.12xlarge"
ml.r5.12xlarge
"ml.r5.16xlarge"
ml.r5.16xlarge
"ml.r5.24xlarge"
ml.r5.24xlarge
"ml.p3dn.24xlarge"
ml.p3dn.24xlarge
"ml.m5d.large"
ml.m5d.large
"ml.m5d.xlarge"
ml.m5d.xlarge
"ml.m5d.2xlarge"
ml.m5d.2xlarge
"ml.m5d.4xlarge"
ml.m5d.4xlarge
"ml.m5d.8xlarge"
ml.m5d.8xlarge
"ml.m5d.12xlarge"
ml.m5d.12xlarge
"ml.m5d.16xlarge"
ml.m5d.16xlarge
"ml.m5d.24xlarge"
ml.m5d.24xlarge
"ml.g5.xlarge"
ml.g5.xlarge
"ml.g5.2xlarge"
ml.g5.2xlarge
"ml.g5.4xlarge"
ml.g5.4xlarge
"ml.g5.8xlarge"
ml.g5.8xlarge
"ml.g5.12xlarge"
ml.g5.12xlarge
"ml.g5.16xlarge"
ml.g5.16xlarge
"ml.g5.24xlarge"
ml.g5.24xlarge
"ml.g5.48xlarge"
ml.g5.48xlarge

AppTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

AppType

JupyterServer
JupyterServer
KernelGateway
KernelGateway
RStudioServerPro
RStudioServerPro
RSessionGateway
RSessionGateway
Canvas
Canvas
AppTypeJupyterServer
JupyterServer
AppTypeKernelGateway
KernelGateway
AppTypeRStudioServerPro
RStudioServerPro
AppTypeRSessionGateway
RSessionGateway
AppTypeCanvas
Canvas
JupyterServer
JupyterServer
KernelGateway
KernelGateway
RStudioServerPro
RStudioServerPro
RSessionGateway
RSessionGateway
Canvas
Canvas
JupyterServer
JupyterServer
KernelGateway
KernelGateway
RStudioServerPro
RStudioServerPro
RSessionGateway
RSessionGateway
Canvas
Canvas
JUPYTER_SERVER
JupyterServer
KERNEL_GATEWAY
KernelGateway
R_STUDIO_SERVER_PRO
RStudioServerPro
R_SESSION_GATEWAY
RSessionGateway
CANVAS
Canvas
"JupyterServer"
JupyterServer
"KernelGateway"
KernelGateway
"RStudioServerPro"
RStudioServerPro
"RSessionGateway"
RSessionGateway
"Canvas"
Canvas

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0