--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_sagemaker_image Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::SageMaker::Image --- # awscc_sagemaker_image (Resource) Resource Type definition for AWS::SageMaker::Image ## Schema ### Required - `image_name` (String) The name of the image. - `image_role_arn` (String) The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer. ### Optional - `image_description` (String) A description of the image. - `image_display_name` (String) The display name of the image. - `tags` (Attributes List) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. - `image_arn` (String) The Amazon Resource Name (ARN) of the image. ### Nested Schema for `tags` Optional: - `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_sagemaker_image.example ```