interface TextAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cases.CfnFieldPropsMixin.TextAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscases#CfnFieldPropsMixin_TextAttributesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cases.CfnFieldPropsMixin.TextAttributesProperty |
Python | aws_cdk.cfn_property_mixins.aws_cases.CfnFieldPropsMixin.TextAttributesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cases » CfnFieldPropsMixin » 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/cfn-property-mixins';
const textAttributesProperty: cases.CfnFieldPropsMixin.TextAttributesProperty = {
isMultiline: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| is | boolean | IResolvable | Attribute that defines rendering component and validation. |
isMultiline?
Type:
boolean | IResolvable
(optional)
Attribute that defines rendering component and validation.

.NET
Go
Java
Python
TypeScript