Resource Type definition for AWS::SageMaker::Space
domain_id
(String) The ID of the associated Domain.space_name
(String) A name for the Space.ownership_settings
(Attributes) (see below for nested schema)space_display_name
(String)space_settings
(Attributes) A collection of settings. (see below for nested schema)space_sharing_settings
(Attributes) (see below for nested schema)tags
(Attributes List) A list of tags to apply to the space. (see below for nested schema)id
(String) Uniquely identifies the resource.space_arn
(String) The space Amazon Resource Name (ARN).url
(String)ownership_settings
Required:
owner_user_profile_name
(String)space_settings
Optional:
app_type
(String)code_editor_app_settings
(Attributes) The CodeEditor app settings. (see below for nested schema)custom_file_systems
(Attributes List) (see below for nested schema)jupyter_lab_app_settings
(Attributes) The JupyterLab app settings. (see below for nested schema)jupyter_server_app_settings
(Attributes) The Jupyter server's app settings. (see below for nested schema)kernel_gateway_app_settings
(Attributes) The kernel gateway app settings. (see below for nested schema)space_storage_settings
(Attributes) Default storage settings for a space. (see below for nested schema)space_settings.code_editor_app_settings
Optional:
default_resource_spec
(Attributes) (see below for nested schema)space_settings.code_editor_app_settings.default_resource_spec
Optional:
instance_type
(String) The instance type that the image version runs on.sage_maker_image_arn
(String) The ARN of the SageMaker image that the image version belongs to.sage_maker_image_version_arn
(String) The ARN of the image version created on the instance.space_settings.custom_file_systems
Optional:
efs_file_system
(Attributes) (see below for nested schema)space_settings.custom_file_systems.efs_file_system
Required:
file_system_id
(String)space_settings.jupyter_lab_app_settings
Optional:
code_repositories
(Attributes List) A list of CodeRepositories available for use with JupyterLab apps. (see below for nested schema)default_resource_spec
(Attributes) (see below for nested schema)space_settings.jupyter_lab_app_settings.code_repositories
Required:
repository_url
(String) A CodeRepository (valid URL) to be used within Jupyter's Git extension.space_settings.jupyter_lab_app_settings.default_resource_spec
Optional:
instance_type
(String) The instance type that the image version runs on.sage_maker_image_arn
(String) The ARN of the SageMaker image that the image version belongs to.sage_maker_image_version_arn
(String) The ARN of the image version created on the instance.space_settings.jupyter_server_app_settings
Optional:
default_resource_spec
(Attributes) (see below for nested schema)space_settings.jupyter_server_app_settings.default_resource_spec
Optional:
instance_type
(String) The instance type that the image version runs on.sage_maker_image_arn
(String) The ARN of the SageMaker image that the image version belongs to.sage_maker_image_version_arn
(String) The ARN of the image version created on the instance.space_settings.kernel_gateway_app_settings
Optional:
custom_images
(Attributes List) A list of custom SageMaker images that are configured to run as a KernelGateway app. (see below for nested schema)default_resource_spec
(Attributes) The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app. (see below for nested schema)space_settings.kernel_gateway_app_settings.custom_images
Required:
app_image_config_name
(String) The Name of the AppImageConfig.image_name
(String) The name of the CustomImage. Must be unique to your account.Optional:
image_version_number
(Number) The version number of the CustomImage.space_settings.kernel_gateway_app_settings.default_resource_spec
Optional:
instance_type
(String) The instance type that the image version runs on.sage_maker_image_arn
(String) The ARN of the SageMaker image that the image version belongs to.sage_maker_image_version_arn
(String) The ARN of the image version created on the instance.space_settings.space_storage_settings
Optional:
ebs_storage_settings
(Attributes) Properties related to the space's Amazon Elastic Block Store volume. (see below for nested schema)space_settings.space_storage_settings.ebs_storage_settings
Required:
ebs_volume_size_in_gb
(Number) Size of the Amazon EBS volume in Gbspace_sharing_settings
Required:
sharing_type
(String)tags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_sagemaker_space.example <resource ID>