interface CfnPermissionProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_qbusiness.CfnPermissionProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnPermissionProps |
![]() | software.amazon.awscdk.services.qbusiness.CfnPermissionProps |
![]() | aws_cdk.aws_qbusiness.CfnPermissionProps |
![]() | aws-cdk-lib » aws_qbusiness » CfnPermissionProps |
Properties for defining a CfnPermission
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-permission.html
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 cfnPermissionProps: qbusiness.CfnPermissionProps = {
actions: ['actions'],
applicationId: 'applicationId',
principal: 'principal',
statementId: 'statementId',
};
Properties
Name | Type | Description |
---|---|---|
actions | string[] | The list of Amazon Q Business actions that the ISV is allowed to perform. |
application | string | The unique identifier of the Amazon Q Business application. |
principal | string | Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses. |
statement | string | A unique identifier for the policy statement. |
actions
Type:
string[]
The list of Amazon Q Business actions that the ISV is allowed to perform.
applicationId
Type:
string
The unique identifier of the Amazon Q Business application.
principal
Type:
string
Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
statementId
Type:
string
A unique identifier for the policy statement.