interface FieldAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cases.CfnFieldPropsMixin.FieldAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscases#CfnFieldPropsMixin_FieldAttributesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cases.CfnFieldPropsMixin.FieldAttributesProperty |
Python | aws_cdk.cfn_property_mixins.aws_cases.CfnFieldPropsMixin.FieldAttributesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cases » CfnFieldPropsMixin » 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/cfn-property-mixins';
const fieldAttributesProperty: cases.CfnFieldPropsMixin.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