Class CfnAnalysisPropsMixin.TableFieldURLConfigurationProperty
The URL configuration for a table field.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TableFieldURLConfigurationProperty : CfnAnalysisPropsMixin.ITableFieldURLConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TableFieldURLConfigurationProperty Implements CfnAnalysisPropsMixin.ITableFieldURLConfigurationProperty
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 tableFieldURLConfigurationProperty = new TableFieldURLConfigurationProperty {
ImageConfiguration = new TableFieldImageConfigurationProperty {
SizingOptions = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
}
},
LinkConfiguration = new TableFieldLinkConfigurationProperty {
Content = new TableFieldLinkContentConfigurationProperty {
CustomIconContent = new TableFieldCustomIconContentProperty {
Icon = "icon"
},
CustomTextContent = new TableFieldCustomTextContentProperty {
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Value = "value"
}
},
Target = "target"
}
};
Synopsis
Constructors
| TableFieldURLConfigurationProperty() | The URL configuration for a table field. |
Properties
| ImageConfiguration | The image configuration of a table field URL. |
| LinkConfiguration | The link configuration of a table field URL. |
Constructors
TableFieldURLConfigurationProperty()
The URL configuration for a table field.
public TableFieldURLConfigurationProperty()
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 tableFieldURLConfigurationProperty = new TableFieldURLConfigurationProperty {
ImageConfiguration = new TableFieldImageConfigurationProperty {
SizingOptions = new TableCellImageSizingConfigurationProperty {
TableCellImageScalingConfiguration = "tableCellImageScalingConfiguration"
}
},
LinkConfiguration = new TableFieldLinkConfigurationProperty {
Content = new TableFieldLinkContentConfigurationProperty {
CustomIconContent = new TableFieldCustomIconContentProperty {
Icon = "icon"
},
CustomTextContent = new TableFieldCustomTextContentProperty {
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Value = "value"
}
},
Target = "target"
}
};
Properties
ImageConfiguration
The image configuration of a table field URL.
public object? ImageConfiguration { get; set; }
Property Value
Remarks
LinkConfiguration
The link configuration of a table field URL.
public object? LinkConfiguration { get; set; }