We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Definition of AWS::QuickSight::LimitsProfile Resource Type
Create LimitsProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LimitsProfile(name: string, args: LimitsProfileArgs, opts?: CustomResourceOptions);@overload
def LimitsProfile(resource_name: str,
args: LimitsProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LimitsProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
resource_limits: Optional[Mapping[str, LimitsProfileProfileLimitValueArgs]] = None,
description: Optional[str] = None,
profile_name: Optional[str] = None)func NewLimitsProfile(ctx *Context, name string, args LimitsProfileArgs, opts ...ResourceOption) (*LimitsProfile, error)public LimitsProfile(string name, LimitsProfileArgs args, CustomResourceOptions? opts = null)
public LimitsProfile(String name, LimitsProfileArgs args)
public LimitsProfile(String name, LimitsProfileArgs args, CustomResourceOptions options)
type: aws-native:quicksight:LimitsProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_quicksight_limits_profile" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args LimitsProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LimitsProfileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LimitsProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LimitsProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LimitsProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LimitsProfile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The LimitsProfile resource accepts the following input properties:
- Account
Id string - Resource
Limits Dictionary<string, Pulumi.Aws Native. Quick Sight. Inputs. Limits Profile Profile Limit Value Args> - Description string
- Profile
Name string
- Account
Id string - Resource
Limits map[string]LimitsProfile Profile Limit Value Args - Description string
- Profile
Name string
- account_
id string - resource_
limits map(object) - description string
- profile_
name string
- account
Id String - resource
Limits Map<String,LimitsProfile Profile Limit Value Args> - description String
- profile
Name String
- account
Id string - resource
Limits {[key: string]: LimitsProfile Profile Limit Value Args} - description string
- profile
Name string
- account_
id str - resource_
limits Mapping[str, LimitsProfile Profile Limit Value Args] - description str
- profile_
name str
- account
Id String - resource
Limits Map<Property Map> - description String
- profile
Name String
Outputs
All input properties are implicitly available as output properties. Additionally, the LimitsProfile resource produces the following output properties:
- arn string
- created_
at string - id string
- The provider-assigned unique ID for this managed resource.
- profile_
id string - updated_
at string
- arn str
- created_
at str - id str
- The provider-assigned unique ID for this managed resource.
- profile_
id str - updated_
at str
Supporting Types
LimitsProfileLimitUnit, LimitsProfileLimitUnitArgs
- Mb
MB- Gb
GB- Hours
HOURS- Days
DAYS
- Limits
Profile Limit Unit Mb MB- Limits
Profile Limit Unit Gb GB- Limits
Profile Limit Unit Hours HOURS- Limits
Profile Limit Unit Days DAYS
- "MB"
MB- "GB"
GB- "HOURS"
HOURS- "DAYS"
DAYS
- Mb
MB- Gb
GB- Hours
HOURS- Days
DAYS
- Mb
MB- Gb
GB- Hours
HOURS- Days
DAYS
- MB
MB- GB
GB- HOURS
HOURS- DAYS
DAYS
- "MB"
MB- "GB"
GB- "HOURS"
HOURS- "DAYS"
DAYS
LimitsProfileProfileLimitValue, LimitsProfileProfileLimitValueArgs
- Max
Value float64 - Unit
Limits
Profile Limit Unit
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi