Interface CfnFieldPropsMixin.TextAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFieldPropsMixin.TextAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnFieldPropsMixin
@Stability(Stable)
public static interface CfnFieldPropsMixin.TextAttributesProperty
extends software.amazon.jsii.JsiiSerializable
Field attributes for Text field type.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cases.*;
TextAttributesProperty textAttributesProperty = TextAttributesProperty.builder()
.isMultiline(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFieldPropsMixin.TextAttributesPropertystatic final classAn implementation forCfnFieldPropsMixin.TextAttributesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsMultiline
Attribute that defines rendering component and validation.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-