interface TextAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cases.CfnField.TextAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscases#CfnField_TextAttributesProperty |
Java | software.amazon.awscdk.services.cases.CfnField.TextAttributesProperty |
Python | aws_cdk.aws_cases.CfnField.TextAttributesProperty |
TypeScript | aws-cdk-lib » aws_cases » CfnField » TextAttributesProperty |
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 { aws_cases as cases } from 'aws-cdk-lib';
const textAttributesProperty: cases.CfnField.TextAttributesProperty = {
isMultiline: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| is | boolean | IResolvable | Attribute that defines rendering component and validation. |
isMultiline
Type:
boolean | IResolvable
Attribute that defines rendering component and validation.

.NET
Go
Java
Python
TypeScript