Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.ITableStyleTargetProperty

The table style target.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.ITableStyleTargetProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.ITableStyleTargetProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablestyletarget.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.CfnPropertyMixins.AWS.QuickSight;

             var tableStyleTargetProperty = new TableStyleTargetProperty {
                 CellType = "cellType"
             };

Synopsis

Properties

CellType

The cell type of the table style target.

Properties

CellType

The cell type of the table style target.

string? CellType { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX