Resource Type definition for AWS::SageMaker::Pipeline
pipeline_definition
(Attributes) (see below for nested schema)pipeline_name
(String) The name of the Pipeline.role_arn
(String) Role Arnparallelism_configuration
(Attributes) (see below for nested schema)pipeline_description
(String) The description of the Pipeline.pipeline_display_name
(String) The display name of the Pipeline.tags
(Attributes List) (see below for nested schema)id
(String) Uniquely identifies the resource.pipeline_definition
Optional:
pipeline_definition_body
(String) A specification that defines the pipeline in JSON format.pipeline_definition_s3_location
(Attributes) (see below for nested schema)pipeline_definition.pipeline_definition_s3_location
Required:
bucket
(String) The name of the S3 bucket where the PipelineDefinition file is stored.key
(String) The file name of the PipelineDefinition file (Amazon S3 object name).Optional:
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.version
(String) For versioning-enabled buckets, a specific version of the PipelineDefinition file.parallelism_configuration
Required:
max_parallel_execution_steps
(Number) Maximum parallel execution stepstags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_sagemaker_pipeline.example <resource ID>