PermissionReference
- class aws_cdk.aws_qbusiness.PermissionReference(*, application_id, statement_id)
Bases:
object
A reference to a Permission resource.
- Parameters:
application_id (
str
) – The ApplicationId of the Permission resource.statement_id (
str
) – The StatementId of the Permission resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_qbusiness as qbusiness permission_reference = qbusiness.PermissionReference( application_id="applicationId", statement_id="statementId" )
Attributes
- application_id
The ApplicationId of the Permission resource.
- statement_id
The StatementId of the Permission resource.