We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::SageMaker::Domain
Create Domain Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Domain(name: string, args: DomainArgs, opts?: CustomResourceOptions);@overload
def Domain(resource_name: str,
args: DomainArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Domain(resource_name: str,
opts: Optional[ResourceOptions] = None,
auth_mode: Optional[DomainAuthMode] = None,
default_user_settings: Optional[DomainUserSettingsArgs] = None,
app_network_access_type: Optional[DomainAppNetworkAccessType] = None,
app_security_group_management: Optional[DomainAppSecurityGroupManagement] = None,
default_space_settings: Optional[DomainDefaultSpaceSettingsArgs] = None,
domain_name: Optional[str] = None,
domain_settings: Optional[DomainSettingsArgs] = None,
kms_key_id: Optional[str] = None,
subnet_ids: Optional[Sequence[str]] = None,
tag_propagation: Optional[DomainTagPropagation] = None,
tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None,
vpc_id: Optional[str] = None)func NewDomain(ctx *Context, name string, args DomainArgs, opts ...ResourceOption) (*Domain, error)public Domain(string name, DomainArgs args, CustomResourceOptions? opts = null)
public Domain(String name, DomainArgs args)
public Domain(String name, DomainArgs args, CustomResourceOptions options)
type: aws-native:sagemaker:Domain
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 DomainArgs
- 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 DomainArgs
- 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 DomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Domain 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 Domain resource accepts the following input properties:
- Auth
Mode Pulumi.Aws Native. Sage Maker. Domain Auth Mode - The mode of authentication that members use to access the domain.
- Default
User Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain User Settings - The default user settings.
- App
Network Pulumi.Access Type Aws Native. Sage Maker. Domain App Network Access Type - Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- App
Security Pulumi.Group Management Aws Native. Sage Maker. Domain App Security Group Management - The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
- Default
Space Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain Default Space Settings - The default space settings.
- Domain
Name string - A name for the domain.
- Domain
Settings Pulumi.Aws Native. Sage Maker. Inputs. Domain Settings - A collection of settings that apply to the
SageMaker Domain. These settings are specified through theCreateDomainAPI call. - Kms
Key stringId - SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- Subnet
Ids List<string> - The VPC subnets that Studio uses for communication.
- Tag
Propagation Pulumi.Aws Native. Sage Maker. Domain Tag Propagation - Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
-
List<Pulumi.
Aws Native. Inputs. Create Only Tag> - A list of tags to apply to the user profile.
- Vpc
Id string - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Auth
Mode DomainAuth Mode - The mode of authentication that members use to access the domain.
- Default
User DomainSettings User Settings Args - The default user settings.
- App
Network DomainAccess Type App Network Access Type - Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- App
Security DomainGroup Management App Security Group Management - The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
- Default
Space DomainSettings Default Space Settings Args - The default space settings.
- Domain
Name string - A name for the domain.
- Domain
Settings DomainSettings Args - A collection of settings that apply to the
SageMaker Domain. These settings are specified through theCreateDomainAPI call. - Kms
Key stringId - SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- Subnet
Ids []string - The VPC subnets that Studio uses for communication.
- Tag
Propagation DomainTag Propagation - Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
-
Create
Only Tag Args - A list of tags to apply to the user profile.
- Vpc
Id string - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- auth
Mode DomainAuth Mode - The mode of authentication that members use to access the domain.
- default
User DomainSettings User Settings - The default user settings.
- app
Network DomainAccess Type App Network Access Type - Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- app
Security DomainGroup Management App Security Group Management - The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
- default
Space DomainSettings Default Space Settings - The default space settings.
- domain
Name String - A name for the domain.
- domain
Settings DomainSettings - A collection of settings that apply to the
SageMaker Domain. These settings are specified through theCreateDomainAPI call. - kms
Key StringId - SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- subnet
Ids List<String> - The VPC subnets that Studio uses for communication.
- tag
Propagation DomainTag Propagation - Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
-
List<Create
Only Tag> - A list of tags to apply to the user profile.
- vpc
Id String - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- auth
Mode DomainAuth Mode - The mode of authentication that members use to access the domain.
- default
User DomainSettings User Settings - The default user settings.
- app
Network DomainAccess Type App Network Access Type - Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- app
Security DomainGroup Management App Security Group Management - The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
- default
Space DomainSettings Default Space Settings - The default space settings.
- domain
Name string - A name for the domain.
- domain
Settings DomainSettings - A collection of settings that apply to the
SageMaker Domain. These settings are specified through theCreateDomainAPI call. - kms
Key stringId - SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- subnet
Ids string[] - The VPC subnets that Studio uses for communication.
- tag
Propagation DomainTag Propagation - Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
-
Create
Only Tag[] - A list of tags to apply to the user profile.
- vpc
Id string - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- auth_
mode DomainAuth Mode - The mode of authentication that members use to access the domain.
- default_
user_ Domainsettings User Settings Args - The default user settings.
- app_
network_ Domainaccess_ type App Network Access Type - Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- app_
security_ Domaingroup_ management App Security Group Management - The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
- default_
space_ Domainsettings Default Space Settings Args - The default space settings.
- domain_
name str - A name for the domain.
- domain_
settings DomainSettings Args - A collection of settings that apply to the
SageMaker Domain. These settings are specified through theCreateDomainAPI call. - kms_
key_ strid - SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- subnet_
ids Sequence[str] - The VPC subnets that Studio uses for communication.
- tag_
propagation DomainTag Propagation - Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
-
Sequence[Create
Only Tag Args] - A list of tags to apply to the user profile.
- vpc_
id str - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- auth
Mode "SSO" | "IAM" - The mode of authentication that members use to access the domain.
- default
User Property MapSettings - The default user settings.
- app
Network "PublicAccess Type Internet Only" | "Vpc Only" - Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- app
Security "Service" | "Customer"Group Management - The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
- default
Space Property MapSettings - The default space settings.
- domain
Name String - A name for the domain.
- domain
Settings Property Map - A collection of settings that apply to the
SageMaker Domain. These settings are specified through theCreateDomainAPI call. - kms
Key StringId - SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- subnet
Ids List<String> - The VPC subnets that Studio uses for communication.
- tag
Propagation "ENABLED" | "DISABLED" - Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
- List<Property Map>
- A list of tags to apply to the user profile.
- vpc
Id String - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
Outputs
All input properties are implicitly available as output properties. Additionally, the Domain resource produces the following output properties:
- Domain
Arn string - The Amazon Resource Name (ARN) of the created domain.
- Domain
Id string - The domain name.
- Home
Efs stringFile System Id - The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- Id string
- The provider-assigned unique ID for this managed resource.
- Security
Group stringId For Domain Boundary - The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- Single
Sign stringOn Application Arn - The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- Single
Sign stringOn Managed Application Instance Id - The SSO managed application instance ID.
- Url string
- The URL to the created domain.
- Domain
Arn string - The Amazon Resource Name (ARN) of the created domain.
- Domain
Id string - The domain name.
- Home
Efs stringFile System Id - The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- Id string
- The provider-assigned unique ID for this managed resource.
- Security
Group stringId For Domain Boundary - The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- Single
Sign stringOn Application Arn - The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- Single
Sign stringOn Managed Application Instance Id - The SSO managed application instance ID.
- Url string
- The URL to the created domain.
- domain
Arn String - The Amazon Resource Name (ARN) of the created domain.
- domain
Id String - The domain name.
- home
Efs StringFile System Id - The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- id String
- The provider-assigned unique ID for this managed resource.
- security
Group StringId For Domain Boundary - The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- single
Sign StringOn Application Arn - The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- single
Sign StringOn Managed Application Instance Id - The SSO managed application instance ID.
- url String
- The URL to the created domain.
- domain
Arn string - The Amazon Resource Name (ARN) of the created domain.
- domain
Id string - The domain name.
- home
Efs stringFile System Id - The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- id string
- The provider-assigned unique ID for this managed resource.
- security
Group stringId For Domain Boundary - The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- single
Sign stringOn Application Arn - The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- single
Sign stringOn Managed Application Instance Id - The SSO managed application instance ID.
- url string
- The URL to the created domain.
- domain_
arn str - The Amazon Resource Name (ARN) of the created domain.
- domain_
id str - The domain name.
- home_
efs_ strfile_ system_ id - The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- id str
- The provider-assigned unique ID for this managed resource.
- security_
group_ strid_ for_ domain_ boundary - The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- single_
sign_ stron_ application_ arn - The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- single_
sign_ stron_ managed_ application_ instance_ id - The SSO managed application instance ID.
- url str
- The URL to the created domain.
- domain
Arn String - The Amazon Resource Name (ARN) of the created domain.
- domain
Id String - The domain name.
- home
Efs StringFile System Id - The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- id String
- The provider-assigned unique ID for this managed resource.
- security
Group StringId For Domain Boundary - The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- single
Sign StringOn Application Arn - The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- single
Sign StringOn Managed Application Instance Id - The SSO managed application instance ID.
- url String
- The URL to the created domain.
Supporting Types
CreateOnlyTag, CreateOnlyTagArgs
A set of tags to apply to the resource.DomainAppInstanceType, DomainAppInstanceTypeArgs
- System
system- Ml
T3Micro ml.t3.micro- Ml
T3Small ml.t3.small- Ml
T3Medium ml.t3.medium- Ml
T3Large ml.t3.large- Ml
T3Xlarge ml.t3.xlarge- Ml
T32xlarge ml.t3.2xlarge- Ml
M5Large ml.m5.large- Ml
M5Xlarge 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
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
C5Large ml.c5.large- Ml
C5Xlarge 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
P3dn24xlarge ml.p3dn.24xlarge- 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
R5Large ml.r5.large- Ml
R5Xlarge 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
G5Xlarge 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- Ml
G6Xlarge ml.g6.xlarge- Ml
G62xlarge ml.g6.2xlarge- Ml
G64xlarge ml.g6.4xlarge- Ml
G68xlarge ml.g6.8xlarge- Ml
G612xlarge ml.g6.12xlarge- Ml
G616xlarge ml.g6.16xlarge- Ml
G624xlarge ml.g6.24xlarge- Ml
G648xlarge ml.g6.48xlarge- Ml
G6e Xlarge ml.g6e.xlarge- Ml
G6e2xlarge ml.g6e.2xlarge- Ml
G6e4xlarge ml.g6e.4xlarge- Ml
G6e8xlarge ml.g6e.8xlarge- Ml
G6e12xlarge ml.g6e.12xlarge- Ml
G6e16xlarge ml.g6e.16xlarge- Ml
G6e24xlarge ml.g6e.24xlarge- Ml
G6e48xlarge ml.g6e.48xlarge- Ml
Geospatial Interactive ml.geospatial.interactive- Ml
P4d24xlarge ml.p4d.24xlarge- Ml
P4de24xlarge ml.p4de.24xlarge- Ml
Trn12xlarge ml.trn1.2xlarge- Ml
Trn132xlarge ml.trn1.32xlarge- Ml
Trn1n32xlarge ml.trn1n.32xlarge- Ml
P548xlarge ml.p5.48xlarge- Ml
P5e48xlarge ml.p5e.48xlarge- Ml
P5en48xlarge ml.p5en.48xlarge- Ml
M6i Large ml.m6i.large- Ml
M6i Xlarge ml.m6i.xlarge- Ml
M6i2xlarge ml.m6i.2xlarge- Ml
M6i4xlarge ml.m6i.4xlarge- Ml
M6i8xlarge ml.m6i.8xlarge- Ml
M6i12xlarge ml.m6i.12xlarge- Ml
M6i16xlarge ml.m6i.16xlarge- Ml
M6i24xlarge ml.m6i.24xlarge- Ml
M6i32xlarge ml.m6i.32xlarge- Ml
M7i Large ml.m7i.large- Ml
M7i Xlarge ml.m7i.xlarge- Ml
M7i2xlarge ml.m7i.2xlarge- Ml
M7i4xlarge ml.m7i.4xlarge- Ml
M7i8xlarge ml.m7i.8xlarge- Ml
M7i12xlarge ml.m7i.12xlarge- Ml
M7i16xlarge ml.m7i.16xlarge- Ml
M7i24xlarge ml.m7i.24xlarge- Ml
M7i48xlarge ml.m7i.48xlarge- Ml
C6i Large ml.c6i.large- Ml
C6i Xlarge ml.c6i.xlarge- Ml
C6i2xlarge ml.c6i.2xlarge- Ml
C6i4xlarge ml.c6i.4xlarge- Ml
C6i8xlarge ml.c6i.8xlarge- Ml
C6i12xlarge ml.c6i.12xlarge- Ml
C6i16xlarge ml.c6i.16xlarge- Ml
C6i24xlarge ml.c6i.24xlarge- Ml
C6i32xlarge ml.c6i.32xlarge- Ml
C7i Large ml.c7i.large- Ml
C7i Xlarge ml.c7i.xlarge- Ml
C7i2xlarge ml.c7i.2xlarge- Ml
C7i4xlarge ml.c7i.4xlarge- Ml
C7i8xlarge ml.c7i.8xlarge- Ml
C7i12xlarge ml.c7i.12xlarge- Ml
C7i16xlarge ml.c7i.16xlarge- Ml
C7i24xlarge ml.c7i.24xlarge- Ml
C7i48xlarge ml.c7i.48xlarge- Ml
R6i Large ml.r6i.large- Ml
R6i Xlarge ml.r6i.xlarge- Ml
R6i2xlarge ml.r6i.2xlarge- Ml
R6i4xlarge ml.r6i.4xlarge- Ml
R6i8xlarge ml.r6i.8xlarge- Ml
R6i12xlarge ml.r6i.12xlarge- Ml
R6i16xlarge ml.r6i.16xlarge- Ml
R6i24xlarge ml.r6i.24xlarge- Ml
R6i32xlarge ml.r6i.32xlarge- Ml
R7i Large ml.r7i.large- Ml
R7i Xlarge ml.r7i.xlarge- Ml
R7i2xlarge ml.r7i.2xlarge- Ml
R7i4xlarge ml.r7i.4xlarge- Ml
R7i8xlarge ml.r7i.8xlarge- Ml
R7i12xlarge ml.r7i.12xlarge- Ml
R7i16xlarge ml.r7i.16xlarge- Ml
R7i24xlarge ml.r7i.24xlarge- Ml
R7i48xlarge ml.r7i.48xlarge- Ml
M6id Large ml.m6id.large- Ml
M6id Xlarge ml.m6id.xlarge- Ml
M6id2xlarge ml.m6id.2xlarge- Ml
M6id4xlarge ml.m6id.4xlarge- Ml
M6id8xlarge ml.m6id.8xlarge- Ml
M6id12xlarge ml.m6id.12xlarge- Ml
M6id16xlarge ml.m6id.16xlarge- Ml
M6id24xlarge ml.m6id.24xlarge- Ml
M6id32xlarge ml.m6id.32xlarge- Ml
C6id Large ml.c6id.large- Ml
C6id Xlarge ml.c6id.xlarge- Ml
C6id2xlarge ml.c6id.2xlarge- Ml
C6id4xlarge ml.c6id.4xlarge- Ml
C6id8xlarge ml.c6id.8xlarge- Ml
C6id12xlarge ml.c6id.12xlarge- Ml
C6id16xlarge ml.c6id.16xlarge- Ml
C6id24xlarge ml.c6id.24xlarge- Ml
C6id32xlarge ml.c6id.32xlarge- Ml
R6id Large ml.r6id.large- Ml
R6id Xlarge ml.r6id.xlarge- Ml
R6id2xlarge ml.r6id.2xlarge- Ml
R6id4xlarge ml.r6id.4xlarge- Ml
R6id8xlarge ml.r6id.8xlarge- Ml
R6id12xlarge ml.r6id.12xlarge- Ml
R6id16xlarge ml.r6id.16xlarge- Ml
R6id24xlarge ml.r6id.24xlarge- Ml
R6id32xlarge ml.r6id.32xlarge
- Domain
App Instance Type System system- Domain
App Instance Type Ml T3Micro ml.t3.micro- Domain
App Instance Type Ml T3Small ml.t3.small- Domain
App Instance Type Ml T3Medium ml.t3.medium- Domain
App Instance Type Ml T3Large ml.t3.large- Domain
App Instance Type Ml T3Xlarge ml.t3.xlarge- Domain
App Instance Type Ml T32xlarge ml.t3.2xlarge- Domain
App Instance Type Ml M5Large ml.m5.large- Domain
App Instance Type Ml M5Xlarge ml.m5.xlarge- Domain
App Instance Type Ml M52xlarge ml.m5.2xlarge- Domain
App Instance Type Ml M54xlarge ml.m5.4xlarge- Domain
App Instance Type Ml M58xlarge ml.m5.8xlarge- Domain
App Instance Type Ml M512xlarge ml.m5.12xlarge- Domain
App Instance Type Ml M516xlarge ml.m5.16xlarge- Domain
App Instance Type Ml M524xlarge ml.m5.24xlarge- Domain
App Instance Type Ml M5d Large ml.m5d.large- Domain
App Instance Type Ml M5d Xlarge ml.m5d.xlarge- Domain
App Instance Type Ml M5d2xlarge ml.m5d.2xlarge- Domain
App Instance Type Ml M5d4xlarge ml.m5d.4xlarge- Domain
App Instance Type Ml M5d8xlarge ml.m5d.8xlarge- Domain
App Instance Type Ml M5d12xlarge ml.m5d.12xlarge- Domain
App Instance Type Ml M5d16xlarge ml.m5d.16xlarge- Domain
App Instance Type Ml M5d24xlarge ml.m5d.24xlarge- Domain
App Instance Type Ml C5Large ml.c5.large- Domain
App Instance Type Ml C5Xlarge ml.c5.xlarge- Domain
App Instance Type Ml C52xlarge ml.c5.2xlarge- Domain
App Instance Type Ml C54xlarge ml.c5.4xlarge- Domain
App Instance Type Ml C59xlarge ml.c5.9xlarge- Domain
App Instance Type Ml C512xlarge ml.c5.12xlarge- Domain
App Instance Type Ml C518xlarge ml.c5.18xlarge- Domain
App Instance Type Ml C524xlarge ml.c5.24xlarge- Domain
App Instance Type Ml P32xlarge ml.p3.2xlarge- Domain
App Instance Type Ml P38xlarge ml.p3.8xlarge- Domain
App Instance Type Ml P316xlarge ml.p3.16xlarge- Domain
App Instance Type Ml P3dn24xlarge ml.p3dn.24xlarge- Domain
App Instance Type Ml G4dn Xlarge ml.g4dn.xlarge- Domain
App Instance Type Ml G4dn2xlarge ml.g4dn.2xlarge- Domain
App Instance Type Ml G4dn4xlarge ml.g4dn.4xlarge- Domain
App Instance Type Ml G4dn8xlarge ml.g4dn.8xlarge- Domain
App Instance Type Ml G4dn12xlarge ml.g4dn.12xlarge- Domain
App Instance Type Ml G4dn16xlarge ml.g4dn.16xlarge- Domain
App Instance Type Ml R5Large ml.r5.large- Domain
App Instance Type Ml R5Xlarge ml.r5.xlarge- Domain
App Instance Type Ml R52xlarge ml.r5.2xlarge- Domain
App Instance Type Ml R54xlarge ml.r5.4xlarge- Domain
App Instance Type Ml R58xlarge ml.r5.8xlarge- Domain
App Instance Type Ml R512xlarge ml.r5.12xlarge- Domain
App Instance Type Ml R516xlarge ml.r5.16xlarge- Domain
App Instance Type Ml R524xlarge ml.r5.24xlarge- Domain
App Instance Type Ml G5Xlarge ml.g5.xlarge- Domain
App Instance Type Ml G52xlarge ml.g5.2xlarge- Domain
App Instance Type Ml G54xlarge ml.g5.4xlarge- Domain
App Instance Type Ml G58xlarge ml.g5.8xlarge- Domain
App Instance Type Ml G512xlarge ml.g5.12xlarge- Domain
App Instance Type Ml G516xlarge ml.g5.16xlarge- Domain
App Instance Type Ml G524xlarge ml.g5.24xlarge- Domain
App Instance Type Ml G548xlarge ml.g5.48xlarge- Domain
App Instance Type Ml G6Xlarge ml.g6.xlarge- Domain
App Instance Type Ml G62xlarge ml.g6.2xlarge- Domain
App Instance Type Ml G64xlarge ml.g6.4xlarge- Domain
App Instance Type Ml G68xlarge ml.g6.8xlarge- Domain
App Instance Type Ml G612xlarge ml.g6.12xlarge- Domain
App Instance Type Ml G616xlarge ml.g6.16xlarge- Domain
App Instance Type Ml G624xlarge ml.g6.24xlarge- Domain
App Instance Type Ml G648xlarge ml.g6.48xlarge- Domain
App Instance Type Ml G6e Xlarge ml.g6e.xlarge- Domain
App Instance Type Ml G6e2xlarge ml.g6e.2xlarge- Domain
App Instance Type Ml G6e4xlarge ml.g6e.4xlarge- Domain
App Instance Type Ml G6e8xlarge ml.g6e.8xlarge- Domain
App Instance Type Ml G6e12xlarge ml.g6e.12xlarge- Domain
App Instance Type Ml G6e16xlarge ml.g6e.16xlarge- Domain
App Instance Type Ml G6e24xlarge ml.g6e.24xlarge- Domain
App Instance Type Ml G6e48xlarge ml.g6e.48xlarge- Domain
App Instance Type Ml Geospatial Interactive ml.geospatial.interactive- Domain
App Instance Type Ml P4d24xlarge ml.p4d.24xlarge- Domain
App Instance Type Ml P4de24xlarge ml.p4de.24xlarge- Domain
App Instance Type Ml Trn12xlarge ml.trn1.2xlarge- Domain
App Instance Type Ml Trn132xlarge ml.trn1.32xlarge- Domain
App Instance Type Ml Trn1n32xlarge ml.trn1n.32xlarge- Domain
App Instance Type Ml P548xlarge ml.p5.48xlarge- Domain
App Instance Type Ml P5e48xlarge ml.p5e.48xlarge- Domain
App Instance Type Ml P5en48xlarge ml.p5en.48xlarge- Domain
App Instance Type Ml M6i Large ml.m6i.large- Domain
App Instance Type Ml M6i Xlarge ml.m6i.xlarge- Domain
App Instance Type Ml M6i2xlarge ml.m6i.2xlarge- Domain
App Instance Type Ml M6i4xlarge ml.m6i.4xlarge- Domain
App Instance Type Ml M6i8xlarge ml.m6i.8xlarge- Domain
App Instance Type Ml M6i12xlarge ml.m6i.12xlarge- Domain
App Instance Type Ml M6i16xlarge ml.m6i.16xlarge- Domain
App Instance Type Ml M6i24xlarge ml.m6i.24xlarge- Domain
App Instance Type Ml M6i32xlarge ml.m6i.32xlarge- Domain
App Instance Type Ml M7i Large ml.m7i.large- Domain
App Instance Type Ml M7i Xlarge ml.m7i.xlarge- Domain
App Instance Type Ml M7i2xlarge ml.m7i.2xlarge- Domain
App Instance Type Ml M7i4xlarge ml.m7i.4xlarge- Domain
App Instance Type Ml M7i8xlarge ml.m7i.8xlarge- Domain
App Instance Type Ml M7i12xlarge ml.m7i.12xlarge- Domain
App Instance Type Ml M7i16xlarge ml.m7i.16xlarge- Domain
App Instance Type Ml M7i24xlarge ml.m7i.24xlarge- Domain
App Instance Type Ml M7i48xlarge ml.m7i.48xlarge- Domain
App Instance Type Ml C6i Large ml.c6i.large- Domain
App Instance Type Ml C6i Xlarge ml.c6i.xlarge- Domain
App Instance Type Ml C6i2xlarge ml.c6i.2xlarge- Domain
App Instance Type Ml C6i4xlarge ml.c6i.4xlarge- Domain
App Instance Type Ml C6i8xlarge ml.c6i.8xlarge- Domain
App Instance Type Ml C6i12xlarge ml.c6i.12xlarge- Domain
App Instance Type Ml C6i16xlarge ml.c6i.16xlarge- Domain
App Instance Type Ml C6i24xlarge ml.c6i.24xlarge- Domain
App Instance Type Ml C6i32xlarge ml.c6i.32xlarge- Domain
App Instance Type Ml C7i Large ml.c7i.large- Domain
App Instance Type Ml C7i Xlarge ml.c7i.xlarge- Domain
App Instance Type Ml C7i2xlarge ml.c7i.2xlarge- Domain
App Instance Type Ml C7i4xlarge ml.c7i.4xlarge- Domain
App Instance Type Ml C7i8xlarge ml.c7i.8xlarge- Domain
App Instance Type Ml C7i12xlarge ml.c7i.12xlarge- Domain
App Instance Type Ml C7i16xlarge ml.c7i.16xlarge- Domain
App Instance Type Ml C7i24xlarge ml.c7i.24xlarge- Domain
App Instance Type Ml C7i48xlarge ml.c7i.48xlarge- Domain
App Instance Type Ml R6i Large ml.r6i.large- Domain
App Instance Type Ml R6i Xlarge ml.r6i.xlarge- Domain
App Instance Type Ml R6i2xlarge ml.r6i.2xlarge- Domain
App Instance Type Ml R6i4xlarge ml.r6i.4xlarge- Domain
App Instance Type Ml R6i8xlarge ml.r6i.8xlarge- Domain
App Instance Type Ml R6i12xlarge ml.r6i.12xlarge- Domain
App Instance Type Ml R6i16xlarge ml.r6i.16xlarge- Domain
App Instance Type Ml R6i24xlarge ml.r6i.24xlarge- Domain
App Instance Type Ml R6i32xlarge ml.r6i.32xlarge- Domain
App Instance Type Ml R7i Large ml.r7i.large- Domain
App Instance Type Ml R7i Xlarge ml.r7i.xlarge- Domain
App Instance Type Ml R7i2xlarge ml.r7i.2xlarge- Domain
App Instance Type Ml R7i4xlarge ml.r7i.4xlarge- Domain
App Instance Type Ml R7i8xlarge ml.r7i.8xlarge- Domain
App Instance Type Ml R7i12xlarge ml.r7i.12xlarge- Domain
App Instance Type Ml R7i16xlarge ml.r7i.16xlarge- Domain
App Instance Type Ml R7i24xlarge ml.r7i.24xlarge- Domain
App Instance Type Ml R7i48xlarge ml.r7i.48xlarge- Domain
App Instance Type Ml M6id Large ml.m6id.large- Domain
App Instance Type Ml M6id Xlarge ml.m6id.xlarge- Domain
App Instance Type Ml M6id2xlarge ml.m6id.2xlarge- Domain
App Instance Type Ml M6id4xlarge ml.m6id.4xlarge- Domain
App Instance Type Ml M6id8xlarge ml.m6id.8xlarge- Domain
App Instance Type Ml M6id12xlarge ml.m6id.12xlarge- Domain
App Instance Type Ml M6id16xlarge ml.m6id.16xlarge- Domain
App Instance Type Ml M6id24xlarge ml.m6id.24xlarge- Domain
App Instance Type Ml M6id32xlarge ml.m6id.32xlarge- Domain
App Instance Type Ml C6id Large ml.c6id.large- Domain
App Instance Type Ml C6id Xlarge ml.c6id.xlarge- Domain
App Instance Type Ml C6id2xlarge ml.c6id.2xlarge- Domain
App Instance Type Ml C6id4xlarge ml.c6id.4xlarge- Domain
App Instance Type Ml C6id8xlarge ml.c6id.8xlarge- Domain
App Instance Type Ml C6id12xlarge ml.c6id.12xlarge- Domain
App Instance Type Ml C6id16xlarge ml.c6id.16xlarge- Domain
App Instance Type Ml C6id24xlarge ml.c6id.24xlarge- Domain
App Instance Type Ml C6id32xlarge ml.c6id.32xlarge- Domain
App Instance Type Ml R6id Large ml.r6id.large- Domain
App Instance Type Ml R6id Xlarge ml.r6id.xlarge- Domain
App Instance Type Ml R6id2xlarge ml.r6id.2xlarge- Domain
App Instance Type Ml R6id4xlarge ml.r6id.4xlarge- Domain
App Instance Type Ml R6id8xlarge ml.r6id.8xlarge- Domain
App Instance Type Ml R6id12xlarge ml.r6id.12xlarge- Domain
App Instance Type Ml R6id16xlarge ml.r6id.16xlarge- Domain
App Instance Type Ml R6id24xlarge ml.r6id.24xlarge- Domain
App Instance Type Ml R6id32xlarge ml.r6id.32xlarge
- System
system- Ml
T3Micro ml.t3.micro- Ml
T3Small ml.t3.small- Ml
T3Medium ml.t3.medium- Ml
T3Large ml.t3.large- Ml
T3Xlarge ml.t3.xlarge- Ml
T32xlarge ml.t3.2xlarge- Ml
M5Large ml.m5.large- Ml
M5Xlarge 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
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
C5Large ml.c5.large- Ml
C5Xlarge 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
P3dn24xlarge ml.p3dn.24xlarge- 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
R5Large ml.r5.large- Ml
R5Xlarge 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
G5Xlarge 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- Ml
G6Xlarge ml.g6.xlarge- Ml
G62xlarge ml.g6.2xlarge- Ml
G64xlarge ml.g6.4xlarge- Ml
G68xlarge ml.g6.8xlarge- Ml
G612xlarge ml.g6.12xlarge- Ml
G616xlarge ml.g6.16xlarge- Ml
G624xlarge ml.g6.24xlarge- Ml
G648xlarge ml.g6.48xlarge- Ml
G6e Xlarge ml.g6e.xlarge- Ml
G6e2xlarge ml.g6e.2xlarge- Ml
G6e4xlarge ml.g6e.4xlarge- Ml
G6e8xlarge ml.g6e.8xlarge- Ml
G6e12xlarge ml.g6e.12xlarge- Ml
G6e16xlarge ml.g6e.16xlarge- Ml
G6e24xlarge ml.g6e.24xlarge- Ml
G6e48xlarge ml.g6e.48xlarge- Ml
Geospatial Interactive ml.geospatial.interactive- Ml
P4d24xlarge ml.p4d.24xlarge- Ml
P4de24xlarge ml.p4de.24xlarge- Ml
Trn12xlarge ml.trn1.2xlarge- Ml
Trn132xlarge ml.trn1.32xlarge- Ml
Trn1n32xlarge ml.trn1n.32xlarge- Ml
P548xlarge ml.p5.48xlarge- Ml
P5e48xlarge ml.p5e.48xlarge- Ml
P5en48xlarge ml.p5en.48xlarge- Ml
M6i Large ml.m6i.large- Ml
M6i Xlarge ml.m6i.xlarge- Ml
M6i2xlarge ml.m6i.2xlarge- Ml
M6i4xlarge ml.m6i.4xlarge- Ml
M6i8xlarge ml.m6i.8xlarge- Ml
M6i12xlarge ml.m6i.12xlarge- Ml
M6i16xlarge ml.m6i.16xlarge- Ml
M6i24xlarge ml.m6i.24xlarge- Ml
M6i32xlarge ml.m6i.32xlarge- Ml
M7i Large ml.m7i.large- Ml
M7i Xlarge ml.m7i.xlarge- Ml
M7i2xlarge ml.m7i.2xlarge- Ml
M7i4xlarge ml.m7i.4xlarge- Ml
M7i8xlarge ml.m7i.8xlarge- Ml
M7i12xlarge ml.m7i.12xlarge- Ml
M7i16xlarge ml.m7i.16xlarge- Ml
M7i24xlarge ml.m7i.24xlarge- Ml
M7i48xlarge ml.m7i.48xlarge- Ml
C6i Large ml.c6i.large- Ml
C6i Xlarge ml.c6i.xlarge- Ml
C6i2xlarge ml.c6i.2xlarge- Ml
C6i4xlarge ml.c6i.4xlarge- Ml
C6i8xlarge ml.c6i.8xlarge- Ml
C6i12xlarge ml.c6i.12xlarge- Ml
C6i16xlarge ml.c6i.16xlarge- Ml
C6i24xlarge ml.c6i.24xlarge- Ml
C6i32xlarge ml.c6i.32xlarge- Ml
C7i Large ml.c7i.large- Ml
C7i Xlarge ml.c7i.xlarge- Ml
C7i2xlarge ml.c7i.2xlarge- Ml
C7i4xlarge ml.c7i.4xlarge- Ml
C7i8xlarge ml.c7i.8xlarge- Ml
C7i12xlarge ml.c7i.12xlarge- Ml
C7i16xlarge ml.c7i.16xlarge- Ml
C7i24xlarge ml.c7i.24xlarge- Ml
C7i48xlarge ml.c7i.48xlarge- Ml
R6i Large ml.r6i.large- Ml
R6i Xlarge ml.r6i.xlarge- Ml
R6i2xlarge ml.r6i.2xlarge- Ml
R6i4xlarge ml.r6i.4xlarge- Ml
R6i8xlarge ml.r6i.8xlarge- Ml
R6i12xlarge ml.r6i.12xlarge- Ml
R6i16xlarge ml.r6i.16xlarge- Ml
R6i24xlarge ml.r6i.24xlarge- Ml
R6i32xlarge ml.r6i.32xlarge- Ml
R7i Large ml.r7i.large- Ml
R7i Xlarge ml.r7i.xlarge- Ml
R7i2xlarge ml.r7i.2xlarge- Ml
R7i4xlarge ml.r7i.4xlarge- Ml
R7i8xlarge ml.r7i.8xlarge- Ml
R7i12xlarge ml.r7i.12xlarge- Ml
R7i16xlarge ml.r7i.16xlarge- Ml
R7i24xlarge ml.r7i.24xlarge- Ml
R7i48xlarge ml.r7i.48xlarge- Ml
M6id Large ml.m6id.large- Ml
M6id Xlarge ml.m6id.xlarge- Ml
M6id2xlarge ml.m6id.2xlarge- Ml
M6id4xlarge ml.m6id.4xlarge- Ml
M6id8xlarge ml.m6id.8xlarge- Ml
M6id12xlarge ml.m6id.12xlarge- Ml
M6id16xlarge ml.m6id.16xlarge- Ml
M6id24xlarge ml.m6id.24xlarge- Ml
M6id32xlarge ml.m6id.32xlarge- Ml
C6id Large ml.c6id.large- Ml
C6id Xlarge ml.c6id.xlarge- Ml
C6id2xlarge ml.c6id.2xlarge- Ml
C6id4xlarge ml.c6id.4xlarge- Ml
C6id8xlarge ml.c6id.8xlarge- Ml
C6id12xlarge ml.c6id.12xlarge- Ml
C6id16xlarge ml.c6id.16xlarge- Ml
C6id24xlarge ml.c6id.24xlarge- Ml
C6id32xlarge ml.c6id.32xlarge- Ml
R6id Large ml.r6id.large- Ml
R6id Xlarge ml.r6id.xlarge- Ml
R6id2xlarge ml.r6id.2xlarge- Ml
R6id4xlarge ml.r6id.4xlarge- Ml
R6id8xlarge ml.r6id.8xlarge- Ml
R6id12xlarge ml.r6id.12xlarge- Ml
R6id16xlarge ml.r6id.16xlarge- Ml
R6id24xlarge ml.r6id.24xlarge- Ml
R6id32xlarge ml.r6id.32xlarge
- System
system- Ml
T3Micro ml.t3.micro- Ml
T3Small ml.t3.small- Ml
T3Medium ml.t3.medium- Ml
T3Large ml.t3.large- Ml
T3Xlarge ml.t3.xlarge- Ml
T32xlarge ml.t3.2xlarge- Ml
M5Large ml.m5.large- Ml
M5Xlarge 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
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
C5Large ml.c5.large- Ml
C5Xlarge 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
P3dn24xlarge ml.p3dn.24xlarge- 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
R5Large ml.r5.large- Ml
R5Xlarge 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
G5Xlarge 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- Ml
G6Xlarge ml.g6.xlarge- Ml
G62xlarge ml.g6.2xlarge- Ml
G64xlarge ml.g6.4xlarge- Ml
G68xlarge ml.g6.8xlarge- Ml
G612xlarge ml.g6.12xlarge- Ml
G616xlarge ml.g6.16xlarge- Ml
G624xlarge ml.g6.24xlarge- Ml
G648xlarge ml.g6.48xlarge- Ml
G6e Xlarge ml.g6e.xlarge- Ml
G6e2xlarge ml.g6e.2xlarge- Ml
G6e4xlarge ml.g6e.4xlarge- Ml
G6e8xlarge ml.g6e.8xlarge- Ml
G6e12xlarge ml.g6e.12xlarge- Ml
G6e16xlarge ml.g6e.16xlarge- Ml
G6e24xlarge ml.g6e.24xlarge- Ml
G6e48xlarge ml.g6e.48xlarge- Ml
Geospatial Interactive ml.geospatial.interactive- Ml
P4d24xlarge ml.p4d.24xlarge- Ml
P4de24xlarge ml.p4de.24xlarge- Ml
Trn12xlarge ml.trn1.2xlarge- Ml
Trn132xlarge ml.trn1.32xlarge- Ml
Trn1n32xlarge ml.trn1n.32xlarge- Ml
P548xlarge ml.p5.48xlarge- Ml
P5e48xlarge ml.p5e.48xlarge- Ml
P5en48xlarge ml.p5en.48xlarge- Ml
M6i Large ml.m6i.large- Ml
M6i Xlarge ml.m6i.xlarge- Ml
M6i2xlarge ml.m6i.2xlarge- Ml
M6i4xlarge ml.m6i.4xlarge- Ml
M6i8xlarge ml.m6i.8xlarge- Ml
M6i12xlarge ml.m6i.12xlarge- Ml
M6i16xlarge ml.m6i.16xlarge- Ml
M6i24xlarge ml.m6i.24xlarge- Ml
M6i32xlarge ml.m6i.32xlarge- Ml
M7i Large ml.m7i.large- Ml
M7i Xlarge ml.m7i.xlarge- Ml
M7i2xlarge ml.m7i.2xlarge- Ml
M7i4xlarge ml.m7i.4xlarge- Ml
M7i8xlarge ml.m7i.8xlarge- Ml
M7i12xlarge ml.m7i.12xlarge- Ml
M7i16xlarge ml.m7i.16xlarge- Ml
M7i24xlarge ml.m7i.24xlarge- Ml
M7i48xlarge ml.m7i.48xlarge- Ml
C6i Large ml.c6i.large- Ml
C6i Xlarge ml.c6i.xlarge- Ml
C6i2xlarge ml.c6i.2xlarge- Ml
C6i4xlarge ml.c6i.4xlarge- Ml
C6i8xlarge ml.c6i.8xlarge- Ml
C6i12xlarge ml.c6i.12xlarge- Ml
C6i16xlarge ml.c6i.16xlarge- Ml
C6i24xlarge ml.c6i.24xlarge- Ml
C6i32xlarge ml.c6i.32xlarge- Ml
C7i Large ml.c7i.large- Ml
C7i Xlarge ml.c7i.xlarge- Ml
C7i2xlarge ml.c7i.2xlarge- Ml
C7i4xlarge ml.c7i.4xlarge- Ml
C7i8xlarge ml.c7i.8xlarge- Ml
C7i12xlarge ml.c7i.12xlarge- Ml
C7i16xlarge ml.c7i.16xlarge- Ml
C7i24xlarge ml.c7i.24xlarge- Ml
C7i48xlarge ml.c7i.48xlarge- Ml
R6i Large ml.r6i.large- Ml
R6i Xlarge ml.r6i.xlarge- Ml
R6i2xlarge ml.r6i.2xlarge- Ml
R6i4xlarge ml.r6i.4xlarge- Ml
R6i8xlarge ml.r6i.8xlarge- Ml
R6i12xlarge ml.r6i.12xlarge- Ml
R6i16xlarge ml.r6i.16xlarge- Ml
R6i24xlarge ml.r6i.24xlarge- Ml
R6i32xlarge ml.r6i.32xlarge- Ml
R7i Large ml.r7i.large- Ml
R7i Xlarge ml.r7i.xlarge- Ml
R7i2xlarge ml.r7i.2xlarge- Ml
R7i4xlarge ml.r7i.4xlarge- Ml
R7i8xlarge ml.r7i.8xlarge- Ml
R7i12xlarge ml.r7i.12xlarge- Ml
R7i16xlarge ml.r7i.16xlarge- Ml
R7i24xlarge ml.r7i.24xlarge- Ml
R7i48xlarge ml.r7i.48xlarge- Ml
M6id Large ml.m6id.large- Ml
M6id Xlarge ml.m6id.xlarge- Ml
M6id2xlarge ml.m6id.2xlarge- Ml
M6id4xlarge ml.m6id.4xlarge- Ml
M6id8xlarge ml.m6id.8xlarge- Ml
M6id12xlarge ml.m6id.12xlarge- Ml
M6id16xlarge ml.m6id.16xlarge- Ml
M6id24xlarge ml.m6id.24xlarge- Ml
M6id32xlarge ml.m6id.32xlarge- Ml
C6id Large ml.c6id.large- Ml
C6id Xlarge ml.c6id.xlarge- Ml
C6id2xlarge ml.c6id.2xlarge- Ml
C6id4xlarge ml.c6id.4xlarge- Ml
C6id8xlarge ml.c6id.8xlarge- Ml
C6id12xlarge ml.c6id.12xlarge- Ml
C6id16xlarge ml.c6id.16xlarge- Ml
C6id24xlarge ml.c6id.24xlarge- Ml
C6id32xlarge ml.c6id.32xlarge- Ml
R6id Large ml.r6id.large- Ml
R6id Xlarge ml.r6id.xlarge- Ml
R6id2xlarge ml.r6id.2xlarge- Ml
R6id4xlarge ml.r6id.4xlarge- Ml
R6id8xlarge ml.r6id.8xlarge- Ml
R6id12xlarge ml.r6id.12xlarge- Ml
R6id16xlarge ml.r6id.16xlarge- Ml
R6id24xlarge ml.r6id.24xlarge- Ml
R6id32xlarge ml.r6id.32xlarge
- 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_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_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_P3DN24XLARGE
ml.p3dn.24xlarge- 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_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- ML_G6_XLARGE
ml.g6.xlarge- ML_G62XLARGE
ml.g6.2xlarge- ML_G64XLARGE
ml.g6.4xlarge- ML_G68XLARGE
ml.g6.8xlarge- ML_G612XLARGE
ml.g6.12xlarge- ML_G616XLARGE
ml.g6.16xlarge- ML_G624XLARGE
ml.g6.24xlarge- ML_G648XLARGE
ml.g6.48xlarge- ML_G6E_XLARGE
ml.g6e.xlarge- ML_G6E2XLARGE
ml.g6e.2xlarge- ML_G6E4XLARGE
ml.g6e.4xlarge- ML_G6E8XLARGE
ml.g6e.8xlarge- ML_G6E12XLARGE
ml.g6e.12xlarge- ML_G6E16XLARGE
ml.g6e.16xlarge- ML_G6E24XLARGE
ml.g6e.24xlarge- ML_G6E48XLARGE
ml.g6e.48xlarge- ML_GEOSPATIAL_INTERACTIVE
ml.geospatial.interactive- ML_P4D24XLARGE
ml.p4d.24xlarge- ML_P4DE24XLARGE
ml.p4de.24xlarge- ML_TRN12XLARGE
ml.trn1.2xlarge- ML_TRN132XLARGE
ml.trn1.32xlarge- ML_TRN1N32XLARGE
ml.trn1n.32xlarge- ML_P548XLARGE
ml.p5.48xlarge- ML_P5E48XLARGE
ml.p5e.48xlarge- ML_P5EN48XLARGE
ml.p5en.48xlarge- ML_M6I_LARGE
ml.m6i.large- ML_M6I_XLARGE
ml.m6i.xlarge- ML_M6I2XLARGE
ml.m6i.2xlarge- ML_M6I4XLARGE
ml.m6i.4xlarge- ML_M6I8XLARGE
ml.m6i.8xlarge- ML_M6I12XLARGE
ml.m6i.12xlarge- ML_M6I16XLARGE
ml.m6i.16xlarge- ML_M6I24XLARGE
ml.m6i.24xlarge- ML_M6I32XLARGE
ml.m6i.32xlarge- ML_M7I_LARGE
ml.m7i.large- ML_M7I_XLARGE
ml.m7i.xlarge- ML_M7I2XLARGE
ml.m7i.2xlarge- ML_M7I4XLARGE
ml.m7i.4xlarge- ML_M7I8XLARGE
ml.m7i.8xlarge- ML_M7I12XLARGE
ml.m7i.12xlarge- ML_M7I16XLARGE
ml.m7i.16xlarge- ML_M7I24XLARGE
ml.m7i.24xlarge- ML_M7I48XLARGE
ml.m7i.48xlarge- ML_C6I_LARGE
ml.c6i.large- ML_C6I_XLARGE
ml.c6i.xlarge- ML_C6I2XLARGE
ml.c6i.2xlarge- ML_C6I4XLARGE
ml.c6i.4xlarge- ML_C6I8XLARGE
ml.c6i.8xlarge- ML_C6I12XLARGE
ml.c6i.12xlarge- ML_C6I16XLARGE
ml.c6i.16xlarge- ML_C6I24XLARGE
ml.c6i.24xlarge- ML_C6I32XLARGE
ml.c6i.32xlarge- ML_C7I_LARGE
ml.c7i.large- ML_C7I_XLARGE
ml.c7i.xlarge- ML_C7I2XLARGE
ml.c7i.2xlarge- ML_C7I4XLARGE
ml.c7i.4xlarge- ML_C7I8XLARGE
ml.c7i.8xlarge- ML_C7I12XLARGE
ml.c7i.12xlarge- ML_C7I16XLARGE
ml.c7i.16xlarge- ML_C7I24XLARGE
ml.c7i.24xlarge- ML_C7I48XLARGE
ml.c7i.48xlarge- ML_R6I_LARGE
ml.r6i.large- ML_R6I_XLARGE
ml.r6i.xlarge- ML_R6I2XLARGE
ml.r6i.2xlarge- ML_R6I4XLARGE
ml.r6i.4xlarge- ML_R6I8XLARGE
ml.r6i.8xlarge- ML_R6I12XLARGE
ml.r6i.12xlarge- ML_R6I16XLARGE
ml.r6i.16xlarge- ML_R6I24XLARGE
ml.r6i.24xlarge- ML_R6I32XLARGE
ml.r6i.32xlarge- ML_R7I_LARGE
ml.r7i.large- ML_R7I_XLARGE
ml.r7i.xlarge- ML_R7I2XLARGE
ml.r7i.2xlarge- ML_R7I4XLARGE
ml.r7i.4xlarge- ML_R7I8XLARGE
ml.r7i.8xlarge- ML_R7I12XLARGE
ml.r7i.12xlarge- ML_R7I16XLARGE
ml.r7i.16xlarge- ML_R7I24XLARGE
ml.r7i.24xlarge- ML_R7I48XLARGE
ml.r7i.48xlarge- ML_M6ID_LARGE
ml.m6id.large- ML_M6ID_XLARGE
ml.m6id.xlarge- ML_M6ID2XLARGE
ml.m6id.2xlarge- ML_M6ID4XLARGE
ml.m6id.4xlarge- ML_M6ID8XLARGE
ml.m6id.8xlarge- ML_M6ID12XLARGE
ml.m6id.12xlarge- ML_M6ID16XLARGE
ml.m6id.16xlarge- ML_M6ID24XLARGE
ml.m6id.24xlarge- ML_M6ID32XLARGE
ml.m6id.32xlarge- ML_C6ID_LARGE
ml.c6id.large- ML_C6ID_XLARGE
ml.c6id.xlarge- ML_C6ID2XLARGE
ml.c6id.2xlarge- ML_C6ID4XLARGE
ml.c6id.4xlarge- ML_C6ID8XLARGE
ml.c6id.8xlarge- ML_C6ID12XLARGE
ml.c6id.12xlarge- ML_C6ID16XLARGE
ml.c6id.16xlarge- ML_C6ID24XLARGE
ml.c6id.24xlarge- ML_C6ID32XLARGE
ml.c6id.32xlarge- ML_R6ID_LARGE
ml.r6id.large- ML_R6ID_XLARGE
ml.r6id.xlarge- ML_R6ID2XLARGE
ml.r6id.2xlarge- ML_R6ID4XLARGE
ml.r6id.4xlarge- ML_R6ID8XLARGE
ml.r6id.8xlarge- ML_R6ID12XLARGE
ml.r6id.12xlarge- ML_R6ID16XLARGE
ml.r6id.16xlarge- ML_R6ID24XLARGE
ml.r6id.24xlarge- ML_R6ID32XLARGE
ml.r6id.32xlarge
- "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.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.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.p3dn.24xlarge"
ml.p3dn.24xlarge- "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.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- "ml.g6.xlarge"
ml.g6.xlarge- "ml.g6.2xlarge"
ml.g6.2xlarge- "ml.g6.4xlarge"
ml.g6.4xlarge- "ml.g6.8xlarge"
ml.g6.8xlarge- "ml.g6.12xlarge"
ml.g6.12xlarge- "ml.g6.16xlarge"
ml.g6.16xlarge- "ml.g6.24xlarge"
ml.g6.24xlarge- "ml.g6.48xlarge"
ml.g6.48xlarge- "ml.g6e.xlarge"
ml.g6e.xlarge- "ml.g6e.2xlarge"
ml.g6e.2xlarge- "ml.g6e.4xlarge"
ml.g6e.4xlarge- "ml.g6e.8xlarge"
ml.g6e.8xlarge- "ml.g6e.12xlarge"
ml.g6e.12xlarge- "ml.g6e.16xlarge"
ml.g6e.16xlarge- "ml.g6e.24xlarge"
ml.g6e.24xlarge- "ml.g6e.48xlarge"
ml.g6e.48xlarge- "ml.geospatial.interactive"
ml.geospatial.interactive- "ml.p4d.24xlarge"
ml.p4d.24xlarge- "ml.p4de.24xlarge"
ml.p4de.24xlarge- "ml.trn1.2xlarge"
ml.trn1.2xlarge- "ml.trn1.32xlarge"
ml.trn1.32xlarge- "ml.trn1n.32xlarge"
ml.trn1n.32xlarge- "ml.p5.48xlarge"
ml.p5.48xlarge- "ml.p5e.48xlarge"
ml.p5e.48xlarge- "ml.p5en.48xlarge"
ml.p5en.48xlarge- "ml.m6i.large"
ml.m6i.large- "ml.m6i.xlarge"
ml.m6i.xlarge- "ml.m6i.2xlarge"
ml.m6i.2xlarge- "ml.m6i.4xlarge"
ml.m6i.4xlarge- "ml.m6i.8xlarge"
ml.m6i.8xlarge- "ml.m6i.12xlarge"
ml.m6i.12xlarge- "ml.m6i.16xlarge"
ml.m6i.16xlarge- "ml.m6i.24xlarge"
ml.m6i.24xlarge- "ml.m6i.32xlarge"
ml.m6i.32xlarge- "ml.m7i.large"
ml.m7i.large- "ml.m7i.xlarge"
ml.m7i.xlarge- "ml.m7i.2xlarge"
ml.m7i.2xlarge- "ml.m7i.4xlarge"
ml.m7i.4xlarge- "ml.m7i.8xlarge"
ml.m7i.8xlarge- "ml.m7i.12xlarge"
ml.m7i.12xlarge- "ml.m7i.16xlarge"
ml.m7i.16xlarge- "ml.m7i.24xlarge"
ml.m7i.24xlarge- "ml.m7i.48xlarge"
ml.m7i.48xlarge- "ml.c6i.large"
ml.c6i.large- "ml.c6i.xlarge"
ml.c6i.xlarge- "ml.c6i.2xlarge"
ml.c6i.2xlarge- "ml.c6i.4xlarge"
ml.c6i.4xlarge- "ml.c6i.8xlarge"
ml.c6i.8xlarge- "ml.c6i.12xlarge"
ml.c6i.12xlarge- "ml.c6i.16xlarge"
ml.c6i.16xlarge- "ml.c6i.24xlarge"
ml.c6i.24xlarge- "ml.c6i.32xlarge"
ml.c6i.32xlarge- "ml.c7i.large"
ml.c7i.large- "ml.c7i.xlarge"
ml.c7i.xlarge- "ml.c7i.2xlarge"
ml.c7i.2xlarge- "ml.c7i.4xlarge"
ml.c7i.4xlarge- "ml.c7i.8xlarge"
ml.c7i.8xlarge- "ml.c7i.12xlarge"
ml.c7i.12xlarge- "ml.c7i.16xlarge"
ml.c7i.16xlarge- "ml.c7i.24xlarge"
ml.c7i.24xlarge- "ml.c7i.48xlarge"
ml.c7i.48xlarge- "ml.r6i.large"
ml.r6i.large- "ml.r6i.xlarge"
ml.r6i.xlarge- "ml.r6i.2xlarge"
ml.r6i.2xlarge- "ml.r6i.4xlarge"
ml.r6i.4xlarge- "ml.r6i.8xlarge"
ml.r6i.8xlarge- "ml.r6i.12xlarge"
ml.r6i.12xlarge- "ml.r6i.16xlarge"
ml.r6i.16xlarge- "ml.r6i.24xlarge"
ml.r6i.24xlarge- "ml.r6i.32xlarge"
ml.r6i.32xlarge- "ml.r7i.large"
ml.r7i.large- "ml.r7i.xlarge"
ml.r7i.xlarge- "ml.r7i.2xlarge"
ml.r7i.2xlarge- "ml.r7i.4xlarge"
ml.r7i.4xlarge- "ml.r7i.8xlarge"
ml.r7i.8xlarge- "ml.r7i.12xlarge"
ml.r7i.12xlarge- "ml.r7i.16xlarge"
ml.r7i.16xlarge- "ml.r7i.24xlarge"
ml.r7i.24xlarge- "ml.r7i.48xlarge"
ml.r7i.48xlarge- "ml.m6id.large"
ml.m6id.large- "ml.m6id.xlarge"
ml.m6id.xlarge- "ml.m6id.2xlarge"
ml.m6id.2xlarge- "ml.m6id.4xlarge"
ml.m6id.4xlarge- "ml.m6id.8xlarge"
ml.m6id.8xlarge- "ml.m6id.12xlarge"
ml.m6id.12xlarge- "ml.m6id.16xlarge"
ml.m6id.16xlarge- "ml.m6id.24xlarge"
ml.m6id.24xlarge- "ml.m6id.32xlarge"
ml.m6id.32xlarge- "ml.c6id.large"
ml.c6id.large- "ml.c6id.xlarge"
ml.c6id.xlarge- "ml.c6id.2xlarge"
ml.c6id.2xlarge- "ml.c6id.4xlarge"
ml.c6id.4xlarge- "ml.c6id.8xlarge"
ml.c6id.8xlarge- "ml.c6id.12xlarge"
ml.c6id.12xlarge- "ml.c6id.16xlarge"
ml.c6id.16xlarge- "ml.c6id.24xlarge"
ml.c6id.24xlarge- "ml.c6id.32xlarge"
ml.c6id.32xlarge- "ml.r6id.large"
ml.r6id.large- "ml.r6id.xlarge"
ml.r6id.xlarge- "ml.r6id.2xlarge"
ml.r6id.2xlarge- "ml.r6id.4xlarge"
ml.r6id.4xlarge- "ml.r6id.8xlarge"
ml.r6id.8xlarge- "ml.r6id.12xlarge"
ml.r6id.12xlarge- "ml.r6id.16xlarge"
ml.r6id.16xlarge- "ml.r6id.24xlarge"
ml.r6id.24xlarge- "ml.r6id.32xlarge"
ml.r6id.32xlarge
DomainAppLifecycleManagement, DomainAppLifecycleManagementArgs
- Idle
Settings Pulumi.Aws Native. Sage Maker. Inputs. Domain Idle Settings - Settings related to idle shutdown of Studio applications.
- Idle
Settings DomainIdle Settings - Settings related to idle shutdown of Studio applications.
- idle
Settings DomainIdle Settings - Settings related to idle shutdown of Studio applications.
- idle
Settings DomainIdle Settings - Settings related to idle shutdown of Studio applications.
- idle_
settings DomainIdle Settings - Settings related to idle shutdown of Studio applications.
- idle
Settings Property Map - Settings related to idle shutdown of Studio applications.
DomainAppNetworkAccessType, DomainAppNetworkAccessTypeArgs
- Public
Internet Only PublicInternetOnly- Vpc
Only VpcOnly
- Domain
App Network Access Type Public Internet Only PublicInternetOnly- Domain
App Network Access Type Vpc Only VpcOnly
- Public
Internet Only PublicInternetOnly- Vpc
Only VpcOnly
- Public
Internet Only PublicInternetOnly- Vpc
Only VpcOnly
- PUBLIC_INTERNET_ONLY
PublicInternetOnly- VPC_ONLY
VpcOnly
- "Public
Internet Only" PublicInternetOnly- "Vpc
Only" VpcOnly
DomainAppSecurityGroupManagement, DomainAppSecurityGroupManagementArgs
- Service
Service- Customer
Customer
- Domain
App Security Group Management Service Service- Domain
App Security Group Management Customer Customer
- Service
Service- Customer
Customer
- Service
Service- Customer
Customer
- SERVICE
Service- CUSTOMER
Customer
- "Service"
Service- "Customer"
Customer
DomainAppType, DomainAppTypeArgs
- Jupyter
Server JupyterServer- Tensor
Board TensorBoard- RStudio
Server Pro RStudioServerPro- Jupyter
Lab JupyterLab- Code
Editor CodeEditor- Detailed
Profiler DetailedProfiler- Canvas
Canvas
- Domain
App Type Jupyter Server JupyterServer- Domain
App Type Tensor Board TensorBoard- Domain
App Type RStudio Server Pro RStudioServerPro- Domain
App Type Jupyter Lab JupyterLab- Domain
App Type Code Editor CodeEditor- Domain
App Type Detailed Profiler DetailedProfiler- Domain
App Type Canvas Canvas
- Jupyter
Server JupyterServer- Tensor
Board TensorBoard- RStudio
Server Pro RStudioServerPro- Jupyter
Lab JupyterLab- Code
Editor CodeEditor- Detailed
Profiler DetailedProfiler- Canvas
Canvas
- Jupyter
Server JupyterServer- Tensor
Board TensorBoard- RStudio
Server Pro RStudioServerPro- Jupyter
Lab JupyterLab- Code
Editor CodeEditor- Detailed
Profiler DetailedProfiler- Canvas
Canvas
- JUPYTER_SERVER
JupyterServer- TENSOR_BOARD
TensorBoard- R_STUDIO_SERVER_PRO
RStudioServerPro- JUPYTER_LAB
JupyterLab- CODE_EDITOR
CodeEditor- DETAILED_PROFILER
DetailedProfiler- CANVAS
Canvas
- "Jupyter
Server" JupyterServer- "Tensor
Board" TensorBoard- "RStudio
Server Pro" RStudioServerPro- "Jupyter
Lab" JupyterLab- "Code
Editor" CodeEditor- "Detailed
Profiler" DetailedProfiler- "Canvas"
Canvas
DomainAuthMode, DomainAuthModeArgs
- Sso
SSO- Iam
IAM
- Domain
Auth Mode Sso SSO- Domain
Auth Mode Iam IAM
- Sso
SSO- Iam
IAM
- Sso
SSO- Iam
IAM
- SSO
SSO- IAM
IAM
- "SSO"
SSO- "IAM"
IAM
DomainCodeEditorAppSettings, DomainCodeEditorAppSettingsArgs
The CodeEditor app settings.- App
Lifecycle Pulumi.Management Aws Native. Sage Maker. Inputs. Domain App Lifecycle Management - Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- Built
In stringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- Custom
Images List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Custom Image> - A list of custom images for use for CodeEditor apps.
- Default
Resource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- Lifecycle
Config List<string>Arns - A list of LifecycleConfigArns available for use with CodeEditor apps.
- App
Lifecycle DomainManagement App Lifecycle Management - Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- Built
In stringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- Custom
Images []DomainCustom Image - A list of custom images for use for CodeEditor apps.
- Default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- Lifecycle
Config []stringArns - A list of LifecycleConfigArns available for use with CodeEditor apps.
- app
Lifecycle DomainManagement App Lifecycle Management - Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- built
In StringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- custom
Images List<DomainCustom Image> - A list of custom images for use for CodeEditor apps.
- default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycle
Config List<String>Arns - A list of LifecycleConfigArns available for use with CodeEditor apps.
- app
Lifecycle DomainManagement App Lifecycle Management - Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- built
In stringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- custom
Images DomainCustom Image[] - A list of custom images for use for CodeEditor apps.
- default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycle
Config string[]Arns - A list of LifecycleConfigArns available for use with CodeEditor apps.
- app_
lifecycle_ Domainmanagement App Lifecycle Management - Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- built_
in_ strlifecycle_ config_ arn - The lifecycle configuration that runs before the default lifecycle configuration.
- custom_
images Sequence[DomainCustom Image] - A list of custom images for use for CodeEditor apps.
- default_
resource_ Domainspec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycle_
config_ Sequence[str]arns - A list of LifecycleConfigArns available for use with CodeEditor apps.
- app
Lifecycle Property MapManagement - Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- built
In StringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- custom
Images List<Property Map> - A list of custom images for use for CodeEditor apps.
- default
Resource Property MapSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycle
Config List<String>Arns - A list of LifecycleConfigArns available for use with CodeEditor apps.
DomainCodeRepository, DomainCodeRepositoryArgs
- Repository
Url string - A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- Repository
Url string - A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- repository
Url String - A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- repository
Url string - A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- repository_
url str - A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- repository
Url String - A CodeRepository (valid URL) to be used within Jupyter's Git extension.
DomainCustomFileSystemConfig, DomainCustomFileSystemConfigArgs
- Efs
File Pulumi.System Config Aws Native. Sage Maker. Inputs. Domain Efs File System Config - The settings for a custom Amazon EFS file system.
- FSx
Lustre Pulumi.File System Config Aws Native. Sage Maker. Inputs. Domain FSx Lustre File System Config - The settings for a custom Amazon FSx for Lustre file system.
- S3File
System Pulumi.Config Aws Native. Sage Maker. Inputs. Domain S3File System Config - Configuration settings for a custom Amazon S3 file system.
- Efs
File DomainSystem Config Efs File System Config - The settings for a custom Amazon EFS file system.
- FSx
Lustre DomainFile System Config FSx Lustre File System Config - The settings for a custom Amazon FSx for Lustre file system.
- S3File
System DomainConfig S3File System Config - Configuration settings for a custom Amazon S3 file system.
- efs
File DomainSystem Config Efs File System Config - The settings for a custom Amazon EFS file system.
- f
Sx DomainLustre File System Config FSx Lustre File System Config - The settings for a custom Amazon FSx for Lustre file system.
- s3File
System DomainConfig S3File System Config - Configuration settings for a custom Amazon S3 file system.
- efs
File DomainSystem Config Efs File System Config - The settings for a custom Amazon EFS file system.
- f
Sx DomainLustre File System Config FSx Lustre File System Config - The settings for a custom Amazon FSx for Lustre file system.
- s3File
System DomainConfig S3File System Config - Configuration settings for a custom Amazon S3 file system.
- efs_
file_ Domainsystem_ config Efs File System Config - The settings for a custom Amazon EFS file system.
- f_
sx_ Domainlustre_ file_ system_ config FSx Lustre File System Config - The settings for a custom Amazon FSx for Lustre file system.
- s3_
file_ Domainsystem_ config S3File System Config - Configuration settings for a custom Amazon S3 file system.
- efs
File Property MapSystem Config - The settings for a custom Amazon EFS file system.
- f
Sx Property MapLustre File System Config - The settings for a custom Amazon FSx for Lustre file system.
- s3File
System Property MapConfig - Configuration settings for a custom Amazon S3 file system.
DomainCustomImage, DomainCustomImageArgs
A custom SageMaker image.- App
Image stringConfig Name - The Name of the AppImageConfig.
- Image
Name string - The name of the CustomImage. Must be unique to your account.
- Image
Version intNumber - The version number of the CustomImage.
- App
Image stringConfig Name - The Name of the AppImageConfig.
- Image
Name string - The name of the CustomImage. Must be unique to your account.
- Image
Version intNumber - The version number of the CustomImage.
- app
Image StringConfig Name - The Name of the AppImageConfig.
- image
Name String - The name of the CustomImage. Must be unique to your account.
- image
Version IntegerNumber - The version number of the CustomImage.
- app
Image stringConfig Name - The Name of the AppImageConfig.
- image
Name string - The name of the CustomImage. Must be unique to your account.
- image
Version numberNumber - The version number of the CustomImage.
- app_
image_ strconfig_ name - The Name of the AppImageConfig.
- image_
name str - The name of the CustomImage. Must be unique to your account.
- image_
version_ intnumber - The version number of the CustomImage.
- app
Image StringConfig Name - The Name of the AppImageConfig.
- image
Name String - The name of the CustomImage. Must be unique to your account.
- image
Version NumberNumber - The version number of the CustomImage.
DomainCustomPosixUserConfig, DomainCustomPosixUserConfigArgs
DomainDefaultEbsStorageSettings, DomainDefaultEbsStorageSettingsArgs
Properties related to the Amazon Elastic Block Store volume. Must be provided if storage type is Amazon EBS and must not be provided if storage type is not Amazon EBS- Default
Ebs intVolume Size In Gb - Default size of the Amazon EBS volume in Gb
- Maximum
Ebs intVolume Size In Gb - Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- Default
Ebs intVolume Size In Gb - Default size of the Amazon EBS volume in Gb
- Maximum
Ebs intVolume Size In Gb - Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- default
Ebs IntegerVolume Size In Gb - Default size of the Amazon EBS volume in Gb
- maximum
Ebs IntegerVolume Size In Gb - Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- default
Ebs numberVolume Size In Gb - Default size of the Amazon EBS volume in Gb
- maximum
Ebs numberVolume Size In Gb - Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- default_
ebs_ intvolume_ size_ in_ gb - Default size of the Amazon EBS volume in Gb
- maximum_
ebs_ intvolume_ size_ in_ gb - Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- default
Ebs NumberVolume Size In Gb - Default size of the Amazon EBS volume in Gb
- maximum
Ebs NumberVolume Size In Gb - Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
DomainDefaultSpaceSettings, DomainDefaultSpaceSettingsArgs
A collection of settings that apply to spaces of Amazon SageMaker Studio. These settings are specified when the Create/Update Domain API is called.- Execution
Role string - The execution role for the space.
- Custom
File List<Pulumi.System Configs Aws Native. Sage Maker. Inputs. Domain Custom File System Config> - The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- Custom
Posix Pulumi.User Config Aws Native. Sage Maker. Inputs. Domain Custom Posix User Config - The Jupyter lab's custom posix user configurations.
- Jupyter
Lab Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Jupyter Lab App Settings - The Jupyter lab's app settings.
- Jupyter
Server Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Jupyter Server App Settings - The Jupyter server's app settings.
- Kernel
Gateway Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Kernel Gateway App Settings - The kernel gateway app settings.
- Security
Groups List<string> - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Space
Storage Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain Default Space Storage Settings - The Jupyter lab's space storage settings.
- Execution
Role string - The execution role for the space.
- Custom
File []DomainSystem Configs Custom File System Config - The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- Custom
Posix DomainUser Config Custom Posix User Config - The Jupyter lab's custom posix user configurations.
- Jupyter
Lab DomainApp Settings Jupyter Lab App Settings - The Jupyter lab's app settings.
- Jupyter
Server DomainApp Settings Jupyter Server App Settings - The Jupyter server's app settings.
- Kernel
Gateway DomainApp Settings Kernel Gateway App Settings - The kernel gateway app settings.
- Security
Groups []string - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Space
Storage DomainSettings Default Space Storage Settings - The Jupyter lab's space storage settings.
- execution
Role String - The execution role for the space.
- custom
File List<DomainSystem Configs Custom File System Config> - The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- custom
Posix DomainUser Config Custom Posix User Config - The Jupyter lab's custom posix user configurations.
- jupyter
Lab DomainApp Settings Jupyter Lab App Settings - The Jupyter lab's app settings.
- jupyter
Server DomainApp Settings Jupyter Server App Settings - The Jupyter server's app settings.
- kernel
Gateway DomainApp Settings Kernel Gateway App Settings - The kernel gateway app settings.
- security
Groups List<String> - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- space
Storage DomainSettings Default Space Storage Settings - The Jupyter lab's space storage settings.
- execution
Role string - The execution role for the space.
- custom
File DomainSystem Configs Custom File System Config[] - The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- custom
Posix DomainUser Config Custom Posix User Config - The Jupyter lab's custom posix user configurations.
- jupyter
Lab DomainApp Settings Jupyter Lab App Settings - The Jupyter lab's app settings.
- jupyter
Server DomainApp Settings Jupyter Server App Settings - The Jupyter server's app settings.
- kernel
Gateway DomainApp Settings Kernel Gateway App Settings - The kernel gateway app settings.
- security
Groups string[] - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- space
Storage DomainSettings Default Space Storage Settings - The Jupyter lab's space storage settings.
- execution_
role str - The execution role for the space.
- custom_
file_ Sequence[Domainsystem_ configs Custom File System Config] - The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- custom_
posix_ Domainuser_ config Custom Posix User Config - The Jupyter lab's custom posix user configurations.
- jupyter_
lab_ Domainapp_ settings Jupyter Lab App Settings - The Jupyter lab's app settings.
- jupyter_
server_ Domainapp_ settings Jupyter Server App Settings - The Jupyter server's app settings.
- kernel_
gateway_ Domainapp_ settings Kernel Gateway App Settings - The kernel gateway app settings.
- security_
groups Sequence[str] - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- space_
storage_ Domainsettings Default Space Storage Settings - The Jupyter lab's space storage settings.
- execution
Role String - The execution role for the space.
- custom
File List<Property Map>System Configs - The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- custom
Posix Property MapUser Config - The Jupyter lab's custom posix user configurations.
- jupyter
Lab Property MapApp Settings - The Jupyter lab's app settings.
- jupyter
Server Property MapApp Settings - The Jupyter server's app settings.
- kernel
Gateway Property MapApp Settings - The kernel gateway app settings.
- security
Groups List<String> - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- space
Storage Property MapSettings - The Jupyter lab's space storage settings.
DomainDefaultSpaceStorageSettings, DomainDefaultSpaceStorageSettingsArgs
Default storage settings for a space.- Default
Ebs Pulumi.Storage Settings Aws Native. Sage Maker. Inputs. Domain Default Ebs Storage Settings - The default EBS storage settings for a space.
- Default
Ebs DomainStorage Settings Default Ebs Storage Settings - The default EBS storage settings for a space.
- default
Ebs DomainStorage Settings Default Ebs Storage Settings - The default EBS storage settings for a space.
- default
Ebs DomainStorage Settings Default Ebs Storage Settings - The default EBS storage settings for a space.
- default_
ebs_ Domainstorage_ settings Default Ebs Storage Settings - The default EBS storage settings for a space.
- default
Ebs Property MapStorage Settings - The default EBS storage settings for a space.
DomainDockerSettings, DomainDockerSettingsArgs
A collection of settings that are required to start docker-proxy server.- Enable
Docker Pulumi.Access Aws Native. Sage Maker. Domain Docker Settings Enable Docker Access - The flag to enable/disable docker-proxy server
- Vpc
Only List<string>Trusted Accounts - A list of account id's that would be used to pull images from in VpcOnly mode
- Enable
Docker DomainAccess Docker Settings Enable Docker Access - The flag to enable/disable docker-proxy server
- Vpc
Only []stringTrusted Accounts - A list of account id's that would be used to pull images from in VpcOnly mode
- enable
Docker DomainAccess Docker Settings Enable Docker Access - The flag to enable/disable docker-proxy server
- vpc
Only List<String>Trusted Accounts - A list of account id's that would be used to pull images from in VpcOnly mode
- enable
Docker DomainAccess Docker Settings Enable Docker Access - The flag to enable/disable docker-proxy server
- vpc
Only string[]Trusted Accounts - A list of account id's that would be used to pull images from in VpcOnly mode
- enable_
docker_ Domainaccess Docker Settings Enable Docker Access - The flag to enable/disable docker-proxy server
- vpc_
only_ Sequence[str]trusted_ accounts - A list of account id's that would be used to pull images from in VpcOnly mode
- enable
Docker "ENABLED" | "DISABLED"Access - The flag to enable/disable docker-proxy server
- vpc
Only List<String>Trusted Accounts - A list of account id's that would be used to pull images from in VpcOnly mode
DomainDockerSettingsEnableDockerAccess, DomainDockerSettingsEnableDockerAccessArgs
- Enabled
ENABLED- Disabled
DISABLED
- Domain
Docker Settings Enable Docker Access Enabled ENABLED- Domain
Docker Settings Enable Docker Access Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
DomainEfsFileSystemConfig, DomainEfsFileSystemConfigArgs
- File
System stringId - The ID of your Amazon EFS file system.
- File
System stringPath - The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- File
System stringId - The ID of your Amazon EFS file system.
- File
System stringPath - The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- file
System StringId - The ID of your Amazon EFS file system.
- file
System StringPath - The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- file
System stringId - The ID of your Amazon EFS file system.
- file
System stringPath - The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- file_
system_ strid - The ID of your Amazon EFS file system.
- file_
system_ strpath - The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- file
System StringId - The ID of your Amazon EFS file system.
- file
System StringPath - The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
DomainFSxLustreFileSystemConfig, DomainFSxLustreFileSystemConfigArgs
- File
System stringId - The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- File
System stringPath - The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- File
System stringId - The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- File
System stringPath - The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- file
System StringId - The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- file
System StringPath - The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- file
System stringId - The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- file
System stringPath - The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- file_
system_ strid - The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- file_
system_ strpath - The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- file
System StringId - The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- file
System StringPath - The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
DomainHiddenSageMakerImage, DomainHiddenSageMakerImageArgs
- Sage
Maker Pulumi.Image Name Aws Native. Sage Maker. Domain Hidden Sage Maker Image Sage Maker Image Name - The SageMaker image name that you are hiding from the Studio user interface.
- Version
Aliases List<string> - The version aliases you are hiding from the Studio user interface.
- Sage
Maker DomainImage Name Hidden Sage Maker Image Sage Maker Image Name - The SageMaker image name that you are hiding from the Studio user interface.
- Version
Aliases []string - The version aliases you are hiding from the Studio user interface.
- sage
Maker DomainImage Name Hidden Sage Maker Image Sage Maker Image Name - The SageMaker image name that you are hiding from the Studio user interface.
- version
Aliases List<String> - The version aliases you are hiding from the Studio user interface.
- sage
Maker DomainImage Name Hidden Sage Maker Image Sage Maker Image Name - The SageMaker image name that you are hiding from the Studio user interface.
- version
Aliases string[] - The version aliases you are hiding from the Studio user interface.
- sage_
maker_ Domainimage_ name Hidden Sage Maker Image Sage Maker Image Name - The SageMaker image name that you are hiding from the Studio user interface.
- version_
aliases Sequence[str] - The version aliases you are hiding from the Studio user interface.
- sage
Maker "_Image Name distribution" - The SageMaker image name that you are hiding from the Studio user interface.
- version
Aliases List<String> - The version aliases you are hiding from the Studio user interface.
DomainHiddenSageMakerImageSageMakerImageName, DomainHiddenSageMakerImageSageMakerImageNameArgs
- Sagemaker
Distribution sagemaker_distribution
- Domain
Hidden Sage Maker Image Sage Maker Image Name Sagemaker Distribution sagemaker_distribution
- Sagemaker
Distribution sagemaker_distribution
- Sagemaker
Distribution sagemaker_distribution
- SAGEMAKER_DISTRIBUTION
sagemaker_distribution
- "sagemaker_
distribution" sagemaker_distribution
DomainIdleSettings, DomainIdleSettingsArgs
- Idle
Timeout intIn Minutes - The time that SageMaker waits after the application becomes idle before shutting it down.
- Lifecycle
Management Pulumi.Aws Native. Sage Maker. Domain Lifecycle Management - Indicates whether idle shutdown is activated for the application type.
- Max
Idle intTimeout In Minutes - The maximum value in minutes that custom idle shutdown can be set to by the user.
- Min
Idle intTimeout In Minutes - The minimum value in minutes that custom idle shutdown can be set to by the user.
- Idle
Timeout intIn Minutes - The time that SageMaker waits after the application becomes idle before shutting it down.
- Lifecycle
Management DomainLifecycle Management - Indicates whether idle shutdown is activated for the application type.
- Max
Idle intTimeout In Minutes - The maximum value in minutes that custom idle shutdown can be set to by the user.
- Min
Idle intTimeout In Minutes - The minimum value in minutes that custom idle shutdown can be set to by the user.
- idle
Timeout IntegerIn Minutes - The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycle
Management DomainLifecycle Management - Indicates whether idle shutdown is activated for the application type.
- max
Idle IntegerTimeout In Minutes - The maximum value in minutes that custom idle shutdown can be set to by the user.
- min
Idle IntegerTimeout In Minutes - The minimum value in minutes that custom idle shutdown can be set to by the user.
- idle
Timeout numberIn Minutes - The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycle
Management DomainLifecycle Management - Indicates whether idle shutdown is activated for the application type.
- max
Idle numberTimeout In Minutes - The maximum value in minutes that custom idle shutdown can be set to by the user.
- min
Idle numberTimeout In Minutes - The minimum value in minutes that custom idle shutdown can be set to by the user.
- idle_
timeout_ intin_ minutes - The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycle_
management DomainLifecycle Management - Indicates whether idle shutdown is activated for the application type.
- max_
idle_ inttimeout_ in_ minutes - The maximum value in minutes that custom idle shutdown can be set to by the user.
- min_
idle_ inttimeout_ in_ minutes - The minimum value in minutes that custom idle shutdown can be set to by the user.
- idle
Timeout NumberIn Minutes - The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycle
Management "ENABLED" | "DISABLED" - Indicates whether idle shutdown is activated for the application type.
- max
Idle NumberTimeout In Minutes - The maximum value in minutes that custom idle shutdown can be set to by the user.
- min
Idle NumberTimeout In Minutes - The minimum value in minutes that custom idle shutdown can be set to by the user.
DomainIpAddressType, DomainIpAddressTypeArgs
- Ipv4
IPV4- Dualstack
DUALSTACK
- Domain
Ip Address Type Ipv4 IPV4- Domain
Ip Address Type Dualstack DUALSTACK
- Ipv4
IPV4- Dualstack
DUALSTACK
- Ipv4
IPV4- Dualstack
DUALSTACK
- IPV4
IPV4- DUALSTACK
DUALSTACK
- "IPV4"
IPV4- "DUALSTACK"
DUALSTACK
DomainJupyterLabAppSettings, DomainJupyterLabAppSettingsArgs
The JupyterLab app settings.- App
Lifecycle Pulumi.Management Aws Native. Sage Maker. Inputs. Domain App Lifecycle Management - Indicates whether idle shutdown is activated for JupyterLab applications.
- Built
In stringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- Code
Repositories List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Code Repository> - A list of CodeRepositories available for use with JupyterLab apps.
- Custom
Images List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Custom Image> - A list of custom images for use for JupyterLab apps.
- Default
Resource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- Lifecycle
Config List<string>Arns - A list of LifecycleConfigArns available for use with JupyterLab apps.
- App
Lifecycle DomainManagement App Lifecycle Management - Indicates whether idle shutdown is activated for JupyterLab applications.
- Built
In stringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- Code
Repositories []DomainCode Repository - A list of CodeRepositories available for use with JupyterLab apps.
- Custom
Images []DomainCustom Image - A list of custom images for use for JupyterLab apps.
- Default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- Lifecycle
Config []stringArns - A list of LifecycleConfigArns available for use with JupyterLab apps.
- app
Lifecycle DomainManagement App Lifecycle Management - Indicates whether idle shutdown is activated for JupyterLab applications.
- built
In StringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- code
Repositories List<DomainCode Repository> - A list of CodeRepositories available for use with JupyterLab apps.
- custom
Images List<DomainCustom Image> - A list of custom images for use for JupyterLab apps.
- default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycle
Config List<String>Arns - A list of LifecycleConfigArns available for use with JupyterLab apps.
- app
Lifecycle DomainManagement App Lifecycle Management - Indicates whether idle shutdown is activated for JupyterLab applications.
- built
In stringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- code
Repositories DomainCode Repository[] - A list of CodeRepositories available for use with JupyterLab apps.
- custom
Images DomainCustom Image[] - A list of custom images for use for JupyterLab apps.
- default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycle
Config string[]Arns - A list of LifecycleConfigArns available for use with JupyterLab apps.
- app_
lifecycle_ Domainmanagement App Lifecycle Management - Indicates whether idle shutdown is activated for JupyterLab applications.
- built_
in_ strlifecycle_ config_ arn - The lifecycle configuration that runs before the default lifecycle configuration.
- code_
repositories Sequence[DomainCode Repository] - A list of CodeRepositories available for use with JupyterLab apps.
- custom_
images Sequence[DomainCustom Image] - A list of custom images for use for JupyterLab apps.
- default_
resource_ Domainspec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycle_
config_ Sequence[str]arns - A list of LifecycleConfigArns available for use with JupyterLab apps.
- app
Lifecycle Property MapManagement - Indicates whether idle shutdown is activated for JupyterLab applications.
- built
In StringLifecycle Config Arn - The lifecycle configuration that runs before the default lifecycle configuration.
- code
Repositories List<Property Map> - A list of CodeRepositories available for use with JupyterLab apps.
- custom
Images List<Property Map> - A list of custom images for use for JupyterLab apps.
- default
Resource Property MapSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycle
Config List<String>Arns - A list of LifecycleConfigArns available for use with JupyterLab apps.
DomainJupyterServerAppSettings, DomainJupyterServerAppSettingsArgs
The JupyterServer app settings.- Default
Resource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- Lifecycle
Config List<string>Arns - A list of LifecycleConfigArns available for use with JupyterServer apps.
- Default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- Lifecycle
Config []stringArns - A list of LifecycleConfigArns available for use with JupyterServer apps.
- default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycle
Config List<String>Arns - A list of LifecycleConfigArns available for use with JupyterServer apps.
- default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycle
Config string[]Arns - A list of LifecycleConfigArns available for use with JupyterServer apps.
- default_
resource_ Domainspec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycle_
config_ Sequence[str]arns - A list of LifecycleConfigArns available for use with JupyterServer apps.
- default
Resource Property MapSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycle
Config List<String>Arns - A list of LifecycleConfigArns available for use with JupyterServer apps.
DomainKernelGatewayAppSettings, DomainKernelGatewayAppSettingsArgs
The kernel gateway app settings.- Custom
Images List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Custom Image> - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- Default
Resource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- Lifecycle
Config List<string>Arns - A list of LifecycleConfigArns available for use with KernelGateway apps.
- Custom
Images []DomainCustom Image - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- Default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- Lifecycle
Config []stringArns - A list of LifecycleConfigArns available for use with KernelGateway apps.
- custom
Images List<DomainCustom Image> - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycle
Config List<String>Arns - A list of LifecycleConfigArns available for use with KernelGateway apps.
- custom
Images DomainCustom Image[] - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default
Resource DomainSpec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycle
Config string[]Arns - A list of LifecycleConfigArns available for use with KernelGateway apps.
- custom_
images Sequence[DomainCustom Image] - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default_
resource_ Domainspec Resource Spec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycle_
config_ Sequence[str]arns - A list of LifecycleConfigArns available for use with KernelGateway apps.
- custom
Images List<Property Map> - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default
Resource Property MapSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycle
Config List<String>Arns - A list of LifecycleConfigArns available for use with KernelGateway apps.
DomainLifecycleManagement, DomainLifecycleManagementArgs
- Enabled
ENABLED- Disabled
DISABLED
- Domain
Lifecycle Management Enabled ENABLED- Domain
Lifecycle Management Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
DomainMlTools, DomainMlToolsArgs
- Data
Wrangler DataWrangler- Feature
Store FeatureStore- Emr
Clusters EmrClusters- Auto
Ml AutoMl- Experiments
Experiments- Training
Training- Model
Evaluation ModelEvaluation- Pipelines
Pipelines- Models
Models- Jump
Start JumpStart- Inference
Recommender InferenceRecommender- Endpoints
Endpoints- Projects
Projects- Inference
Optimization InferenceOptimization- Hyper
Pod Clusters HyperPodClusters- Comet
Comet- Deepchecks
Llm Evaluation DeepchecksLLMEvaluation- Fiddler
Fiddler- Lakera
Guard LakeraGuard- Performance
Evaluation PerformanceEvaluation
- Domain
Ml Tools Data Wrangler DataWrangler- Domain
Ml Tools Feature Store FeatureStore- Domain
Ml Tools Emr Clusters EmrClusters- Domain
Ml Tools Auto Ml AutoMl- Domain
Ml Tools Experiments Experiments- Domain
Ml Tools Training Training- Domain
Ml Tools Model Evaluation ModelEvaluation- Domain
Ml Tools Pipelines Pipelines- Domain
Ml Tools Models Models- Domain
Ml Tools Jump Start JumpStart- Domain
Ml Tools Inference Recommender InferenceRecommender- Domain
Ml Tools Endpoints Endpoints- Domain
Ml Tools Projects Projects- Domain
Ml Tools Inference Optimization InferenceOptimization- Domain
Ml Tools Hyper Pod Clusters HyperPodClusters- Domain
Ml Tools Comet Comet- Domain
Ml Tools Deepchecks Llm Evaluation DeepchecksLLMEvaluation- Domain
Ml Tools Fiddler Fiddler- Domain
Ml Tools Lakera Guard LakeraGuard- Domain
Ml Tools Performance Evaluation PerformanceEvaluation
- Data
Wrangler DataWrangler- Feature
Store FeatureStore- Emr
Clusters EmrClusters- Auto
Ml AutoMl- Experiments
Experiments- Training
Training- Model
Evaluation ModelEvaluation- Pipelines
Pipelines- Models
Models- Jump
Start JumpStart- Inference
Recommender InferenceRecommender- Endpoints
Endpoints- Projects
Projects- Inference
Optimization InferenceOptimization- Hyper
Pod Clusters HyperPodClusters- Comet
Comet- Deepchecks
Llm Evaluation DeepchecksLLMEvaluation- Fiddler
Fiddler- Lakera
Guard LakeraGuard- Performance
Evaluation PerformanceEvaluation
- Data
Wrangler DataWrangler- Feature
Store FeatureStore- Emr
Clusters EmrClusters- Auto
Ml AutoMl- Experiments
Experiments- Training
Training- Model
Evaluation ModelEvaluation- Pipelines
Pipelines- Models
Models- Jump
Start JumpStart- Inference
Recommender InferenceRecommender- Endpoints
Endpoints- Projects
Projects- Inference
Optimization InferenceOptimization- Hyper
Pod Clusters HyperPodClusters- Comet
Comet- Deepchecks
Llm Evaluation DeepchecksLLMEvaluation- Fiddler
Fiddler- Lakera
Guard LakeraGuard- Performance
Evaluation PerformanceEvaluation
- DATA_WRANGLER
DataWrangler- FEATURE_STORE
FeatureStore- EMR_CLUSTERS
EmrClusters- AUTO_ML
AutoMl- EXPERIMENTS
Experiments- TRAINING
Training- MODEL_EVALUATION
ModelEvaluation- PIPELINES
Pipelines- MODELS
Models- JUMP_START
JumpStart- INFERENCE_RECOMMENDER
InferenceRecommender- ENDPOINTS
Endpoints- PROJECTS
Projects- INFERENCE_OPTIMIZATION
InferenceOptimization- HYPER_POD_CLUSTERS
HyperPodClusters- COMET
Comet- DEEPCHECKS_LLM_EVALUATION
DeepchecksLLMEvaluation- FIDDLER
Fiddler- LAKERA_GUARD
LakeraGuard- PERFORMANCE_EVALUATION
PerformanceEvaluation
- "Data
Wrangler" DataWrangler- "Feature
Store" FeatureStore- "Emr
Clusters" EmrClusters- "Auto
Ml" AutoMl- "Experiments"
Experiments- "Training"
Training- "Model
Evaluation" ModelEvaluation- "Pipelines"
Pipelines- "Models"
Models- "Jump
Start" JumpStart- "Inference
Recommender" InferenceRecommender- "Endpoints"
Endpoints- "Projects"
Projects- "Inference
Optimization" InferenceOptimization- "Hyper
Pod Clusters" HyperPodClusters- "Comet"
Comet- "Deepchecks
LLMEvaluation" DeepchecksLLMEvaluation- "Fiddler"
Fiddler- "Lakera
Guard" LakeraGuard- "Performance
Evaluation" PerformanceEvaluation
DomainRSessionAppSettings, DomainRSessionAppSettingsArgs
A collection of settings that apply to an RSessionGateway app.- Custom
Images List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Custom Image> - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- Default
Resource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- Custom
Images []DomainCustom Image - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- Default
Resource DomainSpec Resource Spec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- custom
Images List<DomainCustom Image> - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default
Resource DomainSpec Resource Spec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- custom
Images DomainCustom Image[] - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default
Resource DomainSpec Resource Spec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- custom_
images Sequence[DomainCustom Image] - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default_
resource_ Domainspec Resource Spec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- custom
Images List<Property Map> - A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default
Resource Property MapSpec - Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
DomainRStudioServerProAppSettings, DomainRStudioServerProAppSettingsArgs
A collection of settings that configure user interaction with the RStudioServerPro app.- Access
Status Pulumi.Aws Native. Sage Maker. Domain RStudio Server Pro App Settings Access Status - Indicates whether the current user has access to the RStudioServerPro app.
- User
Group Pulumi.Aws Native. Sage Maker. Domain RStudio Server Pro App Settings User Group - The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- Access
Status DomainRStudio Server Pro App Settings Access Status - Indicates whether the current user has access to the RStudioServerPro app.
- User
Group DomainRStudio Server Pro App Settings User Group - The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- access
Status DomainRStudio Server Pro App Settings Access Status - Indicates whether the current user has access to the RStudioServerPro app.
- user
Group DomainRStudio Server Pro App Settings User Group - The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- access
Status DomainRStudio Server Pro App Settings Access Status - Indicates whether the current user has access to the RStudioServerPro app.
- user
Group DomainRStudio Server Pro App Settings User Group - The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- access_
status DomainRStudio Server Pro App Settings Access Status - Indicates whether the current user has access to the RStudioServerPro app.
- user_
group DomainRStudio Server Pro App Settings User Group - The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- access
Status "ENABLED" | "DISABLED" - Indicates whether the current user has access to the RStudioServerPro app.
- user
Group "R_STUDIO_ADMIN" | "R_STUDIO_USER" - The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
DomainRStudioServerProAppSettingsAccessStatus, DomainRStudioServerProAppSettingsAccessStatusArgs
- Enabled
ENABLED- Disabled
DISABLED
- Domain
RStudio Server Pro App Settings Access Status Enabled ENABLED- Domain
RStudio Server Pro App Settings Access Status Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
DomainRStudioServerProAppSettingsUserGroup, DomainRStudioServerProAppSettingsUserGroupArgs
- RStudio
Admin R_STUDIO_ADMIN- RStudio
User R_STUDIO_USER
- Domain
RStudio Server Pro App Settings User Group RStudio Admin R_STUDIO_ADMIN- Domain
RStudio Server Pro App Settings User Group RStudio User R_STUDIO_USER
- RStudio
Admin R_STUDIO_ADMIN- RStudio
User R_STUDIO_USER
- RStudio
Admin R_STUDIO_ADMIN- RStudio
User R_STUDIO_USER
- R_STUDIO_ADMIN
R_STUDIO_ADMIN- R_STUDIO_USER
R_STUDIO_USER
- "R_STUDIO_ADMIN"
R_STUDIO_ADMIN- "R_STUDIO_USER"
R_STUDIO_USER
DomainRStudioServerProDomainSettings, DomainRStudioServerProDomainSettingsArgs
A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.- Domain
Execution stringRole Arn - The ARN of the execution role for the RStudioServerPro Domain-level app.
- Default
Resource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec - A collection that defines the default
InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain. - RStudio
Connect stringUrl - A URL pointing to an RStudio Connect server.
- RStudio
Package stringManager Url - A URL pointing to an RStudio Package Manager server.
- Domain
Execution stringRole Arn - The ARN of the execution role for the RStudioServerPro Domain-level app.
- Default
Resource DomainSpec Resource Spec - A collection that defines the default
InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain. - RStudio
Connect stringUrl - A URL pointing to an RStudio Connect server.
- RStudio
Package stringManager Url - A URL pointing to an RStudio Package Manager server.
- domain
Execution StringRole Arn - The ARN of the execution role for the RStudioServerPro Domain-level app.
- default
Resource DomainSpec Resource Spec - A collection that defines the default
InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain. - r
Studio StringConnect Url - A URL pointing to an RStudio Connect server.
- r
Studio StringPackage Manager Url - A URL pointing to an RStudio Package Manager server.
- domain
Execution stringRole Arn - The ARN of the execution role for the RStudioServerPro Domain-level app.
- default
Resource DomainSpec Resource Spec - A collection that defines the default
InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain. - r
Studio stringConnect Url - A URL pointing to an RStudio Connect server.
- r
Studio stringPackage Manager Url - A URL pointing to an RStudio Package Manager server.
- domain_
execution_ strrole_ arn - The ARN of the execution role for the RStudioServerPro Domain-level app.
- default_
resource_ Domainspec Resource Spec - A collection that defines the default
InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain. - r_
studio_ strconnect_ url - A URL pointing to an RStudio Connect server.
- r_
studio_ strpackage_ manager_ url - A URL pointing to an RStudio Package Manager server.
- domain
Execution StringRole Arn - The ARN of the execution role for the RStudioServerPro Domain-level app.
- default
Resource Property MapSpec - A collection that defines the default
InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain. - r
Studio StringConnect Url - A URL pointing to an RStudio Connect server.
- r
Studio StringPackage Manager Url - A URL pointing to an RStudio Package Manager server.
DomainResourceSpec, DomainResourceSpecArgs
- Instance
Type Pulumi.Aws Native. Sage Maker. Domain App Instance Type The instance type that the image version runs on.
JupyterServer apps only support the
systemvalue.For KernelGateway apps , the
systemvalue is translated toml.t3.medium. KernelGateway apps also support all other values for available instance types.- Lifecycle
Config stringArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- Sage
Maker stringImage Arn - The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- Sage
Maker stringImage Version Arn - The Amazon Resource Name (ARN) of the image version created on the instance.
- Instance
Type DomainApp Instance Type The instance type that the image version runs on.
JupyterServer apps only support the
systemvalue.For KernelGateway apps , the
systemvalue is translated toml.t3.medium. KernelGateway apps also support all other values for available instance types.- Lifecycle
Config stringArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- Sage
Maker stringImage Arn - The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- Sage
Maker stringImage Version Arn - The Amazon Resource Name (ARN) of the image version created on the instance.
- instance
Type DomainApp Instance Type The instance type that the image version runs on.
JupyterServer apps only support the
systemvalue.For KernelGateway apps , the
systemvalue is translated toml.t3.medium. KernelGateway apps also support all other values for available instance types.- lifecycle
Config StringArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sage
Maker StringImage Arn - The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- sage
Maker StringImage Version Arn - The Amazon Resource Name (ARN) of the image version created on the instance.
- instance
Type DomainApp Instance Type The instance type that the image version runs on.
JupyterServer apps only support the
systemvalue.For KernelGateway apps , the
systemvalue is translated toml.t3.medium. KernelGateway apps also support all other values for available instance types.- lifecycle
Config stringArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sage
Maker stringImage Arn - The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- sage
Maker stringImage Version Arn - The Amazon Resource Name (ARN) of the image version created on the instance.
- instance_
type DomainApp Instance Type The instance type that the image version runs on.
JupyterServer apps only support the
systemvalue.For KernelGateway apps , the
systemvalue is translated toml.t3.medium. KernelGateway apps also support all other values for available instance types.- lifecycle_
config_ strarn - The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sage_
maker_ strimage_ arn - The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- sage_
maker_ strimage_ version_ arn - The Amazon Resource Name (ARN) of the image version created on the instance.
- instance
Type "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.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.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.p3dn.24xlarge" | "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.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.geospatial.interactive" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.m6id.large" | "ml.m6id.xlarge" | "ml.m6id.2xlarge" | "ml.m6id.4xlarge" | "ml.m6id.8xlarge" | "ml.m6id.12xlarge" | "ml.m6id.16xlarge" | "ml.m6id.24xlarge" | "ml.m6id.32xlarge" | "ml.c6id.large" | "ml.c6id.xlarge" | "ml.c6id.2xlarge" | "ml.c6id.4xlarge" | "ml.c6id.8xlarge" | "ml.c6id.12xlarge" | "ml.c6id.16xlarge" | "ml.c6id.24xlarge" | "ml.c6id.32xlarge" | "ml.r6id.large" | "ml.r6id.xlarge" | "ml.r6id.2xlarge" | "ml.r6id.4xlarge" | "ml.r6id.8xlarge" | "ml.r6id.12xlarge" | "ml.r6id.16xlarge" | "ml.r6id.24xlarge" | "ml.r6id.32xlarge" The instance type that the image version runs on.
JupyterServer apps only support the
systemvalue.For KernelGateway apps , the
systemvalue is translated toml.t3.medium. KernelGateway apps also support all other values for available instance types.- lifecycle
Config StringArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sage
Maker StringImage Arn - The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- sage
Maker StringImage Version Arn - The Amazon Resource Name (ARN) of the image version created on the instance.
DomainS3FileSystemConfig, DomainS3FileSystemConfigArgs
- mount_
path str - The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.
- s3_
uri str - The Amazon S3 URI of the S3 file system configuration.
DomainSettings, DomainSettingsArgs
A collection of Domain settings.- Docker
Settings Pulumi.Aws Native. Sage Maker. Inputs. Domain Docker Settings - A collection of settings that configure the domain's Docker interaction.
- Execution
Role Pulumi.Identity Config Aws Native. Sage Maker. Domain Settings Execution Role Identity Config - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- Ip
Address Pulumi.Type Aws Native. Sage Maker. Domain Ip Address Type - The IP address type for the domain. Specify
ipv4for IPv4-only connectivity ordualstackfor both IPv4 and IPv6 connectivity. When you specifydualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults toipv4. - RStudio
Server Pulumi.Pro Domain Settings Aws Native. Sage Maker. Inputs. Domain RStudio Server Pro Domain Settings - A collection of settings that configure the
RStudioServerProDomain-level app. - Security
Group List<string>Ids - The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- Unified
Studio Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain Unified Studio Settings - The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
- Docker
Settings DomainDocker Settings - A collection of settings that configure the domain's Docker interaction.
- Execution
Role DomainIdentity Config Settings Execution Role Identity Config - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- Ip
Address DomainType Ip Address Type - The IP address type for the domain. Specify
ipv4for IPv4-only connectivity ordualstackfor both IPv4 and IPv6 connectivity. When you specifydualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults toipv4. - RStudio
Server DomainPro Domain Settings RStudio Server Pro Domain Settings - A collection of settings that configure the
RStudioServerProDomain-level app. - Security
Group []stringIds - The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- Unified
Studio DomainSettings Unified Studio Settings - The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
- docker
Settings DomainDocker Settings - A collection of settings that configure the domain's Docker interaction.
- execution
Role DomainIdentity Config Settings Execution Role Identity Config - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- ip
Address DomainType Ip Address Type - The IP address type for the domain. Specify
ipv4for IPv4-only connectivity ordualstackfor both IPv4 and IPv6 connectivity. When you specifydualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults toipv4. - r
Studio DomainServer Pro Domain Settings RStudio Server Pro Domain Settings - A collection of settings that configure the
RStudioServerProDomain-level app. - security
Group List<String>Ids - The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- unified
Studio DomainSettings Unified Studio Settings - The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
- docker
Settings DomainDocker Settings - A collection of settings that configure the domain's Docker interaction.
- execution
Role DomainIdentity Config Settings Execution Role Identity Config - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- ip
Address DomainType Ip Address Type - The IP address type for the domain. Specify
ipv4for IPv4-only connectivity ordualstackfor both IPv4 and IPv6 connectivity. When you specifydualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults toipv4. - r
Studio DomainServer Pro Domain Settings RStudio Server Pro Domain Settings - A collection of settings that configure the
RStudioServerProDomain-level app. - security
Group string[]Ids - The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- unified
Studio DomainSettings Unified Studio Settings - The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
- docker_
settings DomainDocker Settings - A collection of settings that configure the domain's Docker interaction.
- execution_
role_ Domainidentity_ config Settings Execution Role Identity Config - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- ip_
address_ Domaintype Ip Address Type - The IP address type for the domain. Specify
ipv4for IPv4-only connectivity ordualstackfor both IPv4 and IPv6 connectivity. When you specifydualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults toipv4. - r_
studio_ Domainserver_ pro_ domain_ settings RStudio Server Pro Domain Settings - A collection of settings that configure the
RStudioServerProDomain-level app. - security_
group_ Sequence[str]ids - The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- unified_
studio_ Domainsettings Unified Studio Settings - The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
- docker
Settings Property Map - A collection of settings that configure the domain's Docker interaction.
- execution
Role "USER_PROFILE_NAME" | "DISABLED"Identity Config - The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- ip
Address "IPV4" | "DUALSTACK"Type - The IP address type for the domain. Specify
ipv4for IPv4-only connectivity ordualstackfor both IPv4 and IPv6 connectivity. When you specifydualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults toipv4. - r
Studio Property MapServer Pro Domain Settings - A collection of settings that configure the
RStudioServerProDomain-level app. - security
Group List<String>Ids - The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- unified
Studio Property MapSettings - The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
DomainSettingsExecutionRoleIdentityConfig, DomainSettingsExecutionRoleIdentityConfigArgs
- User
Profile Name USER_PROFILE_NAME- Disabled
DISABLED
- Domain
Settings Execution Role Identity Config User Profile Name USER_PROFILE_NAME- Domain
Settings Execution Role Identity Config Disabled DISABLED
- User
Profile Name USER_PROFILE_NAME- Disabled
DISABLED
- User
Profile Name USER_PROFILE_NAME- Disabled
DISABLED
- USER_PROFILE_NAME
USER_PROFILE_NAME- DISABLED
DISABLED
- "USER_PROFILE_NAME"
USER_PROFILE_NAME- "DISABLED"
DISABLED
DomainSharingSettings, DomainSharingSettingsArgs
Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called.- Notebook
Output Pulumi.Option Aws Native. Sage Maker. Domain Sharing Settings Notebook Output Option - Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- S3Kms
Key stringId - When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- S3Output
Path string - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- Notebook
Output DomainOption Sharing Settings Notebook Output Option - Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- S3Kms
Key stringId - When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- S3Output
Path string - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebook
Output DomainOption Sharing Settings Notebook Output Option - Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3Kms
Key StringId - When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3Output
Path String - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebook
Output DomainOption Sharing Settings Notebook Output Option - Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3Kms
Key stringId - When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3Output
Path string - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebook_
output_ Domainoption Sharing Settings Notebook Output Option - Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3_
kms_ strkey_ id - When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3_
output_ strpath - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebook
Output "Allowed" | "Disabled"Option - Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3Kms
Key StringId - When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3Output
Path String - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
DomainSharingSettingsNotebookOutputOption, DomainSharingSettingsNotebookOutputOptionArgs
- Allowed
Allowed- Disabled
Disabled
- Domain
Sharing Settings Notebook Output Option Allowed Allowed- Domain
Sharing Settings Notebook Output Option Disabled Disabled
- Allowed
Allowed- Disabled
Disabled
- Allowed
Allowed- Disabled
Disabled
- ALLOWED
Allowed- DISABLED
Disabled
- "Allowed"
Allowed- "Disabled"
Disabled
DomainStudioWebPortalSettings, DomainStudioWebPortalSettingsArgs
Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.-
List<Pulumi.
Aws Native. Sage Maker. Domain App Type> - Applications supported in Studio that are hidden from the Studio left navigation pane.
-
List<Pulumi.
Aws Native. Sage Maker. Domain App Instance Type> - The instance types you are hiding from the Studio user interface.
-
List<Pulumi.
Aws Native. Sage Maker. Domain Ml Tools> - The machine learning tools that are hidden from the Studio left navigation pane.
-
List<Pulumi.
Aws Native. Sage Maker. Inputs. Domain Hidden Sage Maker Image> - The version aliases you are hiding from the Studio user interface.
-
[]Domain
App Type - Applications supported in Studio that are hidden from the Studio left navigation pane.
-
[]Domain
App Instance Type - The instance types you are hiding from the Studio user interface.
-
[]Domain
Ml Tools - The machine learning tools that are hidden from the Studio left navigation pane.
-
[]Domain
Hidden Sage Maker Image - The version aliases you are hiding from the Studio user interface.
-
List<Domain
App Type> - Applications supported in Studio that are hidden from the Studio left navigation pane.
-
List<Domain
App Instance Type> - The instance types you are hiding from the Studio user interface.
-
List<Domain
Ml Tools> - The machine learning tools that are hidden from the Studio left navigation pane.
-
List<Domain
Hidden Sage Maker Image> - The version aliases you are hiding from the Studio user interface.
-
Domain
App Type[] - Applications supported in Studio that are hidden from the Studio left navigation pane.
-
Domain
App Instance Type[] - The instance types you are hiding from the Studio user interface.
-
Domain
Ml Tools[] - The machine learning tools that are hidden from the Studio left navigation pane.
-
Domain
Hidden Sage Maker Image[] - The version aliases you are hiding from the Studio user interface.
-
Sequence[Domain
App Type] - Applications supported in Studio that are hidden from the Studio left navigation pane.
-
Sequence[Domain
App Instance Type] - The instance types you are hiding from the Studio user interface.
-
Sequence[Domain
Ml Tools] - The machine learning tools that are hidden from the Studio left navigation pane.
-
Sequence[Domain
Hidden Sage Maker Image] - The version aliases you are hiding from the Studio user interface.
-
List<"Jupyter
Server" | "Tensor Board" | "RStudio Server Pro" | "Jupyter Lab" | "Code Editor" | "Detailed Profiler" | "Canvas"> - Applications supported in Studio that are hidden from the Studio left navigation pane.
- List<"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.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.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.p3dn.24xlarge" | "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.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.geospatial.interactive" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.m6id.large" | "ml.m6id.xlarge" | "ml.m6id.2xlarge" | "ml.m6id.4xlarge" | "ml.m6id.8xlarge" | "ml.m6id.12xlarge" | "ml.m6id.16xlarge" | "ml.m6id.24xlarge" | "ml.m6id.32xlarge" | "ml.c6id.large" | "ml.c6id.xlarge" | "ml.c6id.2xlarge" | "ml.c6id.4xlarge" | "ml.c6id.8xlarge" | "ml.c6id.12xlarge" | "ml.c6id.16xlarge" | "ml.c6id.24xlarge" | "ml.c6id.32xlarge" | "ml.r6id.large" | "ml.r6id.xlarge" | "ml.r6id.2xlarge" | "ml.r6id.4xlarge" | "ml.r6id.8xlarge" | "ml.r6id.12xlarge" | "ml.r6id.16xlarge" | "ml.r6id.24xlarge" | "ml.r6id.32xlarge">
- The instance types you are hiding from the Studio user interface.
-
List<"Data
Wrangler" | "Feature Store" | "Emr Clusters" | "Auto Ml" | "Experiments" | "Training" | "Model Evaluation" | "Pipelines" | "Models" | "Jump Start" | "Inference Recommender" | "Endpoints" | "Projects" | "Inference Optimization" | "Hyper Pod Clusters" | "Comet" | "Deepchecks LLMEvaluation" | "Fiddler" | "Lakera Guard" | "Performance Evaluation"> - The machine learning tools that are hidden from the Studio left navigation pane.
- List<Property Map>
- The version aliases you are hiding from the Studio user interface.
DomainTagPropagation, DomainTagPropagationArgs
- Enabled
ENABLED- Disabled
DISABLED
- Domain
Tag Propagation Enabled ENABLED- Domain
Tag Propagation Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
DomainUnifiedStudioSettings, DomainUnifiedStudioSettingsArgs
A collection of settings that apply to an Amazon SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.- Domain
Account stringId - The ID of the AWS account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
- Domain
Id string - The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
- Domain
Region string - The AWS Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
- Environment
Id string - The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
- Project
Id string - The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
- Project
S3Path string - The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
- Studio
Web Pulumi.Portal Access Aws Native. Sage Maker. Domain Unified Studio Settings Studio Web Portal Access Sets whether you can access the domain in Amazon SageMaker Studio:
ENABLED You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces. DISABLED You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
- Domain
Account stringId - The ID of the AWS account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
- Domain
Id string - The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
- Domain
Region string - The AWS Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
- Environment
Id string - The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
- Project
Id string - The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
- Project
S3Path string - The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
- Studio
Web DomainPortal Access Unified Studio Settings Studio Web Portal Access Sets whether you can access the domain in Amazon SageMaker Studio:
ENABLED You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces. DISABLED You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
- domain
Account StringId - The ID of the AWS account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
- domain
Id String - The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
- domain
Region String - The AWS Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
- environment
Id String - The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
- project
Id String - The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
- project
S3Path String - The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
- studio
Web DomainPortal Access Unified Studio Settings Studio Web Portal Access Sets whether you can access the domain in Amazon SageMaker Studio:
ENABLED You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces. DISABLED You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
- domain
Account stringId - The ID of the AWS account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
- domain
Id string - The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
- domain
Region string - The AWS Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
- environment
Id string - The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
- project
Id string - The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
- project
S3Path string - The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
- studio
Web DomainPortal Access Unified Studio Settings Studio Web Portal Access Sets whether you can access the domain in Amazon SageMaker Studio:
ENABLED You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces. DISABLED You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
- domain_
account_ strid - The ID of the AWS account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
- domain_
id str - The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
- domain_
region str - The AWS Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
- environment_
id str - The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
- project_
id str - The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
- project_
s3_ strpath - The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
- studio_
web_ Domainportal_ access Unified Studio Settings Studio Web Portal Access Sets whether you can access the domain in Amazon SageMaker Studio:
ENABLED You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces. DISABLED You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
- domain
Account StringId - The ID of the AWS account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
- domain
Id String - The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
- domain
Region String - The AWS Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
- environment
Id String - The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
- project
Id String - The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
- project
S3Path String - The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
- studio
Web "ENABLED" | "DISABLED"Portal Access Sets whether you can access the domain in Amazon SageMaker Studio:
ENABLED You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces. DISABLED You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
DomainUnifiedStudioSettingsStudioWebPortalAccess, DomainUnifiedStudioSettingsStudioWebPortalAccessArgs
- Enabled
ENABLED- Disabled
DISABLED
- Domain
Unified Studio Settings Studio Web Portal Access Enabled ENABLED- Domain
Unified Studio Settings Studio Web Portal Access Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
DomainUserSettings, DomainUserSettingsArgs
A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.- Execution
Role string - The execution role for the user.
- Auto
Mount Pulumi.Home Efs Aws Native. Sage Maker. Domain User Settings Auto Mount Home Efs - Indicates whether auto-mounting of an EFS volume is supported for the user profile.
- Code
Editor Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Code Editor App Settings The Code Editor application settings.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Custom
File List<Pulumi.System Configs Aws Native. Sage Maker. Inputs. Domain Custom File System Config> The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Custom
Posix Pulumi.User Config Aws Native. Sage Maker. Inputs. Domain Custom Posix User Config Details about the POSIX identity that is used for file system operations.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Default
Landing stringUri - Defines which Amazon SageMaker application users are directed to by default.
- Jupyter
Lab Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Jupyter Lab App Settings The settings for the JupyterLab application.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Jupyter
Server Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Jupyter Server App Settings - The Jupyter server's app settings.
- Kernel
Gateway Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Kernel Gateway App Settings - The kernel gateway app settings.
- RSession
App Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain RSession App Settings - A collection of settings that configure the
RSessionGatewayapp. - RStudio
Server Pulumi.Pro App Settings Aws Native. Sage Maker. Inputs. Domain RStudio Server Pro App Settings - A collection of settings that configure user interaction with the
RStudioServerProapp. - Security
Groups List<string> - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
-
Pulumi.
Aws Native. Sage Maker. Inputs. Domain Sharing Settings - The sharing settings.
- Space
Storage Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain Default Space Storage Settings The storage settings for a space.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Studio
Web Pulumi.Portal Aws Native. Sage Maker. Domain User Settings Studio Web Portal - Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- Studio
Web Pulumi.Portal Settings Aws Native. Sage Maker. Inputs. Domain Studio Web Portal Settings - Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- Execution
Role string - The execution role for the user.
- Auto
Mount DomainHome Efs User Settings Auto Mount Home Efs - Indicates whether auto-mounting of an EFS volume is supported for the user profile.
- Code
Editor DomainApp Settings Code Editor App Settings The Code Editor application settings.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Custom
File []DomainSystem Configs Custom File System Config The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Custom
Posix DomainUser Config Custom Posix User Config Details about the POSIX identity that is used for file system operations.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Default
Landing stringUri - Defines which Amazon SageMaker application users are directed to by default.
- Jupyter
Lab DomainApp Settings Jupyter Lab App Settings The settings for the JupyterLab application.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Jupyter
Server DomainApp Settings Jupyter Server App Settings - The Jupyter server's app settings.
- Kernel
Gateway DomainApp Settings Kernel Gateway App Settings - The kernel gateway app settings.
- RSession
App DomainSettings RSession App Settings - A collection of settings that configure the
RSessionGatewayapp. - RStudio
Server DomainPro App Settings RStudio Server Pro App Settings - A collection of settings that configure user interaction with the
RStudioServerProapp. - Security
Groups []string - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
-
Domain
Sharing Settings - The sharing settings.
- Space
Storage DomainSettings Default Space Storage Settings The storage settings for a space.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- Studio
Web DomainPortal User Settings Studio Web Portal - Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- Studio
Web DomainPortal Settings Studio Web Portal Settings - Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- execution
Role String - The execution role for the user.
- auto
Mount DomainHome Efs User Settings Auto Mount Home Efs - Indicates whether auto-mounting of an EFS volume is supported for the user profile.
- code
Editor DomainApp Settings Code Editor App Settings The Code Editor application settings.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- custom
File List<DomainSystem Configs Custom File System Config> The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- custom
Posix DomainUser Config Custom Posix User Config Details about the POSIX identity that is used for file system operations.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- default
Landing StringUri - Defines which Amazon SageMaker application users are directed to by default.
- jupyter
Lab DomainApp Settings Jupyter Lab App Settings The settings for the JupyterLab application.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- jupyter
Server DomainApp Settings Jupyter Server App Settings - The Jupyter server's app settings.
- kernel
Gateway DomainApp Settings Kernel Gateway App Settings - The kernel gateway app settings.
- r
Session DomainApp Settings RSession App Settings - A collection of settings that configure the
RSessionGatewayapp. - r
Studio DomainServer Pro App Settings RStudio Server Pro App Settings - A collection of settings that configure user interaction with the
RStudioServerProapp. - security
Groups List<String> - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
-
Domain
Sharing Settings - The sharing settings.
- space
Storage DomainSettings Default Space Storage Settings The storage settings for a space.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- studio
Web DomainPortal User Settings Studio Web Portal - Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studio
Web DomainPortal Settings Studio Web Portal Settings - Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- execution
Role string - The execution role for the user.
- auto
Mount DomainHome Efs User Settings Auto Mount Home Efs - Indicates whether auto-mounting of an EFS volume is supported for the user profile.
- code
Editor DomainApp Settings Code Editor App Settings The Code Editor application settings.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- custom
File DomainSystem Configs Custom File System Config[] The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- custom
Posix DomainUser Config Custom Posix User Config Details about the POSIX identity that is used for file system operations.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- default
Landing stringUri - Defines which Amazon SageMaker application users are directed to by default.
- jupyter
Lab DomainApp Settings Jupyter Lab App Settings The settings for the JupyterLab application.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- jupyter
Server DomainApp Settings Jupyter Server App Settings - The Jupyter server's app settings.
- kernel
Gateway DomainApp Settings Kernel Gateway App Settings - The kernel gateway app settings.
- r
Session DomainApp Settings RSession App Settings - A collection of settings that configure the
RSessionGatewayapp. - r
Studio DomainServer Pro App Settings RStudio Server Pro App Settings - A collection of settings that configure user interaction with the
RStudioServerProapp. - security
Groups string[] - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
-
Domain
Sharing Settings - The sharing settings.
- space
Storage DomainSettings Default Space Storage Settings The storage settings for a space.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- studio
Web DomainPortal User Settings Studio Web Portal - Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studio
Web DomainPortal Settings Studio Web Portal Settings - Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- execution_
role str - The execution role for the user.
- auto_
mount_ Domainhome_ efs User Settings Auto Mount Home Efs - Indicates whether auto-mounting of an EFS volume is supported for the user profile.
- code_
editor_ Domainapp_ settings Code Editor App Settings The Code Editor application settings.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- custom_
file_ Sequence[Domainsystem_ configs Custom File System Config] The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- custom_
posix_ Domainuser_ config Custom Posix User Config Details about the POSIX identity that is used for file system operations.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- default_
landing_ struri - Defines which Amazon SageMaker application users are directed to by default.
- jupyter_
lab_ Domainapp_ settings Jupyter Lab App Settings The settings for the JupyterLab application.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- jupyter_
server_ Domainapp_ settings Jupyter Server App Settings - The Jupyter server's app settings.
- kernel_
gateway_ Domainapp_ settings Kernel Gateway App Settings - The kernel gateway app settings.
- r_
session_ Domainapp_ settings RSession App Settings - A collection of settings that configure the
RSessionGatewayapp. - r_
studio_ Domainserver_ pro_ app_ settings RStudio Server Pro App Settings - A collection of settings that configure user interaction with the
RStudioServerProapp. - security_
groups Sequence[str] - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
-
Domain
Sharing Settings - The sharing settings.
- space_
storage_ Domainsettings Default Space Storage Settings The storage settings for a space.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- studio_
web_ Domainportal User Settings Studio Web Portal - Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studio_
web_ Domainportal_ settings Studio Web Portal Settings - Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- execution
Role String - The execution role for the user.
- auto
Mount "Enabled" | "Disabled" | "DefaultHome Efs As Domain" - Indicates whether auto-mounting of an EFS volume is supported for the user profile.
- code
Editor Property MapApp Settings The Code Editor application settings.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- custom
File List<Property Map>System Configs The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- custom
Posix Property MapUser Config Details about the POSIX identity that is used for file system operations.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- default
Landing StringUri - Defines which Amazon SageMaker application users are directed to by default.
- jupyter
Lab Property MapApp Settings The settings for the JupyterLab application.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- jupyter
Server Property MapApp Settings - The Jupyter server's app settings.
- kernel
Gateway Property MapApp Settings - The kernel gateway app settings.
- r
Session Property MapApp Settings - A collection of settings that configure the
RSessionGatewayapp. - r
Studio Property MapServer Pro App Settings - A collection of settings that configure user interaction with the
RStudioServerProapp. - security
Groups List<String> - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Property Map
- The sharing settings.
- space
Storage Property MapSettings The storage settings for a space.
SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.
- studio
Web "ENABLED" | "DISABLED"Portal - Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studio
Web Property MapPortal Settings - Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
DomainUserSettingsAutoMountHomeEfs, DomainUserSettingsAutoMountHomeEfsArgs
- Enabled
Enabled- Disabled
Disabled- Default
As Domain DefaultAsDomain
- Domain
User Settings Auto Mount Home Efs Enabled Enabled- Domain
User Settings Auto Mount Home Efs Disabled Disabled- Domain
User Settings Auto Mount Home Efs Default As Domain DefaultAsDomain
- Enabled
Enabled- Disabled
Disabled- Default
As Domain DefaultAsDomain
- Enabled
Enabled- Disabled
Disabled- Default
As Domain DefaultAsDomain
- ENABLED
Enabled- DISABLED
Disabled- DEFAULT_AS_DOMAIN
DefaultAsDomain
- "Enabled"
Enabled- "Disabled"
Disabled- "Default
As Domain" DefaultAsDomain
DomainUserSettingsStudioWebPortal, DomainUserSettingsStudioWebPortalArgs
- Enabled
ENABLED- Disabled
DISABLED
- Domain
User Settings Studio Web Portal Enabled ENABLED- Domain
User Settings Studio Web Portal Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
