Class EncodingOptions
Properties to string encodings.
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EncodingOptions : IEncodingOptions
Syntax (vb)
Public Class EncodingOptions Implements IEncodingOptions
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 encodingOptions = new EncodingOptions {
DisplayHint = "displayHint"
};
Synopsis
Constructors
| EncodingOptions() | Properties to string encodings. |
Properties
| DisplayHint | A hint for the Token's purpose when stringifying it. |
Constructors
EncodingOptions()
Properties to string encodings.
public EncodingOptions()
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 encodingOptions = new EncodingOptions {
DisplayHint = "displayHint"
};
Properties
DisplayHint
A hint for the Token's purpose when stringifying it.
public string? DisplayHint { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated