Interface CfnFieldPropsMixin.FieldAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFieldPropsMixin.FieldAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnFieldPropsMixin
@Stability(Stable)
public static interface CfnFieldPropsMixin.FieldAttributesProperty
extends software.amazon.jsii.JsiiSerializable
Union of field attributes.
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.*;
FieldAttributesProperty fieldAttributesProperty = FieldAttributesProperty.builder()
.text(TextAttributesProperty.builder()
.isMultiline(false)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFieldPropsMixin.FieldAttributesPropertystatic final classAn implementation forCfnFieldPropsMixin.FieldAttributesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getText
Field attributes for Text field type.Returns union: either
IResolvableorCfnFieldPropsMixin.TextAttributesProperty- See Also:
-
builder
-