interface ProfileLimitValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnLimitsProfile.ProfileLimitValueProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnLimitsProfile_ProfileLimitValueProperty |
Java | software.amazon.awscdk.services.quicksight.CfnLimitsProfile.ProfileLimitValueProperty |
Python | aws_cdk.aws_quicksight.CfnLimitsProfile.ProfileLimitValueProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnLimitsProfile » ProfileLimitValueProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const profileLimitValueProperty: quicksight.CfnLimitsProfile.ProfileLimitValueProperty = {
maxValue: 123,
unit: 'unit',
};
Properties
| Name | Type | Description |
|---|---|---|
| max | number | |
| unit | string |
maxValue
Type:
number
unit
Type:
string

.NET
Go
Java
Python
TypeScript