1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. quicksight
  6. LimitsProfile

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
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:

    AccountId string
    ResourceLimits Dictionary<string, Pulumi.AwsNative.QuickSight.Inputs.LimitsProfileProfileLimitValueArgs>
    Description string
    ProfileName string
    AccountId string
    ResourceLimits map[string]LimitsProfileProfileLimitValueArgs
    Description string
    ProfileName string
    account_id string
    resource_limits map(object)
    description string
    profile_name string
    accountId String
    resourceLimits Map<String,LimitsProfileProfileLimitValueArgs>
    description String
    profileName String
    accountId string
    resourceLimits {[key: string]: LimitsProfileProfileLimitValueArgs}
    description string
    profileName string
    account_id str
    resource_limits Mapping[str, LimitsProfileProfileLimitValueArgs]
    description str
    profile_name str
    accountId String
    resourceLimits Map<Property Map>
    description String
    profileName String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LimitsProfile resource produces the following output properties:

    Arn string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    ProfileId string
    UpdatedAt string
    Arn string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    ProfileId string
    UpdatedAt string
    arn string
    created_at string
    id string
    The provider-assigned unique ID for this managed resource.
    profile_id string
    updated_at string
    arn String
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    profileId String
    updatedAt String
    arn string
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    profileId string
    updatedAt string
    arn str
    created_at str
    id str
    The provider-assigned unique ID for this managed resource.
    profile_id str
    updated_at str
    arn String
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    profileId String
    updatedAt String

    Supporting Types

    LimitsProfileLimitUnit, LimitsProfileLimitUnitArgs

    Mb
    MB
    Gb
    GB
    Hours
    HOURS
    Days
    DAYS
    LimitsProfileLimitUnitMb
    MB
    LimitsProfileLimitUnitGb
    GB
    LimitsProfileLimitUnitHours
    HOURS
    LimitsProfileLimitUnitDays
    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

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial