interface CustomInstructionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTopicPropsMixin.CustomInstructionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTopicPropsMixin_CustomInstructionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTopicPropsMixin.CustomInstructionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTopicPropsMixin.CustomInstructionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTopicPropsMixin » CustomInstructionsProperty |
<p>Instructions that provide additional guidance and context for response generation.
.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/cfn-property-mixins';
const customInstructionsProperty: quicksight.CfnTopicPropsMixin.CustomInstructionsProperty = {
customInstructionsString: 'customInstructionsString',
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | string | A text field for providing additional guidance or context for response generation. . |
customInstructionsString?
Type:
string
(optional)
<p>A text field for providing additional guidance or context for response generation.
.
.NET
Go
Java
Python
TypeScript