Show / Hide Table of Contents

Class CfnTemplate.TableFieldCustomIconContentProperty

The custom icon content for the table link content configuration.

Inheritance
System.Object
CfnTemplate.TableFieldCustomIconContentProperty
Implements
CfnTemplate.ITableFieldCustomIconContentProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class TableFieldCustomIconContentProperty : Object, CfnTemplate.ITableFieldCustomIconContentProperty
Syntax (vb)
Public Class TableFieldCustomIconContentProperty
    Inherits Object
    Implements CfnTemplate.ITableFieldCustomIconContentProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablefieldcustomiconcontent.html

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.AWS.QuickSight;

var tableFieldCustomIconContentProperty = new TableFieldCustomIconContentProperty {
    Icon = "icon"
};

Synopsis

Constructors

TableFieldCustomIconContentProperty()

Properties

Icon

The icon set type (link) of the custom icon content for table URL link content.

Constructors

TableFieldCustomIconContentProperty()

public TableFieldCustomIconContentProperty()

Properties

Icon

The icon set type (link) of the custom icon content for table URL link content.

public string Icon { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablefieldcustomiconcontent.html#cfn-quicksight-template-tablefieldcustomiconcontent-icon

Implements

CfnTemplate.ITableFieldCustomIconContentProperty
Back to top Generated by DocFX