aws-cdk-lib.LazyStringValueOptions

interface LazyStringValueOptions

LanguageType name
.NETAmazon.CDK.LazyStringValueOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2#LazyStringValueOptions
Javasoftware.amazon.awscdk.LazyStringValueOptions
Pythonaws_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

NameTypeDescription
displayHint?stringUse the given name as a display hint.

displayHint?

Type: string (optional, default: No hint)

Use the given name as a display hint.