CfnLimitsProfileMixinProps
- class aws_cdk.cfn_property_mixins.aws_quicksight.CfnLimitsProfileMixinProps(*, account_id=None, description=None, profile_name=None, resource_limits=None)
Bases:
objectProperties for CfnLimitsProfilePropsMixin.
- Parameters:
account_id (
Optional[str])description (
Optional[str])profile_name (
Optional[str])resource_limits (
Union[IResolvable,Mapping[str,Union[IResolvable,ProfileLimitValueProperty,Dict[str,Any]]],None])
- 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.cfn_property_mixins import aws_quicksight as quicksight cfn_limits_profile_mixin_props = quicksight.CfnLimitsProfileMixinProps( account_id="accountId", description="description", profile_name="profileName", resource_limits={ "resource_limits_key": quicksight.CfnLimitsProfilePropsMixin.ProfileLimitValueProperty( max_value=123, unit="unit" ) } )
Attributes
- account_id
-
- Type:
see
- description
-
- Type:
see
- profile_name
-
- Type:
see