Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptprofile.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptprofile.html#cfn-quicksight-agent-custompromptprofile-modelprofileid

QbsAwsAccountId

The QBS AWS account identifier.

string QbsAwsAccountId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptprofile.html#cfn-quicksight-agent-custompromptprofile-qbsawsaccountid

SubscriptionId

The subscription identifier.

string SubscriptionId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-agent-custompromptprofile.html#cfn-quicksight-agent-custompromptprofile-subscriptionid

Back to top Generated by DocFX