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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.quicksight.CustomPermissions

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

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

Create CustomPermissions Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new CustomPermissions(name: string, args: CustomPermissionsArgs, opts?: CustomResourceOptions);
@overload
def CustomPermissions(resource_name: str,
                      args: CustomPermissionsArgs,
                      opts: Optional[ResourceOptions] = None)

@overload
def CustomPermissions(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      aws_account_id: Optional[str] = None,
                      capabilities: Optional[CustomPermissionsCapabilitiesArgs] = None,
                      custom_permissions_name: Optional[str] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewCustomPermissions(ctx *Context, name string, args CustomPermissionsArgs, opts ...ResourceOption) (*CustomPermissions, error)
public CustomPermissions(string name, CustomPermissionsArgs args, CustomResourceOptions? opts = null)
public CustomPermissions(String name, CustomPermissionsArgs args)
public CustomPermissions(String name, CustomPermissionsArgs args, CustomResourceOptions options)
type: aws-native:quicksight:CustomPermissions
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. CustomPermissionsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. CustomPermissionsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. CustomPermissionsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. CustomPermissionsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. CustomPermissionsArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

CustomPermissions 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 CustomPermissions resource accepts the following input properties:

AwsAccountId This property is required. string
The ID of the AWS account that contains the custom permission configuration that you want to update.
Capabilities Pulumi.AwsNative.QuickSight.Inputs.CustomPermissionsCapabilities
A set of actions in the custom permissions profile.
CustomPermissionsName string
The name of the custom permissions profile.
Tags List<Pulumi.AwsNative.Inputs.Tag>
The tags to associate with the custom permissions profile.
AwsAccountId This property is required. string
The ID of the AWS account that contains the custom permission configuration that you want to update.
Capabilities CustomPermissionsCapabilitiesArgs
A set of actions in the custom permissions profile.
CustomPermissionsName string
The name of the custom permissions profile.
Tags TagArgs
The tags to associate with the custom permissions profile.
awsAccountId This property is required. String
The ID of the AWS account that contains the custom permission configuration that you want to update.
capabilities CustomPermissionsCapabilities
A set of actions in the custom permissions profile.
customPermissionsName String
The name of the custom permissions profile.
tags List<Tag>
The tags to associate with the custom permissions profile.
awsAccountId This property is required. string
The ID of the AWS account that contains the custom permission configuration that you want to update.
capabilities CustomPermissionsCapabilities
A set of actions in the custom permissions profile.
customPermissionsName string
The name of the custom permissions profile.
tags Tag[]
The tags to associate with the custom permissions profile.
aws_account_id This property is required. str
The ID of the AWS account that contains the custom permission configuration that you want to update.
capabilities CustomPermissionsCapabilitiesArgs
A set of actions in the custom permissions profile.
custom_permissions_name str
The name of the custom permissions profile.
tags Sequence[TagArgs]
The tags to associate with the custom permissions profile.
awsAccountId This property is required. String
The ID of the AWS account that contains the custom permission configuration that you want to update.
capabilities Property Map
A set of actions in the custom permissions profile.
customPermissionsName String
The name of the custom permissions profile.
tags List<Property Map>
The tags to associate with the custom permissions profile.

Outputs

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

Arn string
The Amazon Resource Name (ARN) of the custom permissions profile.
Id string
The provider-assigned unique ID for this managed resource.
Arn string
The Amazon Resource Name (ARN) of the custom permissions profile.
Id string
The provider-assigned unique ID for this managed resource.
arn String
The Amazon Resource Name (ARN) of the custom permissions profile.
id String
The provider-assigned unique ID for this managed resource.
arn string
The Amazon Resource Name (ARN) of the custom permissions profile.
id string
The provider-assigned unique ID for this managed resource.
arn str
The Amazon Resource Name (ARN) of the custom permissions profile.
id str
The provider-assigned unique ID for this managed resource.
arn String
The Amazon Resource Name (ARN) of the custom permissions profile.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

CustomPermissionsCapabilities
, CustomPermissionsCapabilitiesArgs

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
, CustomPermissionsCapabilityStateArgs

Deny
DENY
CustomPermissionsCapabilityStateDeny
DENY
Deny
DENY
Deny
DENY
DENY
DENY
"DENY"
DENY

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi