Show / Hide Table of Contents

Interface ILazyStringValueOptions

Options for creating a lazy string token.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILazyStringValueOptions
Syntax (vb)
Public Interface 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

Properties

DisplayHint

Use the given name as a display hint.

Properties

DisplayHint

Use the given name as a display hint.

string? DisplayHint { get; }
Property Value

string

Remarks

Default: - No hint

Back to top Generated by DocFX