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.49.0 published on Monday, Jan 19, 2026 by Pulumi
aws-native logo

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

AWS Cloud Control v1.49.0 published on Monday, Jan 19, 2026 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

    Action Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    AddOrRunAnomalyDetectionForAnalyses Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    Analysis Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to perform analysis-related actions.
    Automate Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    ChatAgent Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    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.
    CreateChatAgents Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    CreateSharedFolders Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to create shared folders.
    CreateSpiceDataset Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    Dashboard Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to perform dashboard-related actions.
    ExportToCsv Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to CSV files from the UI.
    ExportToCsvInScheduledReports Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to CSV files in scheduled email reports.
    ExportToExcel Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to Excel files from the UI.
    ExportToExcelInScheduledReports Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to Excel files in scheduled email reports.
    ExportToPdf Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to PDF files from the UI.
    ExportToPdfInScheduledReports Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to export to PDF files in scheduled email reports.
    Flow Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    IncludeContentInScheduledReportsEmail Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to include content in scheduled email reports.
    KnowledgeBase Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    PerformFlowUiTask Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    PrintReports Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to print reports.
    PublishWithoutApproval Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    RenameSharedFolders Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to rename shared folders.
    Research Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    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.
    Space Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    SubscribeDashboardEmailReports Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    UseAgentWebSearch Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    UseBedrockModels Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    ViewAccountSpiceCapacity Pulumi.AwsNative.QuickSight.CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    Action CustomPermissionsCapabilityState
    AddOrRunAnomalyDetectionForAnalyses CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    Analysis CustomPermissionsCapabilityState
    The ability to perform analysis-related actions.
    Automate CustomPermissionsCapabilityState
    ChatAgent CustomPermissionsCapabilityState
    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.
    CreateChatAgents CustomPermissionsCapabilityState
    CreateSharedFolders CustomPermissionsCapabilityState
    The ability to create shared folders.
    CreateSpiceDataset CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    Dashboard CustomPermissionsCapabilityState
    The ability to perform dashboard-related actions.
    ExportToCsv CustomPermissionsCapabilityState
    The ability to export to CSV files from the UI.
    ExportToCsvInScheduledReports CustomPermissionsCapabilityState
    The ability to export to CSV files in scheduled email reports.
    ExportToExcel CustomPermissionsCapabilityState
    The ability to export to Excel files from the UI.
    ExportToExcelInScheduledReports CustomPermissionsCapabilityState
    The ability to export to Excel files in scheduled email reports.
    ExportToPdf CustomPermissionsCapabilityState
    The ability to export to PDF files from the UI.
    ExportToPdfInScheduledReports CustomPermissionsCapabilityState
    The ability to export to PDF files in scheduled email reports.
    Flow CustomPermissionsCapabilityState
    IncludeContentInScheduledReportsEmail CustomPermissionsCapabilityState
    The ability to include content in scheduled email reports.
    KnowledgeBase CustomPermissionsCapabilityState
    PerformFlowUiTask CustomPermissionsCapabilityState
    PrintReports CustomPermissionsCapabilityState
    The ability to print reports.
    PublishWithoutApproval CustomPermissionsCapabilityState
    RenameSharedFolders CustomPermissionsCapabilityState
    The ability to rename shared folders.
    Research CustomPermissionsCapabilityState
    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.
    Space CustomPermissionsCapabilityState
    SubscribeDashboardEmailReports CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    UseAgentWebSearch CustomPermissionsCapabilityState
    UseBedrockModels CustomPermissionsCapabilityState
    ViewAccountSpiceCapacity CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    action CustomPermissionsCapabilityState
    addOrRunAnomalyDetectionForAnalyses CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    analysis CustomPermissionsCapabilityState
    The ability to perform analysis-related actions.
    automate CustomPermissionsCapabilityState
    chatAgent CustomPermissionsCapabilityState
    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.
    createChatAgents CustomPermissionsCapabilityState
    createSharedFolders CustomPermissionsCapabilityState
    The ability to create shared folders.
    createSpiceDataset CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    dashboard CustomPermissionsCapabilityState
    The ability to perform dashboard-related actions.
    exportToCsv CustomPermissionsCapabilityState
    The ability to export to CSV files from the UI.
    exportToCsvInScheduledReports CustomPermissionsCapabilityState
    The ability to export to CSV files in scheduled email reports.
    exportToExcel CustomPermissionsCapabilityState
    The ability to export to Excel files from the UI.
    exportToExcelInScheduledReports CustomPermissionsCapabilityState
    The ability to export to Excel files in scheduled email reports.
    exportToPdf CustomPermissionsCapabilityState
    The ability to export to PDF files from the UI.
    exportToPdfInScheduledReports CustomPermissionsCapabilityState
    The ability to export to PDF files in scheduled email reports.
    flow CustomPermissionsCapabilityState
    includeContentInScheduledReportsEmail CustomPermissionsCapabilityState
    The ability to include content in scheduled email reports.
    knowledgeBase CustomPermissionsCapabilityState
    performFlowUiTask CustomPermissionsCapabilityState
    printReports CustomPermissionsCapabilityState
    The ability to print reports.
    publishWithoutApproval CustomPermissionsCapabilityState
    renameSharedFolders CustomPermissionsCapabilityState
    The ability to rename shared folders.
    research CustomPermissionsCapabilityState
    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.
    space CustomPermissionsCapabilityState
    subscribeDashboardEmailReports CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    useAgentWebSearch CustomPermissionsCapabilityState
    useBedrockModels CustomPermissionsCapabilityState
    viewAccountSpiceCapacity CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    action CustomPermissionsCapabilityState
    addOrRunAnomalyDetectionForAnalyses CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    analysis CustomPermissionsCapabilityState
    The ability to perform analysis-related actions.
    automate CustomPermissionsCapabilityState
    chatAgent CustomPermissionsCapabilityState
    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.
    createChatAgents CustomPermissionsCapabilityState
    createSharedFolders CustomPermissionsCapabilityState
    The ability to create shared folders.
    createSpiceDataset CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    dashboard CustomPermissionsCapabilityState
    The ability to perform dashboard-related actions.
    exportToCsv CustomPermissionsCapabilityState
    The ability to export to CSV files from the UI.
    exportToCsvInScheduledReports CustomPermissionsCapabilityState
    The ability to export to CSV files in scheduled email reports.
    exportToExcel CustomPermissionsCapabilityState
    The ability to export to Excel files from the UI.
    exportToExcelInScheduledReports CustomPermissionsCapabilityState
    The ability to export to Excel files in scheduled email reports.
    exportToPdf CustomPermissionsCapabilityState
    The ability to export to PDF files from the UI.
    exportToPdfInScheduledReports CustomPermissionsCapabilityState
    The ability to export to PDF files in scheduled email reports.
    flow CustomPermissionsCapabilityState
    includeContentInScheduledReportsEmail CustomPermissionsCapabilityState
    The ability to include content in scheduled email reports.
    knowledgeBase CustomPermissionsCapabilityState
    performFlowUiTask CustomPermissionsCapabilityState
    printReports CustomPermissionsCapabilityState
    The ability to print reports.
    publishWithoutApproval CustomPermissionsCapabilityState
    renameSharedFolders CustomPermissionsCapabilityState
    The ability to rename shared folders.
    research CustomPermissionsCapabilityState
    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.
    space CustomPermissionsCapabilityState
    subscribeDashboardEmailReports CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    useAgentWebSearch CustomPermissionsCapabilityState
    useBedrockModels CustomPermissionsCapabilityState
    viewAccountSpiceCapacity CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    action CustomPermissionsCapabilityState
    add_or_run_anomaly_detection_for_analyses CustomPermissionsCapabilityState
    The ability to add or run anomaly detection.
    analysis CustomPermissionsCapabilityState
    The ability to perform analysis-related actions.
    automate CustomPermissionsCapabilityState
    chat_agent CustomPermissionsCapabilityState
    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_chat_agents CustomPermissionsCapabilityState
    create_shared_folders CustomPermissionsCapabilityState
    The ability to create shared folders.
    create_spice_dataset CustomPermissionsCapabilityState
    The ability to create a SPICE dataset.
    dashboard CustomPermissionsCapabilityState
    The ability to perform dashboard-related actions.
    export_to_csv CustomPermissionsCapabilityState
    The ability to export to CSV files from the UI.
    export_to_csv_in_scheduled_reports CustomPermissionsCapabilityState
    The ability to export to CSV files in scheduled email reports.
    export_to_excel CustomPermissionsCapabilityState
    The ability to export to Excel files from the UI.
    export_to_excel_in_scheduled_reports CustomPermissionsCapabilityState
    The ability to export to Excel files in scheduled email reports.
    export_to_pdf CustomPermissionsCapabilityState
    The ability to export to PDF files from the UI.
    export_to_pdf_in_scheduled_reports CustomPermissionsCapabilityState
    The ability to export to PDF files in scheduled email reports.
    flow CustomPermissionsCapabilityState
    include_content_in_scheduled_reports_email CustomPermissionsCapabilityState
    The ability to include content in scheduled email reports.
    knowledge_base CustomPermissionsCapabilityState
    perform_flow_ui_task CustomPermissionsCapabilityState
    print_reports CustomPermissionsCapabilityState
    The ability to print reports.
    publish_without_approval CustomPermissionsCapabilityState
    rename_shared_folders CustomPermissionsCapabilityState
    The ability to rename shared folders.
    research CustomPermissionsCapabilityState
    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.
    space CustomPermissionsCapabilityState
    subscribe_dashboard_email_reports CustomPermissionsCapabilityState
    The ability to subscribe to email reports.
    use_agent_web_search CustomPermissionsCapabilityState
    use_bedrock_models CustomPermissionsCapabilityState
    view_account_spice_capacity CustomPermissionsCapabilityState
    The ability to view account SPICE capacity.
    action "DENY"
    addOrRunAnomalyDetectionForAnalyses "DENY"
    The ability to add or run anomaly detection.
    analysis "DENY"
    The ability to perform analysis-related actions.
    automate "DENY"
    chatAgent "DENY"
    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.
    createChatAgents "DENY"
    createSharedFolders "DENY"
    The ability to create shared folders.
    createSpiceDataset "DENY"
    The ability to create a SPICE dataset.
    dashboard "DENY"
    The ability to perform dashboard-related actions.
    exportToCsv "DENY"
    The ability to export to CSV files from the UI.
    exportToCsvInScheduledReports "DENY"
    The ability to export to CSV files in scheduled email reports.
    exportToExcel "DENY"
    The ability to export to Excel files from the UI.
    exportToExcelInScheduledReports "DENY"
    The ability to export to Excel files in scheduled email reports.
    exportToPdf "DENY"
    The ability to export to PDF files from the UI.
    exportToPdfInScheduledReports "DENY"
    The ability to export to PDF files in scheduled email reports.
    flow "DENY"
    includeContentInScheduledReportsEmail "DENY"
    The ability to include content in scheduled email reports.
    knowledgeBase "DENY"
    performFlowUiTask "DENY"
    printReports "DENY"
    The ability to print reports.
    publishWithoutApproval "DENY"
    renameSharedFolders "DENY"
    The ability to rename shared folders.
    research "DENY"
    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.
    space "DENY"
    subscribeDashboardEmailReports "DENY"
    The ability to subscribe to email reports.
    useAgentWebSearch "DENY"
    useBedrockModels "DENY"
    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.49.0 published on Monday, Jan 19, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate