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
published on Monday, Sep 14, 2026 by Pulumi
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
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 dictionarydata "aws-native_quicksight_get_limits_profile" "name" {
# arguments
}The following arguments are supported:
- account_
id string - profile_
id string
- account_
id str - profile_
id str
getLimitsProfile Result
The following output properties are available:
- Arn string
- Created
At string - Description string
- Profile
Id string - Profile
Name string - Resource
Limits Dictionary<string, Pulumi.Aws Native. Quick Sight. Outputs. Limits Profile Profile Limit Value> - Updated
At string
- Arn string
- Created
At string - Description string
- Profile
Id string - Profile
Name string - Resource
Limits map[string]LimitsProfile Profile Limit Value - Updated
At string
- arn string
- created_
at string - description string
- profile_
id string - profile_
name string - resource_
limits map(object) - updated_
at string
- arn String
- created
At String - description String
- profile
Id String - profile
Name String - resource
Limits Map<String,LimitsProfile Profile Limit Value> - updated
At String
- arn string
- created
At string - description string
- profile
Id string - profile
Name string - resource
Limits {[key: string]: LimitsProfile Profile Limit Value} - updated
At string
- arn str
- created_
at str - description str
- profile_
id str - profile_
name str - resource_
limits Mapping[str, LimitsProfile Profile Limit Value] - updated_
at str
- arn String
- created
At String - description String
- profile
Id String - profile
Name String - resource
Limits Map<Property Map> - updated
At String
Supporting Types
LimitsProfileLimitUnit
LimitsProfileProfileLimitValue
- 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.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi