[ aws . quicksight ]

list-custom-permissions

Description

Returns a list of all the custom permissions profiles.

See also: AWS API Documentation

list-custom-permissions is a paginated operation. Multiple API calls may be issued in order to retrieve the entire data set of results. You can disable pagination by providing the --no-paginate argument. When using --output text and the --query argument on a paginated response, the --query argument must extract data from the results of the following query expressions: CustomPermissionsList

Synopsis

  list-custom-permissions
--aws-account-id <value>
[--starting-token <value>]
[--page-size <value>]
[--max-items <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]
[--cli-error-format <value>]

Options

--aws-account-id (string) [required]

The ID of the Amazon Web Services account that contains the custom permissions profiles that you want to list.

Constraints:

  • min: 12
  • max: 12
  • pattern: ^[0-9]{12}$

--starting-token (string)

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--page-size (integer)

The size of each page to get in the AWS service call. This does not affect the number of items returned in the command’s output. Setting a smaller page size results in more calls to the AWS service, retrieving fewer items in each call. This can help prevent the AWS service calls from timing out.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

Constraints:

  • min: 1
  • max: 100

--max-items (integer)

The total number of items to return in the command’s output. If the total number of items available is more than the value specified, a NextToken is provided in the command’s output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.

Global Options

--debug (boolean)

Turn on debug logging.

--endpoint-url (string)

Override command’s default URL with the given URL.

--no-verify-ssl (boolean)

By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.

--no-paginate (boolean)

Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.

--output (string)

The formatting style for command output.

  • json
  • text
  • table
  • yaml
  • yaml-stream
  • off

--query (string)

A JMESPath query to use in filtering the response data.

--profile (string)

Use a specific profile from your credential file.

--region (string)

The region to use. Overrides config/env settings.

--version (string)

Display the version of this tool.

--color (string)

Turn on/off color output.

  • on
  • off
  • auto

--no-sign-request (boolean)

Do not sign requests. Credentials will not be loaded if this argument is provided.

--ca-bundle (string)

The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.

--cli-read-timeout (int)

The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.

--cli-connect-timeout (int)

The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.

--cli-binary-format (string)

The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb:// will always be treated as binary and use the file contents directly regardless of the cli-binary-format setting. When using file:// the file contents will need to properly formatted for the configured cli-binary-format.

  • base64
  • raw-in-base64-out

--no-cli-pager (boolean)

Disable cli pager for output.

--cli-auto-prompt (boolean)

Automatically prompt for CLI input parameters.

--no-cli-auto-prompt (boolean)

Disable automatically prompt for CLI input parameters.

--cli-error-format (string)

The formatting style for error output. By default, errors are displayed in enhanced format.

  • legacy
  • json
  • yaml
  • text
  • table
  • enhanced

Output

Status -> (integer)

The HTTP status of the request.

CustomPermissionsList -> (list)

A list of custom permissions profiles.

(structure)

The custom permissions profile.

Arn -> (string)

The Amazon Resource Name (ARN) of the custom permissions profile.

CustomPermissionsName -> (string)

The name of the custom permissions profile.

Constraints:

  • min: 1
  • max: 64
  • pattern: ^[a-zA-Z0-9+=,.@_-]+$

Capabilities -> (structure)

A set of actions in the custom permissions profile.

ExportToCsv -> (string)

The ability to export to CSV files from the UI.

Possible values:

  • DENY
  • ALLOW

ExportToExcel -> (string)

The ability to export to Excel files from the UI.

Possible values:

  • DENY
  • ALLOW

ExportToPdf -> (string)

The ability to export to PDF files from the UI.

Possible values:

  • DENY
  • ALLOW

PrintReports -> (string)

The ability to print reports.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateThemes -> (string)

The ability to export to Create and Update themes.

Possible values:

  • DENY
  • ALLOW

AddOrRunAnomalyDetectionForAnalyses -> (string)

The ability to add or run anomaly detection.

Possible values:

  • DENY
  • ALLOW

ShareAnalyses -> (string)

The ability to share analyses.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateDatasets -> (string)

The ability to create and update datasets.

Possible values:

  • DENY
  • ALLOW

ShareDatasets -> (string)

The ability to share datasets.

