Interface CfnAgent.ICustomPromptProfileProperty
Reference to an existing custom prompt profile.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAgent.ICustomPromptProfileProperty
Syntax (vb)
Public Interface CfnAgent.ICustomPromptProfileProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var customPromptProfileProperty = new CustomPromptProfileProperty {
ModelProfileId = "modelProfileId",
QbsAwsAccountId = "qbsAwsAccountId",
SubscriptionId = "subscriptionId"
};
Synopsis
Properties
| ModelProfileId | The identifier of the model profile. |
| QbsAwsAccountId | The QBS AWS account identifier. |
| SubscriptionId | The subscription identifier. |
Properties
ModelProfileId
The identifier of the model profile.
string ModelProfileId { get; }
Property Value
Remarks
QbsAwsAccountId
The QBS AWS account identifier.
string QbsAwsAccountId { get; }
Property Value
Remarks
SubscriptionId
The subscription identifier.
string SubscriptionId { get; }