@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 |
getActivate()
Indicates whether to validate and start the pipeline or stop an active pipeline.
|
String |
getDescription()
A description of the pipeline.
|
String |
getName()
The name of the pipeline.
|
Object |
getParameterObjects()
The parameter objects used with the pipeline.
|
Object |
getParameterValues()
The parameter values used with the pipeline.
|
Object |
getPipelineObjects()
The objects that define the pipeline.
|
Object |
getPipelineTags()
A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.
|
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 String getName()
CfnPipelinePropsgetName in interface CfnPipelinePropspublic final Object getParameterObjects()
CfnPipelinePropsgetParameterObjects in interface CfnPipelinePropspublic final Object getActivate()
CfnPipelineProps
By default, the value is set to true .
getActivate in interface CfnPipelinePropspublic final String getDescription()
CfnPipelinePropsgetDescription in interface CfnPipelinePropspublic final Object getParameterValues()
CfnPipelinePropsgetParameterValues in interface CfnPipelinePropspublic final Object getPipelineObjects()
CfnPipelinePropsThese objects overwrite the existing pipeline definition. Not all objects, fields, and values can be updated. For information about restrictions, see Editing Your Pipeline in the AWS Data Pipeline Developer Guide .
getPipelineObjects in interface CfnPipelinePropspublic final Object getPipelineTags()
CfnPipelinePropsFor more information, see Controlling Access to Pipelines and Resources in the AWS Data Pipeline Developer Guide .
getPipelineTags in interface CfnPipelineProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.