Get Pipeline Result
data class GetPipelineResult(val bufferOptions: PipelineBufferOptions? = null, val encryptionAtRestOptions: PipelineEncryptionAtRestOptions? = null, val ingestEndpointUrls: List<String>? = null, val logPublishingOptions: PipelineLogPublishingOptions? = null, val maxUnits: Int? = null, val minUnits: Int? = null, val pipelineArn: String? = null, val pipelineConfigurationBody: String? = null, val tags: List<Tag>? = null, val vpcEndpointService: String? = null, val vpcEndpoints: List<PipelineVpcEndpoint>? = null)
Constructors
Link copied to clipboard
constructor(bufferOptions: PipelineBufferOptions? = null, encryptionAtRestOptions: PipelineEncryptionAtRestOptions? = null, ingestEndpointUrls: List<String>? = null, logPublishingOptions: PipelineLogPublishingOptions? = null, maxUnits: Int? = null, minUnits: Int? = null, pipelineArn: String? = null, pipelineConfigurationBody: String? = null, tags: List<Tag>? = null, vpcEndpointService: String? = null, vpcEndpoints: List<PipelineVpcEndpoint>? = null)
Properties
Link copied to clipboard
Options that specify the configuration of a persistent buffer. To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions
. For more information, see Persistent buffering .
Link copied to clipboard
Options to control how OpenSearch encrypts buffer data.
Link copied to clipboard
A list of endpoints that can be used for ingesting data into a pipeline
Link copied to clipboard
Key-value pairs that represent log publishing settings.
Link copied to clipboard
The Amazon Resource Name (ARN) of the pipeline.
Link copied to clipboard
The Data Prepper pipeline configuration.
Link copied to clipboard
The VPC interface endpoints that have access to the pipeline.
Link copied to clipboard
The VPC endpoint service name for the pipeline.