Possible values:

  • DENY
  • ALLOW

SubscribeDashboardEmailReports -> (string)

The ability to subscribe to email reports.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateDashboardEmailReports -> (string)

The ability to create and update email reports.

Possible values:

  • DENY
  • ALLOW

ShareDashboards -> (string)

The ability to share dashboards.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateThresholdAlerts -> (string)

The ability to create and update threshold alerts.

Possible values:

  • DENY
  • ALLOW

RenameSharedFolders -> (string)

The ability to rename shared folders.

Possible values:

  • DENY
  • ALLOW

CreateSharedFolders -> (string)

The ability to create shared folders.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateDataSources -> (string)

The ability to create and update data sources.

Possible values:

  • DENY
  • ALLOW

ShareDataSources -> (string)

The ability to share data sources.

Possible values:

  • DENY
  • ALLOW

ViewAccountSPICECapacity -> (string)

The ability to view account SPICE capacity.

Possible values:

  • DENY
  • ALLOW

CreateSPICEDataset -> (string)

The ability to create a SPICE dataset.

Possible values:

  • DENY
  • ALLOW

ExportToPdfInScheduledReports -> (string)

The ability to export to PDF files in scheduled email reports.

Possible values:

  • DENY
  • ALLOW

ExportToCsvInScheduledReports -> (string)

The ability to export to CSV files in scheduled email reports.

Possible values:

  • DENY
  • ALLOW

ExportToExcelInScheduledReports -> (string)

The ability to export to Excel files in scheduled email reports.

Possible values:

  • DENY
  • ALLOW

IncludeContentInScheduledReportsEmail -> (string)

The ability to include content in scheduled email reports.

Possible values:

  • DENY
  • ALLOW

Dashboard -> (string)

The ability to perform dashboard-related actions.

Possible values:

  • DENY
  • ALLOW

Analysis -> (string)

The ability to perform analysis-related actions.

Possible values:

  • DENY
  • ALLOW

Automate -> (string)

The ability to perform automate-related actions.

Possible values:

  • DENY
  • ALLOW

Flow -> (string)

The ability to perform flow-related actions.

Possible values:

  • DENY
  • ALLOW

Apps -> (string)

The ability to perform apps-related actions.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateApps -> (string)

The ability to create or update apps.

Possible values:

  • DENY
  • ALLOW

ShareApps -> (string)

The ability to share apps with other users.

Possible values:

  • DENY
  • ALLOW

InvokeAppsAIInference -> (string)

The ability to add and invoke AI inference in new and existing apps.

Possible values:

  • DENY
  • ALLOW

AccessAppsNativeDataStore -> (string)

The ability to access the native data store for new and existing apps.

Possible values:

  • DENY
  • ALLOW

PublishWithoutApproval -> (string)

The ability to enable approvals for flow share.

Possible values:

  • DENY
  • ALLOW

UseBedrockModels -> (string)

The ability to use Bedrock models for general knowledge step in flows.

Possible values:

  • DENY
  • ALLOW

PerformFlowUiTask -> (string)

The ability to use UI Agent step to perform tasks on public websites.

Possible values:

  • DENY
  • ALLOW

ApproveFlowShareRequests -> (string)

The ability to review and approve sharing requests of Flows.

Possible values:

  • DENY
  • ALLOW

UseAgentWebSearch -> (string)

The ability to use internet to enhance results in Chat Agents, Flows, and Quick Research. Web search queries will be processed securely in an Amazon Web Services region us-east-1 .

Possible values:

  • DENY
  • ALLOW

KnowledgeBase -> (string)

The ability to use knowledge bases to specify content from external applications.

Possible values:

  • DENY
  • ALLOW

Action -> (string)

The ability to perform actions in external services through Action connectors. Actions allow users to interact with third-party systems.

Possible values:

  • DENY
  • ALLOW

GenericHTTPAction -> (string)

The ability to perform actions using REST API connection connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateGenericHTTPAction -> (string)

The ability to create and update REST API connection actions.

Possible values:

  • DENY
  • ALLOW

ShareGenericHTTPAction -> (string)

The ability to share REST API connection actions.

Possible values:

  • DENY
  • ALLOW

