--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_sagemaker_pipeline Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::SageMaker::Pipeline --- # awscc_sagemaker_pipeline (Data Source) Data Source schema for AWS::SageMaker::Pipeline ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `parallelism_configuration` (Attributes) (see [below for nested schema](#nestedatt--parallelism_configuration)) - `pipeline_definition` (Attributes) (see [below for nested schema](#nestedatt--pipeline_definition)) - `pipeline_description` (String) The description of the Pipeline. - `pipeline_display_name` (String) The display name of the Pipeline. - `pipeline_name` (String) The name of the Pipeline. - `role_arn` (String) Role Arn - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `parallelism_configuration` Read-Only: - `max_parallel_execution_steps` (Number) Maximum parallel execution steps ### Nested Schema for `pipeline_definition` Read-Only: - `pipeline_definition_body` (String) A specification that defines the pipeline in JSON format. - `pipeline_definition_s3_location` (Attributes) (see [below for nested schema](#nestedatt--pipeline_definition--pipeline_definition_s3_location)) ### Nested Schema for `pipeline_definition.pipeline_definition_s3_location` Read-Only: - `bucket` (String) The name of the S3 bucket where the PipelineDefinition file is stored. - `e_tag` (String) The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file. - `key` (String) The file name of the PipelineDefinition file (Amazon S3 object name). - `version` (String) For versioning-enabled buckets, a specific version of the PipelineDefinition file. ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)