LimitsProfileReference
- class aws_cdk.interfaces.aws_quicksight.LimitsProfileReference(*, account_id, limits_profile_arn, profile_id)
Bases:
objectA reference to a LimitsProfile resource.
- Parameters:
account_id (
str) – The AccountId of the LimitsProfile resource.limits_profile_arn (
str) – The ARN of the LimitsProfile resource.profile_id (
str) – The ProfileId of the LimitsProfile 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.interfaces import aws_quicksight as interfaces_quicksight limits_profile_reference = interfaces_quicksight.LimitsProfileReference( account_id="accountId", limits_profile_arn="limitsProfileArn", profile_id="profileId" )
Attributes
- account_id
The AccountId of the LimitsProfile resource.
- limits_profile_arn
The ARN of the LimitsProfile resource.
- profile_id
The ProfileId of the LimitsProfile resource.