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

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

    Using getLimitsProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getLimitsProfile(args: GetLimitsProfileArgs, opts?: InvokeOptions): Promise<GetLimitsProfileResult>
    function getLimitsProfileOutput(args: GetLimitsProfileOutputArgs, opts?: InvokeOutputOptions): Output<GetLimitsProfileResult>
    def get_limits_profile(account_id: Optional[str] = None,
                           profile_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetLimitsProfileResult
    def get_limits_profile_output(account_id: pulumi.Input[Optional[str]] = None,
                           profile_id: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetLimitsProfileResult]
    func LookupLimitsProfile(ctx *Context, args *LookupLimitsProfileArgs, opts ...InvokeOption) (*LookupLimitsProfileResult, error)
    func LookupLimitsProfileOutput(ctx *Context, args *LookupLimitsProfileOutputArgs, opts ...InvokeOption) LookupLimitsProfileResultOutput

    > Note: This function is named LookupLimitsProfile in the Go SDK.

    public static class GetLimitsProfile 
    {
        public static Task<GetLimitsProfileResult> InvokeAsync(GetLimitsProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetLimitsProfileResult> Invoke(GetLimitsProfileInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetLimitsProfileResult> Invoke(GetLimitsProfileInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetLimitsProfileResult> getLimitsProfile(GetLimitsProfileArgs args, InvokeOptions options)
    public static Output<GetLimitsProfileResult> getLimitsProfile(GetLimitsProfileArgs args, InvokeOptions options)
    public static Output<GetLimitsProfileResult> getLimitsProfile(GetLimitsProfileArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:quicksight:getLimitsProfile
      arguments:
        # arguments dictionary
    data "aws-native_quicksight_get_limits_profile" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountId string
    ProfileId string
    AccountId string
    ProfileId string
    account_id string
    profile_id string
    accountId String
    profileId String
    accountId string
    profileId string
    accountId String
    profileId String

    getLimitsProfile Result

    The following output properties are available:

    Arn string
    CreatedAt string
    Description string
    ProfileId string
    ProfileName string
    ResourceLimits Dictionary<string, Pulumi.AwsNative.QuickSight.Outputs.LimitsProfileProfileLimitValue>
    UpdatedAt string
    Arn string
    CreatedAt string
    Description string
    ProfileId string
    ProfileName string
    ResourceLimits map[string]LimitsProfileProfileLimitValue
    UpdatedAt string
    arn string
    created_at string
    description string
    profile_id string
    profile_name string
    resource_limits map(object)
    updated_at string
    arn String
    createdAt String
    description String
    profileId String
    profileName String
    resourceLimits Map<String,LimitsProfileProfileLimitValue>
    updatedAt String
    arn string
    createdAt string
    description string
    profileId string
    profileName string
    resourceLimits {[key: string]: LimitsProfileProfileLimitValue}
    updatedAt string
    arn str
    created_at str
    description str
    profile_id str
    profile_name str
    resource_limits Mapping[str, LimitsProfileProfileLimitValue]
    updated_at str
    arn String
    createdAt String
    description String
    profileId String
    profileName String
    resourceLimits Map<Property Map>
    updatedAt String

    Supporting Types

    LimitsProfileLimitUnit

    LimitsProfileProfileLimitValue

    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