Class CfnTemplatePropsMixin.ParameterTextFieldControlProperty
A control to display a text box that is used to enter a single entry.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.ParameterTextFieldControlProperty : CfnTemplatePropsMixin.IParameterTextFieldControlProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.ParameterTextFieldControlProperty Implements CfnTemplatePropsMixin.IParameterTextFieldControlProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var parameterTextFieldControlProperty = new ParameterTextFieldControlProperty {
DisplayOptions = new TextFieldControlDisplayOptionsProperty {
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
Visibility = "visibility"
},
PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
Visibility = "visibility"
},
TitleOptions = new LabelOptionsProperty {
CustomLabel = "customLabel",
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
}
},
ParameterControlId = "parameterControlId",
SourceParameterName = "sourceParameterName",
Title = "title"
};
Synopsis
Constructors
| ParameterTextFieldControlProperty() | A control to display a text box that is used to enter a single entry. |
Properties
| DisplayOptions | The display options of a control. |
| ParameterControlId | The ID of the |
| SourceParameterName | The source parameter name of the |
| Title | The title of the |
Constructors
ParameterTextFieldControlProperty()
A control to display a text box that is used to enter a single entry.
public ParameterTextFieldControlProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var parameterTextFieldControlProperty = new ParameterTextFieldControlProperty {
DisplayOptions = new TextFieldControlDisplayOptionsProperty {
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
Visibility = "visibility"
},
PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
Visibility = "visibility"
},
TitleOptions = new LabelOptionsProperty {
CustomLabel = "customLabel",
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
}
},
ParameterControlId = "parameterControlId",
SourceParameterName = "sourceParameterName",
Title = "title"
};
Properties
DisplayOptions
The display options of a control.
public object? DisplayOptions { get; set; }
Property Value
Remarks
ParameterControlId
The ID of the ParameterTextFieldControl .
public string? ParameterControlId { get; set; }
Property Value
Remarks
SourceParameterName
The source parameter name of the ParameterTextFieldControl .
public string? SourceParameterName { get; set; }
Property Value
Remarks
Title
The title of the ParameterTextFieldControl .
public string? Title { get; set; }