UseGenericHTTPAction -> (string)

The ability to use REST API connection actions.

Possible values:

  • DENY
  • ALLOW

AsanaAction -> (string)

The ability to perform actions using Asana connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateAsanaAction -> (string)

The ability to create and update Asana actions.

Possible values:

  • DENY
  • ALLOW

ShareAsanaAction -> (string)

The ability to share Asana actions.

Possible values:

  • DENY
  • ALLOW

UseAsanaAction -> (string)

The ability to use Asana actions.

Possible values:

  • DENY
  • ALLOW

SlackAction -> (string)

The ability to perform actions using Slack connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSlackAction -> (string)

The ability to create and update Slack actions.

Possible values:

  • DENY
  • ALLOW

ShareSlackAction -> (string)

The ability to share Slack actions.

Possible values:

  • DENY
  • ALLOW

UseSlackAction -> (string)

The ability to use Slack actions.

Possible values:

  • DENY
  • ALLOW

ServiceNowAction -> (string)

The ability to perform actions using ServiceNow connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateServiceNowAction -> (string)

The ability to create and update ServiceNow actions.

Possible values:

  • DENY
  • ALLOW

ShareServiceNowAction -> (string)

The ability to share ServiceNow actions.

Possible values:

  • DENY
  • ALLOW

UseServiceNowAction -> (string)

The ability to use ServiceNow actions.

Possible values:

  • DENY
  • ALLOW

SalesforceAction -> (string)

The ability to perform actions using Salesforce connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSalesforceAction -> (string)

The ability to create and update Salesforce actions.

Possible values:

  • DENY
  • ALLOW

ShareSalesforceAction -> (string)

The ability to share Salesforce actions.

Possible values:

  • DENY
  • ALLOW

UseSalesforceAction -> (string)

The ability to use Salesforce actions.

Possible values:

  • DENY
  • ALLOW

MSExchangeAction -> (string)

The ability to perform actions using Microsoft Outlook connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateMSExchangeAction -> (string)

The ability to create and update Microsoft Outlook actions.

Possible values:

  • DENY
  • ALLOW

ShareMSExchangeAction -> (string)

The ability to share Microsoft Outlook actions.

Possible values:

  • DENY
  • ALLOW

UseMSExchangeAction -> (string)

The ability to use Microsoft Outlook actions.

Possible values:

  • DENY
  • ALLOW

PagerDutyAction -> (string)

The ability to perform actions using PagerDuty Advance connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdatePagerDutyAction -> (string)

The ability to create and update PagerDuty Advance actions.

Possible values:

  • DENY
  • ALLOW

SharePagerDutyAction -> (string)

The ability to share PagerDuty Advance actions.

Possible values:

  • DENY
  • ALLOW

UsePagerDutyAction -> (string)

The ability to use PagerDuty Advance actions.

Possible values:

  • DENY
  • ALLOW

JiraAction -> (string)

The ability to perform actions using Jira connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateJiraAction -> (string)

The ability to create and update Jira actions.

Possible values:

  • DENY
  • ALLOW

ShareJiraAction -> (string)

The ability to share Jira actions.

Possible values:

  • DENY
  • ALLOW

UseJiraAction -> (string)

The ability to use Jira actions.

Possible values:

  • DENY
  • ALLOW

ConfluenceAction -> (string)

The ability to perform actions using Atlassian Confluence Cloud connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateConfluenceAction -> (string)

The ability to create and update Atlassian Confluence Cloud actions.

Possible values:

  • DENY
  • ALLOW

ShareConfluenceAction -> (string)

The ability to share Atlassian Confluence Cloud actions.

Possible values:

  • DENY
  • ALLOW

UseConfluenceAction -> (string)

The ability to use Atlassian Confluence Cloud actions.

Possible values:

  • DENY
  • ALLOW

OneDriveAction -> (string)

The ability to perform actions using Microsoft OneDrive connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateOneDriveAction -> (string)

The ability to create and update Microsoft OneDrive actions.

Possible values:

  • DENY
  • ALLOW

ShareOneDriveAction -> (string)

The ability to share Microsoft OneDrive actions.

Possible values:

  • DENY
  • ALLOW

