interface LazyStringValueOptions
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.LazyStringValueOptions | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2#LazyStringValueOptions | 
|  Java | software.amazon.awscdk.LazyStringValueOptions | 
|  Python | aws_cdk.LazyStringValueOptions | 
|  TypeScript (source) | aws-cdk-lib»LazyStringValueOptions | 
Options for creating a lazy string token.
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-lib';
const lazyStringValueOptions: cdk.LazyStringValueOptions = {
  displayHint: 'displayHint',
};
Properties
| Name | Type | Description | 
|---|---|---|
| display | string | Use the given name as a display hint. | 
displayHint?
Type:
string
(optional, default: No hint)
Use the given name as a display hint.
