aws-native.sagemaker.Domain
Explore with Pulumi AI
Resource Type definition for AWS::SageMaker::Domain
Create Domain Resource
new Domain(name: string, args: DomainArgs, opts?: CustomResourceOptions);
@overload
def Domain(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_network_access_type: Optional[DomainAppNetworkAccessType] = None,
app_security_group_management: Optional[DomainAppSecurityGroupManagement] = None,
auth_mode: Optional[DomainAuthMode] = None,
default_space_settings: Optional[DomainDefaultSpaceSettingsArgs] = None,
default_user_settings: Optional[DomainUserSettingsArgs] = None,
domain_name: Optional[str] = None,
domain_settings: Optional[DomainSettingsArgs] = None,
kms_key_id: Optional[str] = None,
subnet_ids: Optional[Sequence[str]] = None,
tags: Optional[Sequence[DomainTagArgs]] = None,
vpc_id: Optional[str] = None)
@overload
def Domain(resource_name: str,
args: DomainArgs,
opts: Optional[ResourceOptions] = 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.
- 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
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 Args The default user settings.
- Subnet
Ids List<string> The VPC subnets that Studio uses for communication.
- Vpc
Id string The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 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 Args The default space settings.
- Domain
Name string A name for the domain.
- Domain
Settings Pulumi.Aws Native. Sage Maker. Inputs. Domain Settings Args - 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.
- List<Pulumi.
Aws Native. Sage Maker. Inputs. Domain Tag Args> A list of tags to apply to the user profile.
- 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.
- Subnet
Ids []string The VPC subnets that Studio uses for communication.
- Vpc
Id string The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 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 - 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.
- []Domain
Tag Args A list of tags to apply to the user profile.
- 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.
- subnet
Ids List<String> The VPC subnets that Studio uses for communication.
- vpc
Id String The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 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 - 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.
- List<Domain
Tag Args> A list of tags to apply to the user profile.
- 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.
- subnet
Ids string[] The VPC subnets that Studio uses for communication.
- vpc
Id string The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 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 - 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.
- Domain
Tag Args[] A list of tags to apply to the user profile.
- 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.
- subnet_
ids Sequence[str] The VPC subnets that Studio uses for communication.
- vpc_
id str The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 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 - 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.
- Sequence[Domain
Tag Args] A list of tags to apply to the user profile.
- auth
Mode "SSO" | "IAM" The mode of authentication that members use to access the domain.
- default
User Property MapSettings The default user settings.
- subnet
Ids List<String> The VPC subnets that Studio uses for communication.
- vpc
Id String The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 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 - 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.
- List<Property Map>
A list of tags to apply to the user profile.
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 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 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 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 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_ 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 Managed Application Instance Id The SSO managed application instance ID.
- url String
The URL to the created domain.
Supporting Types
DomainAppNetworkAccessType
- 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
- 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
DomainAuthMode
- 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
DomainCustomImage
- 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.
DomainDefaultSpaceSettings
- Execution
Role string The execution role for the space.
- 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.
- Execution
Role string The execution role for the space.
- 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.
- execution
Role String The execution role for the space.
- 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.
- execution
Role string The execution role for the space.
- 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.
- execution_
role str The execution role for the space.
- 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.
- execution
Role String The execution role for the space.
- 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.
DomainJupyterServerAppSettings
DomainKernelGatewayAppSettings
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
DomainRSessionAppSettings
- 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
- Custom
Images []DomainCustom Image A list of custom SageMaker images that are configured to run as a KernelGateway app.
- Default
Resource DomainSpec Resource Spec
- 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
- custom
Images DomainCustom Image[] A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default
Resource DomainSpec Resource Spec
- 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
- custom
Images List<Property Map> A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default
Resource Property MapSpec
DomainRStudioServerProAppSettings
- 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
- 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
- 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
- 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 - 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 - 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 - 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 - 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 - 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 - 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
- Instance
Type Pulumi.Aws Native. Sage Maker. Domain Resource Spec Instance Type The instance type that the image version runs on.
- 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 DomainResource Spec Instance Type The instance type that the image version runs on.
- 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 DomainResource Spec Instance Type The instance type that the image version runs on.
- 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 DomainResource Spec Instance Type The instance type that the image version runs on.
- 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 DomainResource Spec Instance Type The instance type that the image version runs on.
- 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.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.p3dn.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.geospatial.interactive" The instance type that the image version runs on.
- 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.
DomainResourceSpecInstanceType
- 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
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
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
P3dn24xlarge - ml.p3dn.24xlarge
- Ml
M5d Large - ml.m5d.large
- Ml
M5d Xlarge - ml.m5d.xlarge
- Ml
M5d2xlarge - ml.m5d.2xlarge
- Ml
M5d4xlarge - ml.m5d.4xlarge
- Ml
M5d8xlarge - ml.m5d.8xlarge
- Ml
M5d12xlarge - ml.m5d.12xlarge
- Ml
M5d16xlarge - ml.m5d.16xlarge
- Ml
M5d24xlarge - ml.m5d.24xlarge
- Ml
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
P4d24xlarge - ml.p4d.24xlarge
- Ml
P4de24xlarge - ml.p4de.24xlarge
- Ml
Geospatial Interactive - ml.geospatial.interactive
- Domain
Resource Spec Instance Type System - system
- Domain
Resource Spec Instance Type Ml T3Micro - ml.t3.micro
- Domain
Resource Spec Instance Type Ml T3Small - ml.t3.small
- Domain
Resource Spec Instance Type Ml T3Medium - ml.t3.medium
- Domain
Resource Spec Instance Type Ml T3Large - ml.t3.large
- Domain
Resource Spec Instance Type Ml T3Xlarge - ml.t3.xlarge
- Domain
Resource Spec Instance Type Ml T32xlarge - ml.t3.2xlarge
- Domain
Resource Spec Instance Type Ml M5Large - ml.m5.large
- Domain
Resource Spec Instance Type Ml M5Xlarge - ml.m5.xlarge
- Domain
Resource Spec Instance Type Ml M52xlarge - ml.m5.2xlarge
- Domain
Resource Spec Instance Type Ml M54xlarge - ml.m5.4xlarge
- Domain
Resource Spec Instance Type Ml M58xlarge - ml.m5.8xlarge
- Domain
Resource Spec Instance Type Ml M512xlarge - ml.m5.12xlarge
- Domain
Resource Spec Instance Type Ml M516xlarge - ml.m5.16xlarge
- Domain
Resource Spec Instance Type Ml M524xlarge - ml.m5.24xlarge
- Domain
Resource Spec Instance Type Ml C5Large - ml.c5.large
- Domain
Resource Spec Instance Type Ml C5Xlarge - ml.c5.xlarge
- Domain
Resource Spec Instance Type Ml C52xlarge - ml.c5.2xlarge
- Domain
Resource Spec Instance Type Ml C54xlarge - ml.c5.4xlarge
- Domain
Resource Spec Instance Type Ml C59xlarge - ml.c5.9xlarge
- Domain
Resource Spec Instance Type Ml C512xlarge - ml.c5.12xlarge
- Domain
Resource Spec Instance Type Ml C518xlarge - ml.c5.18xlarge
- Domain
Resource Spec Instance Type Ml C524xlarge - ml.c5.24xlarge
- Domain
Resource Spec Instance Type Ml P32xlarge - ml.p3.2xlarge
- Domain
Resource Spec Instance Type Ml P38xlarge - ml.p3.8xlarge
- Domain
Resource Spec Instance Type Ml P316xlarge - ml.p3.16xlarge
- Domain
Resource Spec Instance Type Ml G4dn Xlarge - ml.g4dn.xlarge
- Domain
Resource Spec Instance Type Ml G4dn2xlarge - ml.g4dn.2xlarge
- Domain
Resource Spec Instance Type Ml G4dn4xlarge - ml.g4dn.4xlarge
- Domain
Resource Spec Instance Type Ml G4dn8xlarge - ml.g4dn.8xlarge
- Domain
Resource Spec Instance Type Ml G4dn12xlarge - ml.g4dn.12xlarge
- Domain
Resource Spec Instance Type Ml G4dn16xlarge - ml.g4dn.16xlarge
- Domain
Resource Spec Instance Type Ml R5Large - ml.r5.large
- Domain
Resource Spec Instance Type Ml R5Xlarge - ml.r5.xlarge
- Domain
Resource Spec Instance Type Ml R52xlarge - ml.r5.2xlarge
- Domain
Resource Spec Instance Type Ml R54xlarge - ml.r5.4xlarge
- Domain
Resource Spec Instance Type Ml R58xlarge - ml.r5.8xlarge
- Domain
Resource Spec Instance Type Ml R512xlarge - ml.r5.12xlarge
- Domain
Resource Spec Instance Type Ml R516xlarge - ml.r5.16xlarge
- Domain
Resource Spec Instance Type Ml R524xlarge - ml.r5.24xlarge
- Domain
Resource Spec Instance Type Ml P3dn24xlarge - ml.p3dn.24xlarge
- Domain
Resource Spec Instance Type Ml M5d Large - ml.m5d.large
- Domain
Resource Spec Instance Type Ml M5d Xlarge - ml.m5d.xlarge
- Domain
Resource Spec Instance Type Ml M5d2xlarge - ml.m5d.2xlarge
- Domain
Resource Spec Instance Type Ml M5d4xlarge - ml.m5d.4xlarge
- Domain
Resource Spec Instance Type Ml M5d8xlarge - ml.m5d.8xlarge
- Domain
Resource Spec Instance Type Ml M5d12xlarge - ml.m5d.12xlarge
- Domain
Resource Spec Instance Type Ml M5d16xlarge - ml.m5d.16xlarge
- Domain
Resource Spec Instance Type Ml M5d24xlarge - ml.m5d.24xlarge
- Domain
Resource Spec Instance Type Ml G5Xlarge - ml.g5.xlarge
- Domain
Resource Spec Instance Type Ml G52xlarge - ml.g5.2xlarge
- Domain
Resource Spec Instance Type Ml G54xlarge - ml.g5.4xlarge
- Domain
Resource Spec Instance Type Ml G58xlarge - ml.g5.8xlarge
- Domain
Resource Spec Instance Type Ml G512xlarge - ml.g5.12xlarge
- Domain
Resource Spec Instance Type Ml G516xlarge - ml.g5.16xlarge
- Domain
Resource Spec Instance Type Ml G524xlarge - ml.g5.24xlarge
- Domain
Resource Spec Instance Type Ml G548xlarge - ml.g5.48xlarge
- Domain
Resource Spec Instance Type Ml P4d24xlarge - ml.p4d.24xlarge
- Domain
Resource Spec Instance Type Ml P4de24xlarge - ml.p4de.24xlarge
- Domain
Resource Spec Instance Type Ml Geospatial Interactive - ml.geospatial.interactive
- 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
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
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
P3dn24xlarge - ml.p3dn.24xlarge
- Ml
M5d Large - ml.m5d.large
- Ml
M5d Xlarge - ml.m5d.xlarge
- Ml
M5d2xlarge - ml.m5d.2xlarge
- Ml
M5d4xlarge - ml.m5d.4xlarge
- Ml
M5d8xlarge - ml.m5d.8xlarge
- Ml
M5d12xlarge - ml.m5d.12xlarge
- Ml
M5d16xlarge - ml.m5d.16xlarge
- Ml
M5d24xlarge - ml.m5d.24xlarge
- Ml
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
P4d24xlarge - ml.p4d.24xlarge
- Ml
P4de24xlarge - ml.p4de.24xlarge
- Ml
Geospatial Interactive - ml.geospatial.interactive
- 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
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
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
P3dn24xlarge - ml.p3dn.24xlarge
- Ml
M5d Large - ml.m5d.large
- Ml
M5d Xlarge - ml.m5d.xlarge
- Ml
M5d2xlarge - ml.m5d.2xlarge
- Ml
M5d4xlarge - ml.m5d.4xlarge
- Ml
M5d8xlarge - ml.m5d.8xlarge
- Ml
M5d12xlarge - ml.m5d.12xlarge
- Ml
M5d16xlarge - ml.m5d.16xlarge
- Ml
M5d24xlarge - ml.m5d.24xlarge
- Ml
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
P4d24xlarge - ml.p4d.24xlarge
- Ml
P4de24xlarge - ml.p4de.24xlarge
- Ml
Geospatial Interactive - ml.geospatial.interactive
- SYSTEM
- system
- ML_T3_MICRO
- ml.t3.micro
- ML_T3_SMALL
- ml.t3.small
- ML_T3_MEDIUM
- ml.t3.medium
- ML_T3_LARGE
- ml.t3.large
- ML_T3_XLARGE
- ml.t3.xlarge
- ML_T32XLARGE
- ml.t3.2xlarge
- ML_M5_LARGE
- ml.m5.large
- ML_M5_XLARGE
- ml.m5.xlarge
- ML_M52XLARGE
- ml.m5.2xlarge
- ML_M54XLARGE
- ml.m5.4xlarge
- ML_M58XLARGE
- ml.m5.8xlarge
- ML_M512XLARGE
- ml.m5.12xlarge
- ML_M516XLARGE
- ml.m5.16xlarge
- ML_M524XLARGE
- ml.m5.24xlarge
- ML_C5_LARGE
- ml.c5.large
- ML_C5_XLARGE
- ml.c5.xlarge
- ML_C52XLARGE
- ml.c5.2xlarge
- ML_C54XLARGE
- ml.c5.4xlarge
- ML_C59XLARGE
- ml.c5.9xlarge
- ML_C512XLARGE
- ml.c5.12xlarge
- ML_C518XLARGE
- ml.c5.18xlarge
- ML_C524XLARGE
- ml.c5.24xlarge
- ML_P32XLARGE
- ml.p3.2xlarge
- ML_P38XLARGE
- ml.p3.8xlarge
- ML_P316XLARGE
- ml.p3.16xlarge
- ML_G4DN_XLARGE
- ml.g4dn.xlarge
- ML_G4DN2XLARGE
- ml.g4dn.2xlarge
- ML_G4DN4XLARGE
- ml.g4dn.4xlarge
- ML_G4DN8XLARGE
- ml.g4dn.8xlarge
- ML_G4DN12XLARGE
- ml.g4dn.12xlarge
- ML_G4DN16XLARGE
- ml.g4dn.16xlarge
- ML_R5_LARGE
- ml.r5.large
- ML_R5_XLARGE
- ml.r5.xlarge
- ML_R52XLARGE
- ml.r5.2xlarge
- ML_R54XLARGE
- ml.r5.4xlarge
- ML_R58XLARGE
- ml.r5.8xlarge
- ML_R512XLARGE
- ml.r5.12xlarge
- ML_R516XLARGE
- ml.r5.16xlarge
- ML_R524XLARGE
- ml.r5.24xlarge
- ML_P3DN24XLARGE
- ml.p3dn.24xlarge
- ML_M5D_LARGE
- ml.m5d.large
- ML_M5D_XLARGE
- ml.m5d.xlarge
- ML_M5D2XLARGE
- ml.m5d.2xlarge
- ML_M5D4XLARGE
- ml.m5d.4xlarge
- ML_M5D8XLARGE
- ml.m5d.8xlarge
- ML_M5D12XLARGE
- ml.m5d.12xlarge
- ML_M5D16XLARGE
- ml.m5d.16xlarge
- ML_M5D24XLARGE
- ml.m5d.24xlarge
- ML_G5_XLARGE
- ml.g5.xlarge
- ML_G52XLARGE
- ml.g5.2xlarge
- ML_G54XLARGE
- ml.g5.4xlarge
- ML_G58XLARGE
- ml.g5.8xlarge
- ML_G512XLARGE
- ml.g5.12xlarge
- ML_G516XLARGE
- ml.g5.16xlarge
- ML_G524XLARGE
- ml.g5.24xlarge
- ML_G548XLARGE
- ml.g5.48xlarge
- ML_P4D24XLARGE
- ml.p4d.24xlarge
- ML_P4DE24XLARGE
- ml.p4de.24xlarge
- ML_GEOSPATIAL_INTERACTIVE
- ml.geospatial.interactive
- "system"
- system
- "ml.t3.micro"
- ml.t3.micro
- "ml.t3.small"
- ml.t3.small
- "ml.t3.medium"
- ml.t3.medium
- "ml.t3.large"
- ml.t3.large
- "ml.t3.xlarge"
- ml.t3.xlarge
- "ml.t3.2xlarge"
- ml.t3.2xlarge
- "ml.m5.large"
- ml.m5.large
- "ml.m5.xlarge"
- ml.m5.xlarge
- "ml.m5.2xlarge"
- ml.m5.2xlarge
- "ml.m5.4xlarge"
- ml.m5.4xlarge
- "ml.m5.8xlarge"
- ml.m5.8xlarge
- "ml.m5.12xlarge"
- ml.m5.12xlarge
- "ml.m5.16xlarge"
- ml.m5.16xlarge
- "ml.m5.24xlarge"
- ml.m5.24xlarge
- "ml.c5.large"
- ml.c5.large
- "ml.c5.xlarge"
- ml.c5.xlarge
- "ml.c5.2xlarge"
- ml.c5.2xlarge
- "ml.c5.4xlarge"
- ml.c5.4xlarge
- "ml.c5.9xlarge"
- ml.c5.9xlarge
- "ml.c5.12xlarge"
- ml.c5.12xlarge
- "ml.c5.18xlarge"
- ml.c5.18xlarge
- "ml.c5.24xlarge"
- ml.c5.24xlarge
- "ml.p3.2xlarge"
- ml.p3.2xlarge
- "ml.p3.8xlarge"
- ml.p3.8xlarge
- "ml.p3.16xlarge"
- ml.p3.16xlarge
- "ml.g4dn.xlarge"
- ml.g4dn.xlarge
- "ml.g4dn.2xlarge"
- ml.g4dn.2xlarge
- "ml.g4dn.4xlarge"
- ml.g4dn.4xlarge
- "ml.g4dn.8xlarge"
- ml.g4dn.8xlarge
- "ml.g4dn.12xlarge"
- ml.g4dn.12xlarge
- "ml.g4dn.16xlarge"
- ml.g4dn.16xlarge
- "ml.r5.large"
- ml.r5.large
- "ml.r5.xlarge"
- ml.r5.xlarge
- "ml.r5.2xlarge"
- ml.r5.2xlarge
- "ml.r5.4xlarge"
- ml.r5.4xlarge
- "ml.r5.8xlarge"
- ml.r5.8xlarge
- "ml.r5.12xlarge"
- ml.r5.12xlarge
- "ml.r5.16xlarge"
- ml.r5.16xlarge
- "ml.r5.24xlarge"
- ml.r5.24xlarge
- "ml.p3dn.24xlarge"
- ml.p3dn.24xlarge
- "ml.m5d.large"
- ml.m5d.large
- "ml.m5d.xlarge"
- ml.m5d.xlarge
- "ml.m5d.2xlarge"
- ml.m5d.2xlarge
- "ml.m5d.4xlarge"
- ml.m5d.4xlarge
- "ml.m5d.8xlarge"
- ml.m5d.8xlarge
- "ml.m5d.12xlarge"
- ml.m5d.12xlarge
- "ml.m5d.16xlarge"
- ml.m5d.16xlarge
- "ml.m5d.24xlarge"
- ml.m5d.24xlarge
- "ml.g5.xlarge"
- ml.g5.xlarge
- "ml.g5.2xlarge"
- ml.g5.2xlarge
- "ml.g5.4xlarge"
- ml.g5.4xlarge
- "ml.g5.8xlarge"
- ml.g5.8xlarge
- "ml.g5.12xlarge"
- ml.g5.12xlarge
- "ml.g5.16xlarge"
- ml.g5.16xlarge
- "ml.g5.24xlarge"
- ml.g5.24xlarge
- "ml.g5.48xlarge"
- ml.g5.48xlarge
- "ml.p4d.24xlarge"
- ml.p4d.24xlarge
- "ml.p4de.24xlarge"
- ml.p4de.24xlarge
- "ml.geospatial.interactive"
- ml.geospatial.interactive
DomainSettings
- RStudio
Server Pulumi.Pro Domain Settings Aws Native. Sage Maker. Inputs. Domain RStudio Server Pro Domain Settings - 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.
- RStudio
Server DomainPro Domain Settings RStudio Server Pro Domain Settings - 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.
- r
Studio DomainServer Pro Domain Settings RStudio Server Pro Domain Settings - 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.
- r
Studio DomainServer Pro Domain Settings RStudio Server Pro Domain Settings - 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.
- r_
studio_ Domainserver_ pro_ domain_ settings RStudio Server Pro Domain Settings - 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.
- r
Studio Property MapServer Pro Domain Settings - 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.
DomainSharingSettings
- 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
- 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
DomainTag
DomainUserSettings
- Execution
Role string The execution role for the user.
- 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 - RStudio
Server Pulumi.Pro App Settings Aws Native. Sage Maker. Inputs. Domain RStudio Server Pro App Settings - 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.
- Execution
Role string The execution role for the user.
- 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 - RStudio
Server DomainPro App Settings RStudio Server Pro App Settings - Security
Groups []string The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Domain
Sharing Settings The sharing settings.
- execution
Role String The execution role for the user.
- 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 - r
Studio DomainServer Pro App Settings RStudio Server Pro App Settings - 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.
- execution
Role string The execution role for the user.
- 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 - r
Studio DomainServer Pro App Settings RStudio Server Pro App Settings - security
Groups string[] The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Domain
Sharing Settings The sharing settings.
- execution_
role str The execution role for the user.
- 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 - r_
studio_ Domainserver_ pro_ app_ settings RStudio Server Pro App Settings - 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.
- execution
Role String The execution role for the user.
- 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 - r
Studio Property MapServer Pro App Settings - security
Groups List<String> The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Property Map
The sharing settings.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0