interface QuickResponseReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.QuickResponseReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#QuickResponseReference |
![]() | software.amazon.awscdk.services.wisdom.QuickResponseReference |
![]() | aws_cdk.aws_wisdom.QuickResponseReference |
![]() | 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.