Class CfnPipelineProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datapipeline.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.datapipeline.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 ObjectIndicates whether to validate and start the pipeline or stop an active pipeline.final StringA description of the pipeline.final StringgetName()The name of the pipeline.final ObjectThe parameter objects used with the pipeline.final ObjectThe parameter values used with the pipeline.final ObjectThe objects that define the pipeline.final ObjectA list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.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
-
getName
Description copied from interface:CfnPipelinePropsThe name of the pipeline.- Specified by:
getNamein interfaceCfnPipelineProps
-
getActivate
Description copied from interface:CfnPipelinePropsIndicates whether to validate and start the pipeline or stop an active pipeline.By default, the value is set to
true.- Specified by:
getActivatein interfaceCfnPipelineProps
-
getDescription
Description copied from interface:CfnPipelinePropsA description of the pipeline.- Specified by:
getDescriptionin interfaceCfnPipelineProps
-
getParameterObjects
Description copied from interface:CfnPipelinePropsThe parameter objects used with the pipeline.- Specified by:
getParameterObjectsin interfaceCfnPipelineProps
-
getParameterValues
Description copied from interface:CfnPipelinePropsThe parameter values used with the pipeline.- Specified by:
getParameterValuesin interfaceCfnPipelineProps
-
getPipelineObjects
Description copied from interface:CfnPipelinePropsThe objects that define the pipeline.These 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 .
- Specified by:
getPipelineObjectsin interfaceCfnPipelineProps
-
getPipelineTags
Description copied from interface:CfnPipelinePropsA list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.For more information, see Controlling Access to Pipelines and Resources in the AWS Data Pipeline Developer Guide .
- Specified by:
getPipelineTagsin 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()
-