Uses of Class
software.amazon.awscdk.services.pipes.alpha.DynamicInput
Packages that use DynamicInput
Package
Description
Amazon EventBridge Pipes Construct Library
-
Uses of DynamicInput in software.amazon.awscdk.services.pipes.alpha
Methods in software.amazon.awscdk.services.pipes.alpha that return DynamicInputModifier and TypeMethodDescriptionstatic DynamicInputDynamicInput.fromEventPath(String path) (experimental) Value from the event payload at jsonPath.static DynamicInputDynamicInput.getEnrichmentArn()(experimental) The ARN of the enrichment of the pipe.static DynamicInputDynamicInput.getEvent()(experimental) The event as received by the input transformer.static DynamicInputDynamicInput.getEventIngestionTime()(experimental) The time at which the event was received by the input transformer.static DynamicInputDynamicInput.getEventJson()(experimental) The same as aws.pipes.event, but the variable only has a value if the original payload, either from the source or returned by the enrichment, is JSON.static DynamicInputDynamicInput.getPipeArn()(experimental) The Amazon Resource Name (ARN) of the pipe.static DynamicInputDynamicInput.getPipeName()(experimental) The name of the pipe.static DynamicInputDynamicInput.getSourceArn()(experimental) The ARN of the event source of the pipe.static DynamicInputDynamicInput.getTargetArn()(experimental) The ARN of the target of the pipe.