TargetParameter
- class aws_cdk.aws_pipes_alpha.TargetParameter
Bases:
object
(experimental) Define dynamic target parameters.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_pipes_alpha as pipes_alpha target_parameter = pipes_alpha.TargetParameter()
- Stability:
experimental
Static Methods
- classmethod from_json_path(json_path)
(experimental) Target parameter based on a jsonPath expression from the incoming event.
- Parameters:
json_path (
str
) –- Stability:
experimental
- Return type:
str