Class LazyStringValueOptions
Options for creating a lazy string token.
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LazyStringValueOptions : ILazyStringValueOptions
Syntax (vb)
Public Class LazyStringValueOptions Implements ILazyStringValueOptions
Remarks
ExampleMetadata: fixture=_generated
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"
};
Synopsis
Constructors
| LazyStringValueOptions() | Options for creating a lazy string token. |
Properties
| DisplayHint | Use the given name as a display hint. |
Constructors
LazyStringValueOptions()
Options for creating a lazy string token.
public LazyStringValueOptions()
Remarks
ExampleMetadata: fixture=_generated
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"
};
Properties
DisplayHint
Use the given name as a display hint.
public string? DisplayHint { get; set; }
Property Value
Remarks
Default: - No hint