UseOneDriveAction -> (string)

The ability to use Microsoft OneDrive actions.

Possible values:

  • DENY
  • ALLOW

SharePointAction -> (string)

The ability to perform actions using Microsoft SharePoint Online connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSharePointAction -> (string)

The ability to create and update Microsoft SharePoint Online actions.

Possible values:

  • DENY
  • ALLOW

ShareSharePointAction -> (string)

The ability to share Microsoft SharePoint Online actions.

Possible values:

  • DENY
  • ALLOW

UseSharePointAction -> (string)

The ability to use Microsoft SharePoint Online actions.

Possible values:

  • DENY
  • ALLOW

MSTeamsAction -> (string)

The ability to perform actions using Microsoft Teams connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateMSTeamsAction -> (string)

The ability to create and update Microsoft Teams actions.

Possible values:

  • DENY
  • ALLOW

ShareMSTeamsAction -> (string)

The ability to share Microsoft Teams actions.

Possible values:

  • DENY
  • ALLOW

UseMSTeamsAction -> (string)

The ability to use Microsoft Teams actions.

Possible values:

  • DENY
  • ALLOW

GoogleCalendarAction -> (string)

The ability to perform actions using Google Calendar connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateGoogleCalendarAction -> (string)

The ability to create and update Google Calendar actions.

Possible values:

  • DENY
  • ALLOW

ShareGoogleCalendarAction -> (string)

The ability to share Google Calendar actions.

Possible values:

  • DENY
  • ALLOW

UseGoogleCalendarAction -> (string)

The ability to use Google Calendar actions.

Possible values:

  • DENY
  • ALLOW

ZendeskAction -> (string)

The ability to perform actions using Zendesk connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateZendeskAction -> (string)

The ability to create and update Zendesk actions.

Possible values:

  • DENY
  • ALLOW

ShareZendeskAction -> (string)

The ability to share Zendesk actions.

Possible values:

  • DENY
  • ALLOW

UseZendeskAction -> (string)

The ability to use Zendesk actions.

Possible values:

  • DENY
  • ALLOW

SmartsheetAction -> (string)

The ability to perform actions using Smartsheet connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSmartsheetAction -> (string)

The ability to create and update Smartsheet actions.

Possible values:

  • DENY
  • ALLOW

ShareSmartsheetAction -> (string)

The ability to share Smartsheet actions.

Possible values:

  • DENY
  • ALLOW

UseSmartsheetAction -> (string)

The ability to use Smartsheet actions.

Possible values:

  • DENY
  • ALLOW

SAPBusinessPartnerAction -> (string)

The ability to perform actions using SAP Business Partner connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSAPBusinessPartnerAction -> (string)

The ability to create and update SAP Business Partner actions.

Possible values:

  • DENY
  • ALLOW

ShareSAPBusinessPartnerAction -> (string)

The ability to share SAP Business Partner actions.

Possible values:

  • DENY
  • ALLOW

UseSAPBusinessPartnerAction -> (string)

The ability to use SAP Business Partner actions.

Possible values:

  • DENY
  • ALLOW

SAPProductMasterDataAction -> (string)

The ability to perform actions using SAP Product Master connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSAPProductMasterDataAction -> (string)

The ability to create and update SAP Product Master actions.

Possible values:

  • DENY
  • ALLOW

ShareSAPProductMasterDataAction -> (string)

The ability to share SAP Product Master actions.

Possible values:

  • DENY
  • ALLOW

UseSAPProductMasterDataAction -> (string)

The ability to use SAP Product Master actions.

Possible values:

  • DENY
  • ALLOW

SAPPhysicalInventoryAction -> (string)

The ability to perform actions using SAP Physical Inventory connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSAPPhysicalInventoryAction -> (string)

The ability to create and update SAP Physical Inventory actions.

Possible values:

  • DENY
  • ALLOW

ShareSAPPhysicalInventoryAction -> (string)

The ability to share SAP Physical Inventory actions.

Possible values:

  • DENY
  • ALLOW

UseSAPPhysicalInventoryAction -> (string)

The ability to use SAP Physical Inventory actions.

Possible values:

  • DENY
  • ALLOW

