Resource Type definition for AWS::SageMaker::App
app_name
(String) The name of the app.app_type
(String) The type of app.domain_id
(String) The domain ID.user_profile_name
(String) The user profile name.resource_spec
(Attributes) The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. (see below for nested schema)tags
(Attributes List) A list of tags to apply to the app. (see below for nested schema)app_arn
(String) The Amazon Resource Name (ARN) of the app.id
(String) Uniquely identifies the resource.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.tags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_sagemaker_app.example <resource ID>