Class CfnPipelineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.osis.CfnPipelineProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPipelineProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipelineProps
@Stability(Stable)
@Internal
public static final class CfnPipelineProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipelineProps
An implementation for
CfnPipelineProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.osis.CfnPipelineProps
CfnPipelineProps.Builder, CfnPipelineProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPipelineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectKey-value pairs that represent log publishing settings.final NumberThe maximum pipeline capacity, in Ingestion Compute Units (ICUs).final NumberThe minimum pipeline capacity, in Ingestion Compute Units (ICUs).final StringThe Data Prepper pipeline configuration in YAML format.final StringThe name of the pipeline.getTags()List of tags to add to the pipeline upon creation.final ObjectOptions that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPipelineProps.Builder.
-
-
Method Details
-
getMaxUnits
Description copied from interface:CfnPipelinePropsThe maximum pipeline capacity, in Ingestion Compute Units (ICUs).- Specified by:
getMaxUnitsin interfaceCfnPipelineProps
-
getMinUnits
Description copied from interface:CfnPipelinePropsThe minimum pipeline capacity, in Ingestion Compute Units (ICUs).- Specified by:
getMinUnitsin interfaceCfnPipelineProps
-
getPipelineConfigurationBody
Description copied from interface:CfnPipelinePropsThe Data Prepper pipeline configuration in YAML format.- Specified by:
getPipelineConfigurationBodyin interfaceCfnPipelineProps
-
getPipelineName
Description copied from interface:CfnPipelinePropsThe name of the pipeline.- Specified by:
getPipelineNamein interfaceCfnPipelineProps
-
getLogPublishingOptions
Description copied from interface:CfnPipelinePropsKey-value pairs that represent log publishing settings.- Specified by:
getLogPublishingOptionsin interfaceCfnPipelineProps
-
getTags
Description copied from interface:CfnPipelinePropsList of tags to add to the pipeline upon creation.- Specified by:
getTagsin interfaceCfnPipelineProps
-
getVpcOptions
Description copied from interface:CfnPipelinePropsOptions that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.- Specified by:
getVpcOptionsin interfaceCfnPipelineProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-