interface PermissionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_qbusiness.PermissionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#PermissionReference |
![]() | software.amazon.awscdk.services.qbusiness.PermissionReference |
![]() | aws_cdk.aws_qbusiness.PermissionReference |
![]() | aws-cdk-lib » aws_qbusiness » PermissionReference |
A reference to a Permission 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 permissionReference: qbusiness.PermissionReference = {
applicationId: 'applicationId',
statementId: 'statementId',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ApplicationId of the Permission resource. |
statement | string | The StatementId of the Permission resource. |
applicationId
Type:
string
The ApplicationId of the Permission resource.
statementId
Type:
string
The StatementId of the Permission resource.