Interface CfnField.IFieldAttributesProperty
Union of field attributes.
Namespace: Amazon.CDK.AWS.Cases
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnField.IFieldAttributesProperty
Syntax (vb)
Public Interface CfnField.IFieldAttributesProperty
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.AWS.Cases;
var fieldAttributesProperty = new FieldAttributesProperty {
Text = new TextAttributesProperty {
IsMultiline = false
}
};
Synopsis
Properties
| Text | Field attributes for Text field type. |
Properties
Text
Field attributes for Text field type.
object? Text { get; }