Class CfnPipelineMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPipelineMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipelineMixinProps
CfnPipelineMixinProps-
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.cfnpropertymixins.services.datapipeline.CfnPipelineMixinProps
CfnPipelineMixinProps.Builder, CfnPipelineMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPipelineMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineMixinProps.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 theCfnPipelineMixinProps.Builder.
-
-
Method Details
-
getActivate
Description copied from interface:CfnPipelineMixinPropsIndicates 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 interfaceCfnPipelineMixinProps- See Also:
-
getDescription
Description copied from interface:CfnPipelineMixinPropsA description of the pipeline.- Specified by:
getDescriptionin interfaceCfnPipelineMixinProps- See Also:
-
getName
Description copied from interface:CfnPipelineMixinPropsThe name of the pipeline.- Specified by:
getNamein interfaceCfnPipelineMixinProps- See Also:
-
getParameterObjects
Description copied from interface:CfnPipelineMixinPropsThe parameter objects used with the pipeline.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipelinePropsMixin.ParameterObjectProperty>- Specified by:
getParameterObjectsin interfaceCfnPipelineMixinProps- See Also:
-
getParameterValues
Description copied from interface:CfnPipelineMixinPropsThe parameter values used with the pipeline.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipelinePropsMixin.ParameterValueProperty>- Specified by:
getParameterValuesin interfaceCfnPipelineMixinProps- See Also:
-
getPipelineObjects
Description copied from interface:CfnPipelineMixinPropsThe 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: '<'eitherIResolvableorCfnPipelinePropsMixin.PipelineObjectProperty>- Specified by:
getPipelineObjectsin interfaceCfnPipelineMixinProps- See Also:
-
getPipelineTags
Description copied from interface:CfnPipelineMixinPropsA 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 interfaceCfnPipelineMixinProps- 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()
-