interface LazyStringValueOptions
| Language | Type name |
|---|---|
.NET | Amazon.CDK.LazyStringValueOptions |
Java | software.amazon.awscdk.core.LazyStringValueOptions |
Python | aws_cdk.core.LazyStringValueOptions |
TypeScript (source) | @aws-cdk/core » 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/core';
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.

.NET
Java
Python
TypeScript (