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
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
Remarks
Type union: either IResolvable or (either IResolvable or CfnDataSetPropsMixin.ICustomInstructionProperty)[]
Description
object? Description { get; }