interface IPromptRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.IPromptRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#IPromptRef |
Java | software.amazon.awscdk.services.connect.IPromptRef |
Python | aws_cdk.aws_connect.IPromptRef |
TypeScript | aws-cdk-lib » aws_connect » IPromptRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Prompt.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| prompt | Prompt | A reference to a Prompt resource. |
node
Type:
Node
The tree node.
promptRef
Type:
Prompt
A reference to a Prompt resource.

.NET
Go
Java
Python
TypeScript