

AWS Data Pipeline is no longer available to new customers. Existing customers of AWS Data Pipeline can continue to use the service as normal. [Learn more](https://aws.amazon.com/blogs/big-data/migrate-workloads-from-aws-data-pipeline/)

# Special Characters
<a name="dp-pipeline-characters"></a>

AWS Data Pipeline uses certain characters that have a special meaning in pipeline definitions, as shown in the following table. 


****  

| Special Character | Description | Examples | 
| --- | --- | --- | 
| @ | Runtime field. This character is a field name prefix for a field that is only available when a pipeline runs. | @actualStartTime @failureReason @resourceStatus | 
| \$1 | Expression. Expressions are delimited by: "\$1\$1" and "\$1" and the contents of the braces are evaluated by AWS Data Pipeline. For more information, see [Expressions](dp-pipeline-expressions.md). | \$1\$1format(myDateTime,'YYYY-MM-dd hh:mm:ss')\$1 s3://amzn-s3-demo-bucket/\$1\$1id\$1.csv | 
| \$1 | Encrypted field. This character is a field name prefix to indicate that AWS Data Pipeline should encrypt the contents of this field in transit between the console or CLI and the AWS Data Pipeline service. | \$1password | 