interface CustomPromptProfileProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAgentPropsMixin.CustomPromptProfileProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAgentPropsMixin_CustomPromptProfileProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAgentPropsMixin.CustomPromptProfileProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAgentPropsMixin.CustomPromptProfileProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAgentPropsMixin » CustomPromptProfileProperty |
Reference to an existing custom prompt profile.
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 customPromptProfileProperty: quicksight.CfnAgentPropsMixin.CustomPromptProfileProperty = {
modelProfileId: 'modelProfileId',
qbsAwsAccountId: 'qbsAwsAccountId',
subscriptionId: 'subscriptionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| model | string | The identifier of the model profile. |
| qbs | string | The QBS AWS account identifier. |
| subscription | string | The subscription identifier. |
modelProfileId?
Type:
string
(optional)
The identifier of the model profile.
qbsAwsAccountId?
Type:
string
(optional)
The QBS AWS account identifier.
subscriptionId?
Type:
string
(optional)
The subscription identifier.

.NET
Go
Java
Python
TypeScript