SAPBillOfMaterialAction -> (string)

The ability to perform actions using SAP Bill of Materials connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSAPBillOfMaterialAction -> (string)

The ability to create and update SAP Bill of Materials actions.

Possible values:

  • DENY
  • ALLOW

ShareSAPBillOfMaterialAction -> (string)

The ability to share SAP Bill of Materials actions.

Possible values:

  • DENY
  • ALLOW

UseSAPBillOfMaterialAction -> (string)

The ability to use SAP Bill of Materials actions.

Possible values:

  • DENY
  • ALLOW

SAPMaterialStockAction -> (string)

The ability to perform actions using SAP Material Stock connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSAPMaterialStockAction -> (string)

The ability to create and update SAP Material Stock actions.

Possible values:

  • DENY
  • ALLOW

ShareSAPMaterialStockAction -> (string)

The ability to share SAP Material Stock actions.

Possible values:

  • DENY
  • ALLOW

UseSAPMaterialStockAction -> (string)

The ability to use SAP Material Stock actions.

Possible values:

  • DENY
  • ALLOW

FactSetAction -> (string)

The ability to perform actions using FactSet connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateFactSetAction -> (string)

The ability to create and update FactSet actions.

Possible values:

  • DENY
  • ALLOW

ShareFactSetAction -> (string)

The ability to share FactSet actions.

Possible values:

  • DENY
  • ALLOW

UseFactSetAction -> (string)

The ability to use FactSet actions.

Possible values:

  • DENY
  • ALLOW

AmazonSThreeAction -> (string)

The ability to perform actions using Amazon S3 connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateAmazonSThreeAction -> (string)

The ability to create and update Amazon S3 actions.

Possible values:

  • DENY
  • ALLOW

ShareAmazonSThreeAction -> (string)

The ability to share Amazon S3 actions.

Possible values:

  • DENY
  • ALLOW

UseAmazonSThreeAction -> (string)

The ability to use Amazon S3 actions.

Possible values:

  • DENY
  • ALLOW

TextractAction -> (string)

The ability to perform actions using Textract connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateTextractAction -> (string)

The ability to create and update Textract actions.

Possible values:

  • DENY
  • ALLOW

ShareTextractAction -> (string)

The ability to share Textract actions.

Possible values:

  • DENY
  • ALLOW

UseTextractAction -> (string)

The ability to use Textract actions.

Possible values:

  • DENY
  • ALLOW

ComprehendAction -> (string)

The ability to perform actions using Comprehend connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateComprehendAction -> (string)

The ability to create and update Comprehend actions.

Possible values:

  • DENY
  • ALLOW

ShareComprehendAction -> (string)

The ability to share Comprehend actions.

Possible values:

  • DENY
  • ALLOW

UseComprehendAction -> (string)

The ability to use Comprehend actions.

Possible values:

  • DENY
  • ALLOW

ComprehendMedicalAction -> (string)

The ability to perform actions using Comprehend Medical connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateComprehendMedicalAction -> (string)

The ability to create and update Comprehend Medical actions.

Possible values:

  • DENY
  • ALLOW

ShareComprehendMedicalAction -> (string)

The ability to share Comprehend Medical actions.

Possible values:

  • DENY
  • ALLOW

UseComprehendMedicalAction -> (string)

The ability to use Comprehend Medical actions.

Possible values:

  • DENY
  • ALLOW

AmazonBedrockARSAction -> (string)

The ability to perform actions using Bedrock Agent connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateAmazonBedrockARSAction -> (string)

The ability to create and update Bedrock Agent actions.

Possible values:

  • DENY
  • ALLOW

ShareAmazonBedrockARSAction -> (string)

The ability to share Bedrock Agent actions.

Possible values:

  • DENY
  • ALLOW

UseAmazonBedrockARSAction -> (string)

The ability to use Bedrock Agent actions.

Possible values:

  • DENY
  • ALLOW

AmazonBedrockFSAction -> (string)

The ability to perform actions using Bedrock Runtime connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateAmazonBedrockFSAction -> (string)

The ability to create and update Bedrock Runtime actions.

Possible values:

  • DENY
  • ALLOW

