CreatePipelineRequest

Request structure for CreatePipeline operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token, the server returns the cached result from the original successful request without performing the operation again.

Link copied to clipboard

The list of compute nodes that form the pipeline DAG. Each compute node references a task and can declare dependencies on other nodes.

Link copied to clipboard

A description of the pipeline.

Link copied to clipboard

Environment variables shared across all compute nodes in the pipeline. Individual compute nodes can override these values with their own environment variables.

Link copied to clipboard

The name of the pipeline to create. Must be unique within the workspace.

Link copied to clipboard

A list of key-value pairs that contain metadata for the pipeline. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

Link copied to clipboard

The name of the workspace.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String