Show / Hide Table of Contents

Interface CfnDataSetPropsMixin.IDataSetSemanticMetadataProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetsemanticmetadata.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 dataSetSemanticMetadataProperty = new DataSetSemanticMetadataProperty {
                 CustomInstructions = new [] { new CustomInstructionProperty {
                     InlineCustomInstruction = new InlineCustomInstructionProperty {
                         InstructionText = "instructionText",
                         UploadedDocumentMetadata = new UploadedDocumentMetadataProperty {
                             Name = "name"
                         }
                     }
                 } },
                 Description = new DataSetSemanticDescriptionProperty {
                     Text = "text"
                 }
             };

Synopsis

Properties

CustomInstructions
Description

Properties

CustomInstructions

object? CustomInstructions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetsemanticmetadata.html#cfn-quicksight-dataset-datasetsemanticmetadata-custominstructions

Type union: either IResolvable or (either IResolvable or CfnDataSetPropsMixin.ICustomInstructionProperty)[]

Description

object? Description { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetsemanticmetadata.html#cfn-quicksight-dataset-datasetsemanticmetadata-description

Type union: either IResolvable or CfnDataSetPropsMixin.IDataSetSemanticDescriptionProperty

Back to top Generated by DocFX