interface TextAreaControlDisplayOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TextAreaControlDisplayOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TextAreaControlDisplayOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TextAreaControlDisplayOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.TextAreaControlDisplayOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » TextAreaControlDisplayOptionsProperty |
The display options of a control.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const textAreaControlDisplayOptionsProperty: quicksight.CfnTemplate.TextAreaControlDisplayOptionsProperty = {
infoIconLabelOptions: {
infoIconText: 'infoIconText',
visibility: 'visibility',
},
placeholderOptions: {
visibility: 'visibility',
},
titleOptions: {
customLabel: 'customLabel',
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
visibility: 'visibility',
},
};
Properties
Name | Type | Description |
---|---|---|
info | IResolvable | Sheet | The configuration of info icon label options. |
placeholder | IResolvable | Text | The configuration of the placeholder options in a text area control. |
title | IResolvable | Label | The options to configure the title visibility, name, and font size. |
infoIconLabelOptions?
Type:
IResolvable
|
Sheet
(optional)
The configuration of info icon label options.
placeholderOptions?
Type:
IResolvable
|
Text
(optional)
The configuration of the placeholder options in a text area control.
titleOptions?
Type:
IResolvable
|
Label
(optional)
The options to configure the title visibility, name, and font size.