ShareAmazonBedrockFSAction -> (string)

The ability to share Bedrock Runtime actions.

Possible values:

  • DENY
  • ALLOW

UseAmazonBedrockFSAction -> (string)

The ability to use Bedrock Runtime actions.

Possible values:

  • DENY
  • ALLOW

AmazonBedrockKRSAction -> (string)

The ability to perform actions using Bedrock Data Automation Runtime connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateAmazonBedrockKRSAction -> (string)

The ability to create and update Bedrock Data Automation Runtime actions.

Possible values:

  • DENY
  • ALLOW

ShareAmazonBedrockKRSAction -> (string)

The ability to share Bedrock Data Automation Runtime actions.

Possible values:

  • DENY
  • ALLOW

UseAmazonBedrockKRSAction -> (string)

The ability to use Bedrock Data Automation Runtime actions.

Possible values:

  • DENY
  • ALLOW

MCPAction -> (string)

The ability to perform actions using Model Context Protocol connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateMCPAction -> (string)

The ability to create and update Model Context Protocol actions.

Possible values:

  • DENY
  • ALLOW

ShareMCPAction -> (string)

The ability to share Model Context Protocol actions.

Possible values:

  • DENY
  • ALLOW

UseMCPAction -> (string)

The ability to use Model Context Protocol actions.

Possible values:

  • DENY
  • ALLOW

OpenAPIAction -> (string)

The ability to perform actions using OpenAPI Specification connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateOpenAPIAction -> (string)

The ability to create and update OpenAPI Specification actions.

Possible values:

  • DENY
  • ALLOW

ShareOpenAPIAction -> (string)

The ability to share OpenAPI Specification actions.

Possible values:

  • DENY
  • ALLOW

UseOpenAPIAction -> (string)

The ability to use OpenAPI Specification actions.

Possible values:

  • DENY
  • ALLOW

SandPGMIAction -> (string)

The ability to perform actions using S&P Global Market Intelligence connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSandPGMIAction -> (string)

The ability to create and update S&P Global Market Intelligence actions.

Possible values:

  • DENY
  • ALLOW

ShareSandPGMIAction -> (string)

The ability to share S&P Global Market Intelligence actions.

Possible values:

  • DENY
  • ALLOW

UseSandPGMIAction -> (string)

The ability to use S&P Global Market Intelligence actions.

Possible values:

  • DENY
  • ALLOW

SandPGlobalEnergyAction -> (string)

The ability to perform actions using S&P Global Energy connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateSandPGlobalEnergyAction -> (string)

The ability to create and update S&P Global Energy actions.

Possible values:

  • DENY
  • ALLOW

ShareSandPGlobalEnergyAction -> (string)

The ability to share S&P Global Energy actions.

Possible values:

  • DENY
  • ALLOW

UseSandPGlobalEnergyAction -> (string)

The ability to use S&P Global Energy actions.

Possible values:

  • DENY
  • ALLOW

BambooHRAction -> (string)

The ability to perform actions using BambooHR connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateBambooHRAction -> (string)

The ability to create and update BambooHR actions.

Possible values:

  • DENY
  • ALLOW

ShareBambooHRAction -> (string)

The ability to share BambooHR actions.

Possible values:

  • DENY
  • ALLOW

UseBambooHRAction -> (string)

The ability to use BambooHR actions.

Possible values:

  • DENY
  • ALLOW

BoxAgentAction -> (string)

The ability to perform actions using Box Agent connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateBoxAgentAction -> (string)

The ability to create and update Box Agent actions.

Possible values:

  • DENY
  • ALLOW

ShareBoxAgentAction -> (string)

The ability to share Box Agent actions.

Possible values:

  • DENY
  • ALLOW

UseBoxAgentAction -> (string)

The ability to use Box Agent actions.

Possible values:

  • DENY
  • ALLOW

CanvaAgentAction -> (string)

The ability to perform actions using Canva Agent connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateCanvaAgentAction -> (string)

The ability to create and update Canva Agent actions.

Possible values:

  • DENY
  • ALLOW

ShareCanvaAgentAction -> (string)

The ability to share Canva Agent actions.

Possible values:

  • DENY
  • ALLOW

