Uses of Class
software.amazon.awscdk.services.osis.CfnPipeline.Builder
-
Uses of CfnPipeline.Builder in software.amazon.awscdk.services.osis
Modifier and TypeMethodDescriptionCfnPipeline.Builder.bufferOptions
(IResolvable bufferOptions) Options that specify the configuration of a persistent buffer.CfnPipeline.Builder.bufferOptions
(CfnPipeline.BufferOptionsProperty bufferOptions) Options that specify the configuration of a persistent buffer.static CfnPipeline.Builder
CfnPipeline.Builder.encryptionAtRestOptions
(IResolvable encryptionAtRestOptions) Options to control how OpenSearch encrypts buffer data.CfnPipeline.Builder.encryptionAtRestOptions
(CfnPipeline.EncryptionAtRestOptionsProperty encryptionAtRestOptions) Options to control how OpenSearch encrypts buffer data.CfnPipeline.Builder.logPublishingOptions
(IResolvable logPublishingOptions) Key-value pairs that represent log publishing settings.CfnPipeline.Builder.logPublishingOptions
(CfnPipeline.LogPublishingOptionsProperty logPublishingOptions) Key-value pairs that represent log publishing settings.The maximum pipeline capacity, in Ingestion Compute Units (ICUs).The minimum pipeline capacity, in Ingestion Compute Units (ICUs).CfnPipeline.Builder.pipelineConfigurationBody
(String pipelineConfigurationBody) The Data Prepper pipeline configuration in YAML format.CfnPipeline.Builder.pipelineName
(String pipelineName) The name of the pipeline.List of tags to add to the pipeline upon creation.CfnPipeline.Builder.vpcOptions
(IResolvable vpcOptions) Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.CfnPipeline.Builder.vpcOptions
(CfnPipeline.VpcOptionsProperty vpcOptions) Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.