interface CustomPromptProfileProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAgent.CustomPromptProfileProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAgent_CustomPromptProfileProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAgent.CustomPromptProfileProperty |
Python | aws_cdk.aws_quicksight.CfnAgent.CustomPromptProfileProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAgent » 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-lib';
const customPromptProfileProperty: quicksight.CfnAgent.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
The identifier of the model profile.
qbsAwsAccountId
Type:
string
The QBS AWS account identifier.
subscriptionId
Type:
string
The subscription identifier.

.NET
Go
Java
Python
TypeScript