UseCanvaAgentAction -> (string)

The ability to use Canva Agent actions.

Possible values:

  • DENY
  • ALLOW

GithubAction -> (string)

The ability to perform actions using GitHub connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateGithubAction -> (string)

The ability to create and update GitHub actions.

Possible values:

  • DENY
  • ALLOW

ShareGithubAction -> (string)

The ability to share GitHub actions.

Possible values:

  • DENY
  • ALLOW

UseGithubAction -> (string)

The ability to use GitHub actions.

Possible values:

  • DENY
  • ALLOW

NotionAction -> (string)

The ability to perform actions using Notion connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateNotionAction -> (string)

The ability to create and update Notion actions.

Possible values:

  • DENY
  • ALLOW

ShareNotionAction -> (string)

The ability to share Notion actions.

Possible values:

  • DENY
  • ALLOW

UseNotionAction -> (string)

The ability to use Notion actions.

Possible values:

  • DENY
  • ALLOW

LinearAction -> (string)

The ability to perform actions using Linear connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateLinearAction -> (string)

The ability to create and update Linear actions.

Possible values:

  • DENY
  • ALLOW

ShareLinearAction -> (string)

The ability to share Linear actions.

Possible values:

  • DENY
  • ALLOW

UseLinearAction -> (string)

The ability to use Linear actions.

Possible values:

  • DENY
  • ALLOW

HuggingFaceAction -> (string)

The ability to perform actions using HuggingFace connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateHuggingFaceAction -> (string)

The ability to create and update HuggingFace actions.

Possible values:

  • DENY
  • ALLOW

ShareHuggingFaceAction -> (string)

The ability to share HuggingFace actions.

Possible values:

  • DENY
  • ALLOW

UseHuggingFaceAction -> (string)

The ability to use HuggingFace actions.

Possible values:

  • DENY
  • ALLOW

MondayAction -> (string)

The ability to perform actions using Monday connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateMondayAction -> (string)

The ability to create and update Monday actions.

Possible values:

  • DENY
  • ALLOW

ShareMondayAction -> (string)

The ability to share Monday actions.

Possible values:

  • DENY
  • ALLOW

UseMondayAction -> (string)

The ability to use Monday actions.

Possible values:

  • DENY
  • ALLOW

HubspotAction -> (string)

The ability to perform actions using Hubspot connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateHubspotAction -> (string)

The ability to create and update Hubspot actions.

Possible values:

  • DENY
  • ALLOW

ShareHubspotAction -> (string)

The ability to share Hubspot actions.

Possible values:

  • DENY
  • ALLOW

UseHubspotAction -> (string)

The ability to use Hubspot actions.

Possible values:

  • DENY
  • ALLOW

IntercomAction -> (string)

The ability to perform actions using Intercom connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateIntercomAction -> (string)

The ability to create and update Intercom actions.

Possible values:

  • DENY
  • ALLOW

ShareIntercomAction -> (string)

The ability to share Intercom actions.

Possible values:

  • DENY
  • ALLOW

UseIntercomAction -> (string)

The ability to use Intercom actions.

Possible values:

  • DENY
  • ALLOW

NewRelicAction -> (string)

The ability to perform actions using New Relic connectors.

Possible values:

  • DENY
  • ALLOW

CreateAndUpdateNewRelicAction -> (string)

The ability to create and update New Relic actions.

Possible values:

  • DENY
  • ALLOW

ShareNewRelicAction -> (string)

The ability to share New Relic actions.

Possible values:

  • DENY
  • ALLOW

UseNewRelicAction -> (string)

The ability to use New Relic actions.

Possible values:

  • DENY
  • ALLOW

Topic -> (string)

The ability to perform Topic-related actions.

Possible values:

  • DENY
  • ALLOW

EditVisualWithQ -> (string)

The ability to Edit Visual with AI

Possible values:

  • DENY
  • ALLOW

BuildCalculatedFieldWithQ -> (string)

The ability to Build Calculation with AI

Possible values:

  • DENY
  • ALLOW

CreateDashboardExecutiveSummaryWithQ -> (string)

The ability to Create Executive Summary

Possible values:

  • DENY
  • ALLOW

