Class LazyStringValueOptions
Options for creating a lazy string token.
public class LazyStringValueOptions : ILazyStringValueOptions
- Inheritance
-
LazyStringValueOptions
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var lazyStringValueOptions = new LazyStringValueOptions {
DisplayHint = "displayHint"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
LazyStringValueOptions()
public LazyStringValueOptions()
Properties
DisplayHint
Use the given name as a display hint.
public string? DisplayHint { get; set; }
Property Value
Remarks
Default: - No hint