Date startTime
The time at which the configuration change is made on the pipeline.
String status
The overall status of the pipeline configuration change.
Integer totalNumberOfStages
The total number of stages required for the pipeline configuration change.
List<E> changeProgressStages
Information about the stages that the pipeline is going through to perform the configuration change.
String logGroup
The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a
new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.
String pipelineName
The name of the OpenSearch Ingestion pipeline to create. Pipeline names are unique across the pipelines owned by an account within an Amazon Web Services Region.
Integer minUnits
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
Integer maxUnits
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
String pipelineConfigurationBody
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a
.yaml file. If you provide the configuration as a string, each new line must be escaped with \n.
LogPublishingOptions logPublishingOptions
Key-value pairs to configure log publishing.
VpcOptions vpcOptions
Container for the values required to configure VPC access for the pipeline. If you don't specify these values, OpenSearch Ingestion creates the pipeline with a public endpoint.
List<E> tags
List of tags to add to the pipeline upon creation.
Pipeline pipeline
Container for information about the created pipeline.
String pipelineName
The name of the pipeline to delete.
String blueprintName
The name of the blueprint to retrieve.
PipelineBlueprint blueprint
The requested blueprint in YAML format.
String pipelineName
The name of the pipeline.
String pipelineName
The name of the pipeline to get information about.
Pipeline pipeline
Detailed information about the requested pipeline.
Integer maxResults
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
String nextToken
If your initial ListPipelines operation returns a nextToken, you can include the
returned nextToken in subsequent ListPipelines operations, which returns results in the
next page.
String nextToken
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
List<E> pipelines
A list of all existing Data Prepper pipelines.
String arn
The Amazon Resource Name (ARN) of the pipeline to retrieve tags for.
Boolean isLoggingEnabled
Whether logs should be published.
CloudWatchLogDestination cloudWatchLogDestination
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs. This parameter is required if
IsLoggingEnabled is set to true.
String pipelineName
The name of the pipeline.
String pipelineArn
The Amazon Resource Name (ARN) of the pipeline.
Integer minUnits
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
Integer maxUnits
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
String status
The current status of the pipeline.
PipelineStatusReason statusReason
The reason for the current status of the pipeline.
String pipelineConfigurationBody
The Data Prepper pipeline configuration in YAML format.
Date createdAt
The date and time when the pipeline was created.
Date lastUpdatedAt
The date and time when the pipeline was last updated.
List<E> ingestEndpointUrls
The ingestion endpoints for the pipeline, which you can send data to.
LogPublishingOptions logPublishingOptions
Key-value pairs that represent log publishing settings.
List<E> vpcEndpoints
The VPC interface endpoints that have access to the pipeline.
String blueprintName
The name of the blueprint.
String description
A description of why a pipeline has a certain status.
String status
The current status of the pipeline.
PipelineStatusReason statusReason
String pipelineName
The name of the pipeline.
String pipelineArn
The Amazon Resource Name (ARN) of the pipeline.
Integer minUnits
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
Integer maxUnits
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
Date createdAt
The date and time when the pipeline was created.
Date lastUpdatedAt
The date and time when the pipeline was last updated.
String pipelineName
The name of the pipeline to start.
Pipeline pipeline
String pipelineName
The name of the pipeline to stop.
Pipeline pipeline
String key
The tag key. Tag keys must be unique for the pipeline to which they are attached.
String value
The value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set.
For example, you can have a key value pair in a tag set of project : Trinity and
cost-center : Trinity
String pipelineName
The name of the pipeline to update.
Integer minUnits
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
Integer maxUnits
The maximum pipeline capacity, in Ingestion Compute Units (ICUs)
String pipelineConfigurationBody
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a
.yaml file. If you provide the configuration as a string, each new line must be escaped with \n.
LogPublishingOptions logPublishingOptions
Key-value pairs to configure log publishing.
Pipeline pipeline
Container for information about the updated pipeline.
String pipelineConfigurationBody
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a
.yaml file. If you provide the configuration as a string, each new line must be escaped with \n.
String message
The validation message.
String vpcEndpointId
The unique identifier of the endpoint.
String vpcId
The ID for your VPC. Amazon Web Services PrivateLink generates this value when you create a VPC.
VpcOptions vpcOptions
Information about the VPC, including associated subnets and security groups.
Copyright © 2023. All rights reserved.