interface CustomInstructionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTopic.CustomInstructionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_CustomInstructionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTopic.CustomInstructionsProperty |
Python | aws_cdk.aws_quicksight.CfnTopic.CustomInstructionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTopic » CustomInstructionsProperty |
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 customInstructionsProperty: quicksight.CfnTopic.CustomInstructionsProperty = {
customInstructionsString: 'customInstructionsString',
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | string |
customInstructionsString
Type:
string

.NET
Go
Java
Python
TypeScript