Show / Hide Table of Contents

Class CfnTemplatePropsMixin.TableFieldCustomIconContentProperty

The custom icon content for the table link content configuration.

Inheritance
object
CfnTemplatePropsMixin.TableFieldCustomIconContentProperty
Implements
CfnTemplatePropsMixin.ITableFieldCustomIconContentProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.TableFieldCustomIconContentProperty : CfnTemplatePropsMixin.ITableFieldCustomIconContentProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.TableFieldCustomIconContentProperty Implements CfnTemplatePropsMixin.ITableFieldCustomIconContentProperty
Remarks

See: 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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Synopsis

Constructors

TableFieldCustomIconContentProperty()

The custom icon content for the table link content configuration.

Properties

Icon

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

Constructors

TableFieldCustomIconContentProperty()

The custom icon content for the table link content configuration.

public TableFieldCustomIconContentProperty()
Remarks

See: 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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Properties

Icon

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

public string? Icon { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplatePropsMixin.ITableFieldCustomIconContentProperty
Back to top Generated by DocFX