Class CfnPipeline
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.osis.CfnPipeline
- All Implemented Interfaces:
IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:00.691Z")
@Stability(Stable)
public class CfnPipeline
extends CfnResource
implements IInspectable
A CloudFormation
AWS::OSIS::Pipeline.
The AWS::OSIS::Pipeline resource creates an Amazon OpenSearch Ingestion pipeline.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.osis.*;
CfnPipeline cfnPipeline = CfnPipeline.Builder.create(this, "MyCfnPipeline")
.maxUnits(123)
.minUnits(123)
.pipelineConfigurationBody("pipelineConfigurationBody")
.pipelineName("pipelineName")
// the properties below are optional
.logPublishingOptions(LogPublishingOptionsProperty.builder()
.cloudWatchLogDestination(CloudWatchLogDestinationProperty.builder()
.logGroup("logGroup")
.build())
.isLoggingEnabled(false)
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpcOptions(VpcOptionsProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnPipeline.static interfaceExample:static interfaceContainer for the values required to configure logging for the pipeline.static interfaceAn OpenSearch Ingestion-managed VPC endpoint that will access one or more pipelines.static interfaceOptions that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnPipeline(Construct scope, String id, CfnPipelineProps props) Create a newAWS::OSIS::Pipeline.protectedCfnPipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnPipeline(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe ingestion endpoints for the pipeline that you can send data to.The Amazon Resource Name (ARN) of the pipeline.The VPC interface endpoints that have access to the pipeline.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).The Data Prepper pipeline configuration in YAML format.The name of the pipeline.getTags()List of tags to add to the pipeline upon creation.Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidKey-value pairs that represent log publishing settings.voidKey-value pairs that represent log publishing settings.voidsetMaxUnits(Number value) The maximum pipeline capacity, in Ingestion Compute Units (ICUs).voidsetMinUnits(Number value) The minimum pipeline capacity, in Ingestion Compute Units (ICUs).voidThe Data Prepper pipeline configuration in YAML format.voidsetPipelineName(String value) The name of the pipeline.voidsetVpcOptions(IResolvable value) Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.voidOptions that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnPipeline
protected CfnPipeline(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPipeline
protected CfnPipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPipeline
@Stability(Stable) public CfnPipeline(@NotNull Construct scope, @NotNull String id, @NotNull CfnPipelineProps props) Create a newAWS::OSIS::Pipeline.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrIngestEndpointUrls
The ingestion endpoints for the pipeline that you can send data to.For example,
my-pipeline-123456789012.us-east-1.osis.amazonaws.com. -
getAttrPipelineArn
The Amazon Resource Name (ARN) of the pipeline. -
getAttrVpcEndpoints
The VPC interface endpoints that have access to the pipeline. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
List of tags to add to the pipeline upon creation. -
getMaxUnits
The maximum pipeline capacity, in Ingestion Compute Units (ICUs). -
setMaxUnits
The maximum pipeline capacity, in Ingestion Compute Units (ICUs). -
getMinUnits
The minimum pipeline capacity, in Ingestion Compute Units (ICUs). -
setMinUnits
The minimum pipeline capacity, in Ingestion Compute Units (ICUs). -
getPipelineConfigurationBody
The Data Prepper pipeline configuration in YAML format. -
setPipelineConfigurationBody
The Data Prepper pipeline configuration in YAML format. -
getPipelineName
The name of the pipeline. -
setPipelineName
The name of the pipeline. -
getLogPublishingOptions
Key-value pairs that represent log publishing settings. -
setLogPublishingOptions
@Stability(Stable) public void setLogPublishingOptions(@Nullable CfnPipeline.LogPublishingOptionsProperty value) Key-value pairs that represent log publishing settings. -
setLogPublishingOptions
Key-value pairs that represent log publishing settings. -
getVpcOptions
Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint. -
setVpcOptions
Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint. -
setVpcOptions
Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
-