CustomPermissionsReference
- class aws_cdk.aws_quicksight.CustomPermissionsReference(*, aws_account_id, custom_permissions_arn, custom_permissions_name)
Bases:
object
A reference to a CustomPermissions resource.
- Parameters:
aws_account_id (
str
) – The AwsAccountId of the CustomPermissions resource.custom_permissions_arn (
str
) – The ARN of the CustomPermissions resource.custom_permissions_name (
str
) – The CustomPermissionsName of the CustomPermissions 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_quicksight as quicksight custom_permissions_reference = quicksight.CustomPermissionsReference( aws_account_id="awsAccountId", custom_permissions_arn="customPermissionsArn", custom_permissions_name="customPermissionsName" )
Attributes
- aws_account_id
The AwsAccountId of the CustomPermissions resource.
- custom_permissions_arn
The ARN of the CustomPermissions resource.
- custom_permissions_name
The CustomPermissionsName of the CustomPermissions resource.