interface PromptReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.PromptReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#PromptReference |
Java | software.amazon.awscdk.services.connect.PromptReference |
Python | aws_cdk.aws_connect.PromptReference |
TypeScript | aws-cdk-lib » aws_connect » PromptReference |
A reference to a Prompt resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const promptReference: connect.PromptReference = {
promptArn: 'promptArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| prompt | string | The PromptArn of the Prompt resource. |
promptArn
Type:
string
The PromptArn of the Prompt resource.

.NET
Go
Java
Python
TypeScript