Class CfnPipelineProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPipelineProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipelineProps
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.A 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- See Also:
-
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.Returns union: either
BooleanorIResolvable- Specified by:
getActivatein interfaceCfnPipelineProps- See Also:
-
getDescription
Description copied from interface:CfnPipelinePropsA description of the pipeline.- Specified by:
getDescriptionin interfaceCfnPipelineProps- See Also:
-
getParameterObjects
Description copied from interface:CfnPipelinePropsThe parameter objects used with the pipeline.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipeline.ParameterObjectProperty>- Specified by:
getParameterObjectsin interfaceCfnPipelineProps- See Also:
-
getParameterValues
Description copied from interface:CfnPipelinePropsThe parameter values used with the pipeline.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipeline.ParameterValueProperty>- Specified by:
getParameterValuesin interfaceCfnPipelineProps- See Also:
-
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 .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipeline.PipelineObjectProperty>- Specified by:
getPipelineObjectsin interfaceCfnPipelineProps- See Also:
-
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- See Also:
-
$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()
-