With the help of AWS DataPipeline API, I'm trying to evaluate the expression below,
sometext-#{format(@scheduledStartTime, 'YYYYMMddHHmmss')
I have used "PipelineObject" which looks like this:
Id:@MyPipelineObject_2018-08-26T01:00:00
Name:@MyPipelineObject_2018-08-26T01:00:00
- Key:@scheduledStartTime
- StringValue:2018-08-26T01:00:00
- Key:@scheduledEndTime
- StringValue:2018-08-27T01:00:00
So how can I evaluate the expression when I know the Pipeline and pipelineObjectId?