interface InlineCustomInstructionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.InlineCustomInstructionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_InlineCustomInstructionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.InlineCustomInstructionProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.InlineCustomInstructionProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDataSet » InlineCustomInstructionProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const inlineCustomInstructionProperty: quicksight.CfnDataSet.InlineCustomInstructionProperty = {
instructionText: 'instructionText',
// the properties below are optional
uploadedDocumentMetadata: {
name: 'name',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| instruction | string | |
| uploaded | IResolvable | Uploaded |
instructionText
Type:
string
uploadedDocumentMetadata?
Type:
IResolvable | Uploaded
(optional)

.NET
Go
Java
Python
TypeScript