interface QuickResponseReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Wisdom.QuickResponseReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#QuickResponseReference |
Java | software.amazon.awscdk.services.wisdom.QuickResponseReference |
Python | aws_cdk.aws_wisdom.QuickResponseReference |
TypeScript | aws-cdk-lib » aws_wisdom » QuickResponseReference |
A reference to a QuickResponse resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const quickResponseReference: wisdom.QuickResponseReference = {
quickResponseArn: 'quickResponseArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| quick | string | The QuickResponseArn of the QuickResponse resource. |
quickResponseArn
Type:
string
The QuickResponseArn of the QuickResponse resource.

.NET
Go
Java
Python
TypeScript