interface FieldAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cases.CfnField.FieldAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscases#CfnField_FieldAttributesProperty |
Java | software.amazon.awscdk.services.cases.CfnField.FieldAttributesProperty |
Python | aws_cdk.aws_cases.CfnField.FieldAttributesProperty |
TypeScript | aws-cdk-lib » aws_cases » CfnField » FieldAttributesProperty |
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 { aws_cases as cases } from 'aws-cdk-lib';
const fieldAttributesProperty: cases.CfnField.FieldAttributesProperty = {
text: {
isMultiline: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| text? | IResolvable | Text | Field attributes for Text field type. |
text?
Type:
IResolvable | Text
(optional)
Field attributes for Text field type.

.NET
Go
Java
Python
TypeScript