Class CfnPipe.PipeTargetParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeTargetParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeTargetParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.PipeTargetParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeTargetParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeTargetParametersProperty
An implementation for
CfnPipe.PipeTargetParametersProperty-
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.pipes.CfnPipe.PipeTargetParametersProperty
CfnPipe.PipeTargetParametersProperty.Builder, CfnPipe.PipeTargetParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.PipeTargetParametersProperty.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 Objectfinal Objectfinal Objectfinal Objectfinal Objectfinal StringValid JSON text passed to the target.final Objectfinal Objectfinal Objectfinal Objectfinal Objectfinal Objectfinal 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 theCfnPipe.PipeTargetParametersProperty.Builder.
-
-
Method Details
-
getBatchJobParameters
- Specified by:
getBatchJobParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getCloudWatchLogsParameters
- Specified by:
getCloudWatchLogsParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getEcsTaskParameters
- Specified by:
getEcsTaskParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getEventBridgeEventBusParameters
- Specified by:
getEventBridgeEventBusParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getHttpParameters
- Specified by:
getHttpParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getInputTemplate
Description copied from interface:CfnPipe.PipeTargetParametersPropertyValid JSON text passed to the target.In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format .
To remove an input template, specify an empty string.
- Specified by:
getInputTemplatein interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getKinesisStreamParameters
- Specified by:
getKinesisStreamParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getLambdaFunctionParameters
- Specified by:
getLambdaFunctionParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getRedshiftDataParameters
- Specified by:
getRedshiftDataParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getSageMakerPipelineParameters
- Specified by:
getSageMakerPipelineParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getSqsQueueParameters
- Specified by:
getSqsQueueParametersin interfaceCfnPipe.PipeTargetParametersProperty- See Also:
-
getStepFunctionStateMachineParameters
- Specified by:
getStepFunctionStateMachineParametersin interfaceCfnPipe.PipeTargetParametersProperty- 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()
-