1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. quicksight
  5. getCustomPermissions

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.quicksight.getCustomPermissions

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Definition of the AWS::QuickSight::CustomPermissions Resource Type.

    Using getCustomPermissions

    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 getCustomPermissions(args: GetCustomPermissionsArgs, opts?: InvokeOptions): Promise<GetCustomPermissionsResult>
    function getCustomPermissionsOutput(args: GetCustomPermissionsOutputArgs, opts?: InvokeOptions): Output<GetCustomPermissionsResult>
    def get_custom_permissions(aws_account_id: Optional[str] = None,
                               custom_permissions_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetCustomPermissionsResult
    def get_custom_permissions_output(aws_account_id: Optional[pulumi.Input[str]] = None,
                               custom_permissions_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetCustomPermissionsResult]
    func LookupCustomPermissions(ctx *Context, args *LookupCustomPermissionsArgs, opts ...InvokeOption) (*LookupCustomPermissionsResult, error)
    func LookupCustomPermissionsOutput(ctx *Context, args *LookupCustomPermissionsOutputArgs, opts ...InvokeOption) LookupCustomPermissionsResultOutput

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

    public static class GetCustomPermissions 
    {
        public static Task<GetCustomPermissionsResult> InvokeAsync(GetCustomPermissionsArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomPermissionsResult> Invoke(GetCustomPermissionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCustomPermissionsResult> getCustomPermissions(GetCustomPermissionsArgs args, InvokeOptions options)
    public static Output<GetCustomPermissionsResult> getCustomPermissions(GetCustomPermissionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:quicksight:getCustomPermissions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AwsAccountId string
    The ID of the AWS account that contains the custom permission configuration that you want to update.
    CustomPermissionsName string
    The name of the custom permissions profile.
    AwsAccountId string
    The ID of the AWS account that contains the custom permission configuration that you want to update.
    CustomPermissionsName string
    The name of the custom permissions profile.
    awsAccountId String
    The ID of the AWS account that contains the custom permission configuration that you want to update.
    customPermissionsName String
    The name of the custom permissions profile.
    awsAccountId string
    The ID of the AWS account that contains the custom permission configuration that you want to update.
    customPermissionsName string
    The name of the custom permissions profile.
    aws_account_id str
    The ID of the AWS account that contains the custom permission configuration that you want to update.
    custom_permissions_name str
    The name of the custom permissions profile.
    awsAccountId String
    The ID of the AWS account that contains the custom permission configuration that you want to update.
    customPermissionsName String
    The name of the custom permissions profile.

    getCustomPermissions Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the custom permissions profile.
    Capabilities Pulumi.AwsNative.QuickSight.Outputs.CustomPermissionsCapabilities
    A set of actions in the custom permissions profile.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags to associate with the custom permissions profile.
    Arn string
    The Amazon Resource Name (ARN) of the custom permissions profile.
    Capabilities CustomPermissionsCapabilities
    A set of actions in the custom permissions profile.
    Tags Tag
    The tags to associate with the custom permissions profile.
    arn String
    The Amazon Resource Name (ARN) of the custom permissions profile.
    capabilities CustomPermissionsCapabilities
    A set of actions in the custom permissions profile.
    tags List<Tag>
    The tags to associate with the custom permissions profile.
    arn string
    The Amazon Resource Name (ARN) of the custom permissions profile.
    capabilities CustomPermissionsCapabilities
    A set of actions in the custom permissions profile.
    tags Tag[]
    The tags to associate with the custom permissions profile.
    arn str
    The Amazon Resource Name (ARN) of the custom permissions profile.
    capabilities CustomPermissionsCapabilities
    A set of actions in the custom permissions profile.
    tags Sequence[root_Tag]
    The tags to associate with the custom permissions profile.
    arn String
    The Amazon Resource Name (ARN) of the custom permissions profile.
    capabilities Property Map
    A set of actions in the custom permissions profile.
    tags List<Property Map>
    The tags to associate with the custom permissions profile.

    Supporting Types

    CustomPermissionsCapabilities

    AddOrRunAnomalyDetectionForAnalyses Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    CreateAndUpdateDashboardEmailReports Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to create and update email reports.
    CreateAndUpdateDataSources Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to create and update data sources.
    CreateAndUpdateDatasets Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to create and update datasets.
    CreateAndUpdateThemes Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to Create and Update themes.
    CreateAndUpdateThresholdAlerts Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to create and update threshold alerts.
    CreateSharedFolders Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to create shared folders.
    CreateSpiceDataset Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    ExportToCsv Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to CSV files.
    ExportToExcel Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to Excel files.
    RenameSharedFolders Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to rename shared folders.
    ShareAnalyses Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to share analyses.
    ShareDashboards Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to share dashboards.
    ShareDataSources Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to share data sources.
    ShareDatasets Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to share datasets.
    SubscribeDashboardEmailReports Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    ViewAccountSpiceCapacity Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    AddOrRunAnomalyDetectionForAnalyses CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    CreateAndUpdateDashboardEmailReports CustomPermissionsCapabilityState
    The ability to create and update email reports.
    CreateAndUpdateDataSources CustomPermissionsCapabilityState
    The ability to create and update data sources.
    CreateAndUpdateDatasets CustomPermissionsCapabilityState
    The ability to create and update datasets.
    CreateAndUpdateThemes CustomPermissionsCapabilityState
    The ability to export to Create and Update themes.
    CreateAndUpdateThresholdAlerts CustomPermissionsCapabilityState
    The ability to create and update threshold alerts.
    CreateSharedFolders CustomPermissionsCapabilityState
    The ability to create shared folders.
    CreateSpiceDataset CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    ExportToCsv CustomPermissionsCapabilityState
    The ability to export to CSV files.
    ExportToExcel CustomPermissionsCapabilityState
    The ability to export to Excel files.
    RenameSharedFolders CustomPermissionsCapabilityState
    The ability to rename shared folders.
    ShareAnalyses CustomPermissionsCapabilityState
    The ability to share analyses.
    ShareDashboards CustomPermissionsCapabilityState
    The ability to share dashboards.
    ShareDataSources CustomPermissionsCapabilityState
    The ability to share data sources.
    ShareDatasets CustomPermissionsCapabilityState
    The ability to share datasets.
    SubscribeDashboardEmailReports CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    ViewAccountSpiceCapacity CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    addOrRunAnomalyDetectionForAnalyses CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    createAndUpdateDashboardEmailReports CustomPermissionsCapabilityState
    The ability to create and update email reports.
    createAndUpdateDataSources CustomPermissionsCapabilityState
    The ability to create and update data sources.
    createAndUpdateDatasets CustomPermissionsCapabilityState
    The ability to create and update datasets.
    createAndUpdateThemes CustomPermissionsCapabilityState
    The ability to export to Create and Update themes.
    createAndUpdateThresholdAlerts CustomPermissionsCapabilityState
    The ability to create and update threshold alerts.
    createSharedFolders CustomPermissionsCapabilityState
    The ability to create shared folders.
    createSpiceDataset CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    exportToCsv CustomPermissionsCapabilityState
    The ability to export to CSV files.
    exportToExcel CustomPermissionsCapabilityState
    The ability to export to Excel files.
    renameSharedFolders CustomPermissionsCapabilityState
    The ability to rename shared folders.
    shareAnalyses CustomPermissionsCapabilityState
    The ability to share analyses.
    shareDashboards CustomPermissionsCapabilityState
    The ability to share dashboards.
    shareDataSources CustomPermissionsCapabilityState
    The ability to share data sources.
    shareDatasets CustomPermissionsCapabilityState
    The ability to share datasets.
    subscribeDashboardEmailReports CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    viewAccountSpiceCapacity CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    addOrRunAnomalyDetectionForAnalyses CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    createAndUpdateDashboardEmailReports CustomPermissionsCapabilityState
    The ability to create and update email reports.
    createAndUpdateDataSources CustomPermissionsCapabilityState
    The ability to create and update data sources.
    createAndUpdateDatasets CustomPermissionsCapabilityState
    The ability to create and update datasets.
    createAndUpdateThemes CustomPermissionsCapabilityState
    The ability to export to Create and Update themes.
    createAndUpdateThresholdAlerts CustomPermissionsCapabilityState
    The ability to create and update threshold alerts.
    createSharedFolders CustomPermissionsCapabilityState
    The ability to create shared folders.
    createSpiceDataset CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    exportToCsv CustomPermissionsCapabilityState
    The ability to export to CSV files.
    exportToExcel CustomPermissionsCapabilityState
    The ability to export to Excel files.
    renameSharedFolders CustomPermissionsCapabilityState
    The ability to rename shared folders.
    shareAnalyses CustomPermissionsCapabilityState
    The ability to share analyses.
    shareDashboards CustomPermissionsCapabilityState
    The ability to share dashboards.
    shareDataSources CustomPermissionsCapabilityState
    The ability to share data sources.
    shareDatasets CustomPermissionsCapabilityState
    The ability to share datasets.
    subscribeDashboardEmailReports CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    viewAccountSpiceCapacity CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    add_or_run_anomaly_detection_for_analyses CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    create_and_update_dashboard_email_reports CustomPermissionsCapabilityState
    The ability to create and update email reports.
    create_and_update_data_sources CustomPermissionsCapabilityState
    The ability to create and update data sources.
    create_and_update_datasets CustomPermissionsCapabilityState
    The ability to create and update datasets.
    create_and_update_themes CustomPermissionsCapabilityState
    The ability to export to Create and Update themes.
    create_and_update_threshold_alerts CustomPermissionsCapabilityState
    The ability to create and update threshold alerts.
    create_shared_folders CustomPermissionsCapabilityState
    The ability to create shared folders.
    create_spice_dataset CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    export_to_csv CustomPermissionsCapabilityState
    The ability to export to CSV files.
    export_to_excel CustomPermissionsCapabilityState
    The ability to export to Excel files.
    rename_shared_folders CustomPermissionsCapabilityState
    The ability to rename shared folders.
    share_analyses CustomPermissionsCapabilityState
    The ability to share analyses.
    share_dashboards CustomPermissionsCapabilityState
    The ability to share dashboards.
    share_data_sources CustomPermissionsCapabilityState
    The ability to share data sources.
    share_datasets CustomPermissionsCapabilityState
    The ability to share datasets.
    subscribe_dashboard_email_reports CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    view_account_spice_capacity CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    addOrRunAnomalyDetectionForAnalyses "DENY"
    The ability to add or run anomaly detection.
    createAndUpdateDashboardEmailReports "DENY"
    The ability to create and update email reports.
    createAndUpdateDataSources "DENY"
    The ability to create and update data sources.
    createAndUpdateDatasets "DENY"
    The ability to create and update datasets.
    createAndUpdateThemes "DENY"
    The ability to export to Create and Update themes.
    createAndUpdateThresholdAlerts "DENY"
    The ability to create and update threshold alerts.
    createSharedFolders "DENY"
    The ability to create shared folders.
    createSpiceDataset "DENY"
    The ability to create a SPICE dataset.
    exportToCsv "DENY"
    The ability to export to CSV files.
    exportToExcel "DENY"
    The ability to export to Excel files.
    renameSharedFolders "DENY"
    The ability to rename shared folders.
    shareAnalyses "DENY"
    The ability to share analyses.
    shareDashboards "DENY"
    The ability to share dashboards.
    shareDataSources "DENY"
    The ability to share data sources.
    shareDatasets "DENY"
    The ability to share datasets.
    subscribeDashboardEmailReports "DENY"
    The ability to subscribe to email reports.
    viewAccountSpiceCapacity "DENY"
    The ability to view account SPICE capacity.

    CustomPermissionsCapabilityState

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

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

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi