Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.osis.CfnPipelinePropsMixin.Builder
Packages that use CfnPipelinePropsMixin.Builder
-
Uses of CfnPipelinePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.osis
Methods in software.amazon.awscdk.cfnpropertymixins.services.osis that return CfnPipelinePropsMixin.BuilderModifier and TypeMethodDescriptionCfnPipelinePropsMixin.Builder.bufferOptions(CfnPipelinePropsMixin.BufferOptionsProperty bufferOptions) Options that specify the configuration of a persistent buffer.CfnPipelinePropsMixin.Builder.bufferOptions(IResolvable bufferOptions) Options that specify the configuration of a persistent buffer.CfnPipelinePropsMixin.Builder.create()CfnPipelinePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPipelinePropsMixin.Builder.encryptionAtRestOptions(CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty encryptionAtRestOptions) Options to control how OpenSearch encrypts buffer data.CfnPipelinePropsMixin.Builder.encryptionAtRestOptions(IResolvable encryptionAtRestOptions) Options to control how OpenSearch encrypts buffer data.CfnPipelinePropsMixin.Builder.logPublishingOptions(CfnPipelinePropsMixin.LogPublishingOptionsProperty logPublishingOptions) Key-value pairs that represent log publishing settings.CfnPipelinePropsMixin.Builder.logPublishingOptions(IResolvable 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).CfnPipelinePropsMixin.Builder.pipelineConfigurationBody(String pipelineConfigurationBody) The Data Prepper pipeline configuration in YAML format.CfnPipelinePropsMixin.Builder.pipelineName(String pipelineName) The name of the pipeline.CfnPipelinePropsMixin.Builder.pipelineRoleArn(String pipelineRoleArn) The Amazon Resource Name (ARN) of the IAM role that the pipeline uses to access AWS resources.CfnPipelinePropsMixin.Builder.resourcePolicy(CfnPipelinePropsMixin.ResourcePolicyProperty resourcePolicy) CfnPipelinePropsMixin.Builder.resourcePolicy(IResolvable resourcePolicy) List of tags to add to the pipeline upon creation.CfnPipelinePropsMixin.Builder.vpcOptions(CfnPipelinePropsMixin.VpcOptionsProperty vpcOptions) Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.CfnPipelinePropsMixin.Builder.vpcOptions(IResolvable vpcOptions) Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.