interface PluginReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_qbusiness.PluginReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#PluginReference |
![]() | software.amazon.awscdk.services.qbusiness.PluginReference |
![]() | aws_cdk.aws_qbusiness.PluginReference |
![]() | aws-cdk-lib » aws_qbusiness » PluginReference |
A reference to a Plugin resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_qbusiness as qbusiness } from 'aws-cdk-lib';
const pluginReference: qbusiness.PluginReference = {
applicationId: 'applicationId',
pluginArn: 'pluginArn',
pluginId: 'pluginId',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ApplicationId of the Plugin resource. |
plugin | string | The ARN of the Plugin resource. |
plugin | string | The PluginId of the Plugin resource. |
applicationId
Type:
string
The ApplicationId of the Plugin resource.
pluginArn
Type:
string
The ARN of the Plugin resource.
pluginId
Type:
string
The PluginId of the Plugin resource.