@Stability(value=Stable) @Internal public static final class CfnPipelineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipelineProps
CfnPipelinePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnPipelineProps.Builder, CfnPipelineProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPipelineProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPipelineProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getPipelineActivities()
A list of "PipelineActivity" objects.
|
String |
getPipelineName()
The name of the pipeline.
|
List<CfnTag> |
getTags()
Metadata which can be used to manage the pipeline.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPipelineProps.Builder builder)
CfnPipelineProps.Builder.public final Object getPipelineActivities()
CfnPipelinePropsActivities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.
The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity, for example:
pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]
getPipelineActivities in interface CfnPipelinePropspublic final String getPipelineName()
CfnPipelinePropsgetPipelineName in interface CfnPipelinePropspublic final List<CfnTag> getTags()
CfnPipelinePropsFor more information, see Tag .
getTags in interface CfnPipelineProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.