class TargetParameter
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.Alpha.TargetParameter |
![]() | github.com/aws/aws-cdk-go/awscdkpipesalpha/v2#TargetParameter |
![]() | software.amazon.awscdk.services.pipes.alpha.TargetParameter |
![]() | aws_cdk.aws_pipes_alpha.TargetParameter |
![]() | @aws-cdk/aws-pipes-alpha » TargetParameter |
Define dynamic target parameters.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as pipes_alpha from '@aws-cdk/aws-pipes-alpha';
const targetParameter = new pipes_alpha.TargetParameter();
Initializer
new TargetParameter()
Methods
Name | Description |
---|---|
static from | Target parameter based on a jsonPath expression from the incoming event. |
static fromJsonPath(jsonPath)
public static fromJsonPath(jsonPath: string): string
Parameters
- jsonPath
string
Returns
string
Target parameter based on a jsonPath expression from the incoming event.