CfnLimitsProfileProps
- class aws_cdk.aws_quicksight.CfnLimitsProfileProps(*, account_id, profile_name, resource_limits, description=None)
Bases:
objectProperties for defining a
CfnLimitsProfile.- Parameters:
account_id (
str)profile_name (
str)resource_limits (
Union[IResolvable,Mapping[str,Union[IResolvable,ProfileLimitValueProperty,Dict[str,Any]]]])description (
Optional[str])
- See:
- 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 cfn_limits_profile_props = quicksight.CfnLimitsProfileProps( account_id="accountId", profile_name="profileName", resource_limits={ "resource_limits_key": quicksight.CfnLimitsProfile.ProfileLimitValueProperty( max_value=123, unit="unit" ) }, # the properties below are optional description="description" )
Attributes
- account_id
-
- Type:
see
- description
-
- Type:
see
- profile_name
-
- Type:
see