Space -> (string)

The ability to perform space-related actions.

Possible values:

  • DENY
  • ALLOW

CreateSpaces -> (string)

The ability to create spaces.

Possible values:

  • DENY
  • ALLOW

ShareSpaces -> (string)

The ability to share spaces with other users and groups.

Possible values:

  • DENY
  • ALLOW

ChatAgent -> (string)

The ability to perform chat-related actions.

Possible values:

  • DENY
  • ALLOW

CreateChatAgents -> (string)

The ability to create chat agents.

Possible values:

  • DENY
  • ALLOW

ShareChatAgents -> (string)

The ability to share chat agents with other users and groups.

Possible values:

  • DENY
  • ALLOW

Research -> (string)

The ability to perform research-related actions.

Possible values:

  • DENY
  • ALLOW

SelfUpgradeUserRole -> (string)

The ability to enable users to upgrade their user role.

Possible values:

  • DENY
  • ALLOW

Extension -> (string)

The ability to perform Extension-related actions.

Possible values:

  • DENY
  • ALLOW

UseBrowserExtension -> (string)

The ability to use Amazon Quick through the browser extension for Chrome, Firefox, and Edge.

Possible values:

  • DENY
  • ALLOW

UseWordAddInExtension -> (string)

The ability to use Amazon Quick through the Microsoft Word add-in.

Possible values:

  • DENY
  • ALLOW

UseOutlookAddInExtension -> (string)

The ability to use Amazon Quick through the Microsoft Outlook add-in.

Possible values:

  • DENY
  • ALLOW

UseExcelAddInExtension -> (string)

The ability to use Amazon Quick through the Microsoft Excel add-in.

Possible values:

  • DENY
  • ALLOW

UsePowerpointAddInExtension -> (string)

The ability to use Amazon Quick through the Microsoft PowerPoint add-in.

Possible values:

  • DENY
  • ALLOW

ManageSharedFolders -> (string)

The ability to create, update, delete and view shared folders (both restricted and unrestricted), ability to add any asset to shared folders, and ability to share the folders.

Note: This does not prevent inheriting access to assets that others share with them through folder membership.

Possible values:

  • DENY
  • ALLOW

GenerateAnalyses -> (string)

The ability to generate analysis using AI

Possible values:

  • DENY
  • ALLOW

Story -> (string)

The ability to perform Story-related actions.

Possible values:

  • DENY
  • ALLOW

Scenario -> (string)

The ability to perform Scenario-related actions.

Possible values:

  • DENY
  • ALLOW

Trigger -> (string)

The ability to manage trigger-related settings for flows and automations.

Possible values:

  • DENY
  • ALLOW

ScheduleTrigger -> (string)

The ability to create, view, edit, delete, and run schedule triggers for flows and automations.

Possible values:

  • DENY
  • ALLOW

InboundEmailTrigger -> (string)

The ability to create, view, edit, delete, and run inbound email triggers for flows and automations.

Possible values:

  • DENY
  • ALLOW

QuickEventTrigger -> (string)

The ability to create, view, edit, delete, and run Quick event triggers for flows and automations.

Possible values:

  • DENY
  • ALLOW

Governance -> (structure)

The governance configuration for the custom permissions profile. When you enable governance for a category, Amazon Quick denies access to any current or new capability in that category unless you explicitly set that capability to ALLOW in Capabilities .

DefaultCategoryEffects -> (map)

A map of DefaultCategoryEffects .

Constraints:

  • max: 50

key -> (string)

The name of a governance category. A governance category groups related capabilities so that you can apply a default effect to all capabilities in the category at once. Valid values:

  • AI – Capabilities related to Amazon Quick AI features.

Constraints:

  • min: 1
  • max: 128

value -> (string)

The default effect that Amazon Quick applies to capabilities in a governed category when you do not explicitly list those capabilities in Capabilities . Valid values:

  • DENY_BY_DEFAULT – Amazon Quick denies any capability access in the given category that the profile does not explicitly set to ALLOW .

Possible values:

  • DENY_BY_DEFAULT

NextToken -> (string)

The token for the next set of results, or null if there are no more results.

RequestId -> (string)

The Amazon Web Services request ID for this operation.