interface EncodingOptions
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.EncodingOptions | 
|  Java | software.amazon.awscdk.core.EncodingOptions | 
|  Python | aws_cdk.core.EncodingOptions | 
|  TypeScript (source) | @aws-cdk/core»EncodingOptions | 
Properties to string encodings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from '@aws-cdk/core';
const encodingOptions: cdk.EncodingOptions = {
  displayHint: 'displayHint',
};
Properties
| Name | Type | Description | 
|---|---|---|
| display | string | A hint for the Token's purpose when stringifying it. | 
displayHint?
Type:
string
(optional)
A hint for the Token's purpose when stringifying it.
