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

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

AWS Cloud Control v1.50.0 published on Monday, Jan 26, 2026 by Pulumi
aws-native logo

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

AWS Cloud Control v1.50.0 published on Monday, Jan 26, 2026 by Pulumi

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

    Create ActionConnector Resource

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

    Constructor syntax

    new ActionConnector(name: string, args: ActionConnectorArgs, opts?: CustomResourceOptions);
    @overload
    def ActionConnector(resource_name: str,
                        args: ActionConnectorArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ActionConnector(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        action_connector_id: Optional[str] = None,
                        aws_account_id: Optional[str] = None,
                        type: Optional[ActionConnectorType] = None,
                        authentication_config: Optional[ActionConnectorAuthConfigArgs] = None,
                        description: Optional[str] = None,
                        name: Optional[str] = None,
                        permissions: Optional[Sequence[ActionConnectorResourcePermissionArgs]] = None,
                        tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                        vpc_connection_arn: Optional[str] = None)
    func NewActionConnector(ctx *Context, name string, args ActionConnectorArgs, opts ...ResourceOption) (*ActionConnector, error)
    public ActionConnector(string name, ActionConnectorArgs args, CustomResourceOptions? opts = null)
    public ActionConnector(String name, ActionConnectorArgs args)
    public ActionConnector(String name, ActionConnectorArgs args, CustomResourceOptions options)
    
    type: aws-native:quicksight:ActionConnector
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

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

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

    Outputs

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

    Arn string
    CreatedTime string
    EnabledActions List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    Status Pulumi.AwsNative.QuickSight.ActionConnectorResourceStatus
    Arn string
    CreatedTime string
    EnabledActions []string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    Status ActionConnectorResourceStatus
    arn String
    createdTime String
    enabledActions List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    status ActionConnectorResourceStatus
    arn string
    createdTime string
    enabledActions string[]
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    status ActionConnectorResourceStatus
    arn str
    created_time str
    enabled_actions Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    status ActionConnectorResourceStatus

    Supporting Types

    ActionConnectorApiKeyConnectionMetadata, ActionConnectorApiKeyConnectionMetadataArgs

    ApiKey string
    BaseEndpoint string
    Email string
    ApiKey string
    BaseEndpoint string
    Email string
    apiKey String
    baseEndpoint String
    email String
    apiKey string
    baseEndpoint string
    email string
    apiKey String
    baseEndpoint String
    email String

    ActionConnectorAuthConfig, ActionConnectorAuthConfigArgs

    ActionConnectorAuthenticationMetadata0Properties, ActionConnectorAuthenticationMetadata0PropertiesArgs

    ActionConnectorAuthenticationMetadata1Properties, ActionConnectorAuthenticationMetadata1PropertiesArgs

    ActionConnectorAuthenticationMetadata2Properties, ActionConnectorAuthenticationMetadata2PropertiesArgs

    ActionConnectorAuthenticationMetadata3Properties, ActionConnectorAuthenticationMetadata3PropertiesArgs

    ActionConnectorAuthenticationMetadata4Properties, ActionConnectorAuthenticationMetadata4PropertiesArgs

    ActionConnectorAuthenticationMetadata5Properties, ActionConnectorAuthenticationMetadata5PropertiesArgs

    ActionConnectorAuthorizationCodeGrantCredentialsDetailsProperties, ActionConnectorAuthorizationCodeGrantCredentialsDetailsPropertiesArgs

    ActionConnectorAuthorizationCodeGrantCredentialsSource, ActionConnectorAuthorizationCodeGrantCredentialsSourceArgs

    PlainCredentials
    PLAIN_CREDENTIALS
    ActionConnectorAuthorizationCodeGrantCredentialsSourcePlainCredentials
    PLAIN_CREDENTIALS
    PlainCredentials
    PLAIN_CREDENTIALS
    PlainCredentials
    PLAIN_CREDENTIALS
    PLAIN_CREDENTIALS
    PLAIN_CREDENTIALS
    "PLAIN_CREDENTIALS"
    PLAIN_CREDENTIALS

    ActionConnectorAuthorizationCodeGrantDetails, ActionConnectorAuthorizationCodeGrantDetailsArgs

    ActionConnectorAuthorizationCodeGrantMetadata, ActionConnectorAuthorizationCodeGrantMetadataArgs

    ActionConnectorBasicAuthConnectionMetadata, ActionConnectorBasicAuthConnectionMetadataArgs

    BaseEndpoint string
    Password string
    Username string
    BaseEndpoint string
    Password string
    Username string
    baseEndpoint String
    password String
    username String
    baseEndpoint string
    password string
    username string
    baseEndpoint String
    password String
    username String

    ActionConnectorClientCredentialsDetailsProperties, ActionConnectorClientCredentialsDetailsPropertiesArgs

    ActionConnectorClientCredentialsGrantDetails, ActionConnectorClientCredentialsGrantDetailsArgs

    ActionConnectorClientCredentialsGrantMetadata, ActionConnectorClientCredentialsGrantMetadataArgs

    ActionConnectorClientCredentialsSource, ActionConnectorClientCredentialsSourceArgs

    PlainCredentials
    PLAIN_CREDENTIALS
    ActionConnectorClientCredentialsSourcePlainCredentials
    PLAIN_CREDENTIALS
    PlainCredentials
    PLAIN_CREDENTIALS
    PlainCredentials
    PLAIN_CREDENTIALS
    PLAIN_CREDENTIALS
    PLAIN_CREDENTIALS
    "PLAIN_CREDENTIALS"
    PLAIN_CREDENTIALS

    ActionConnectorConnectionAuthType, ActionConnectorConnectionAuthTypeArgs

    Basic
    BASIC
    ApiKey
    API_KEY
    Oauth2ClientCredentials
    OAUTH2_CLIENT_CREDENTIALS
    None
    NONE
    Iam
    IAM
    Oauth2AuthorizationCode
    OAUTH2_AUTHORIZATION_CODE
    ActionConnectorConnectionAuthTypeBasic
    BASIC
    ActionConnectorConnectionAuthTypeApiKey
    API_KEY
    ActionConnectorConnectionAuthTypeOauth2ClientCredentials
    OAUTH2_CLIENT_CREDENTIALS
    ActionConnectorConnectionAuthTypeNone
    NONE
    ActionConnectorConnectionAuthTypeIam
    IAM
    ActionConnectorConnectionAuthTypeOauth2AuthorizationCode
    OAUTH2_AUTHORIZATION_CODE
    Basic
    BASIC
    ApiKey
    API_KEY
    Oauth2ClientCredentials
    OAUTH2_CLIENT_CREDENTIALS
    None
    NONE
    Iam
    IAM
    Oauth2AuthorizationCode
    OAUTH2_AUTHORIZATION_CODE
    Basic
    BASIC
    ApiKey
    API_KEY
    Oauth2ClientCredentials
    OAUTH2_CLIENT_CREDENTIALS
    None
    NONE
    Iam
    IAM
    Oauth2AuthorizationCode
    OAUTH2_AUTHORIZATION_CODE
    BASIC
    BASIC
    API_KEY
    API_KEY
    OAUTH2_CLIENT_CREDENTIALS
    OAUTH2_CLIENT_CREDENTIALS
    NONE
    NONE
    IAM
    IAM
    OAUTH2_AUTHORIZATION_CODE
    OAUTH2_AUTHORIZATION_CODE
    "BASIC"
    BASIC
    "API_KEY"
    API_KEY
    "OAUTH2_CLIENT_CREDENTIALS"
    OAUTH2_CLIENT_CREDENTIALS
    "NONE"
    NONE
    "IAM"
    IAM
    "OAUTH2_AUTHORIZATION_CODE"
    OAUTH2_AUTHORIZATION_CODE

    ActionConnectorIamConnectionMetadata, ActionConnectorIamConnectionMetadataArgs

    RoleArn string
    RoleArn string
    roleArn String
    roleArn string
    roleArn String

    ActionConnectorNoneConnectionMetadata, ActionConnectorNoneConnectionMetadataArgs

    ActionConnectorResourcePermission, ActionConnectorResourcePermissionArgs

    Actions List<string>
    Principal string
    Actions []string
    Principal string
    actions List<String>
    principal String
    actions string[]
    principal string
    actions Sequence[str]
    principal str
    actions List<String>
    principal String

    ActionConnectorResourceStatus, ActionConnectorResourceStatusArgs

    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    UPDATE_IN_PROGRESS
    UpdateSuccessful
    UPDATE_SUCCESSFUL
    UpdateFailed
    UPDATE_FAILED
    PendingUpdate
    PENDING_UPDATE
    Deleted
    DELETED
    ActionConnectorResourceStatusCreationInProgress
    CREATION_IN_PROGRESS
    ActionConnectorResourceStatusCreationSuccessful
    CREATION_SUCCESSFUL
    ActionConnectorResourceStatusCreationFailed
    CREATION_FAILED
    ActionConnectorResourceStatusUpdateInProgress
    UPDATE_IN_PROGRESS
    ActionConnectorResourceStatusUpdateSuccessful
    UPDATE_SUCCESSFUL
    ActionConnectorResourceStatusUpdateFailed
    UPDATE_FAILED
    ActionConnectorResourceStatusPendingUpdate
    PENDING_UPDATE
    ActionConnectorResourceStatusDeleted
    DELETED
    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    UPDATE_IN_PROGRESS
    UpdateSuccessful
    UPDATE_SUCCESSFUL
    UpdateFailed
    UPDATE_FAILED
    PendingUpdate
    PENDING_UPDATE
    Deleted
    DELETED
    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    UPDATE_IN_PROGRESS
    UpdateSuccessful
    UPDATE_SUCCESSFUL
    UpdateFailed
    UPDATE_FAILED
    PendingUpdate
    PENDING_UPDATE
    Deleted
    DELETED
    CREATION_IN_PROGRESS
    CREATION_IN_PROGRESS
    CREATION_SUCCESSFUL
    CREATION_SUCCESSFUL
    CREATION_FAILED
    CREATION_FAILED
    UPDATE_IN_PROGRESS
    UPDATE_IN_PROGRESS
    UPDATE_SUCCESSFUL
    UPDATE_SUCCESSFUL
    UPDATE_FAILED
    UPDATE_FAILED
    PENDING_UPDATE
    PENDING_UPDATE
    DELETED
    DELETED
    "CREATION_IN_PROGRESS"
    CREATION_IN_PROGRESS
    "CREATION_SUCCESSFUL"
    CREATION_SUCCESSFUL
    "CREATION_FAILED"
    CREATION_FAILED
    "UPDATE_IN_PROGRESS"
    UPDATE_IN_PROGRESS
    "UPDATE_SUCCESSFUL"
    UPDATE_SUCCESSFUL
    "UPDATE_FAILED"
    UPDATE_FAILED
    "PENDING_UPDATE"
    PENDING_UPDATE
    "DELETED"
    DELETED

    ActionConnectorType, ActionConnectorTypeArgs

    GenericHttp
    GENERIC_HTTP
    ServicenowNowPlatform
    SERVICENOW_NOW_PLATFORM
    SalesforceCrm
    SALESFORCE_CRM
    MicrosoftOutlook
    MICROSOFT_OUTLOOK
    PagerdutyAdvance
    PAGERDUTY_ADVANCE
    JiraCloud
    JIRA_CLOUD
    AtlassianConfluence
    ATLASSIAN_CONFLUENCE
    AmazonS3
    AMAZON_S3
    AmazonBedrockAgentRuntime
    AMAZON_BEDROCK_AGENT_RUNTIME
    AmazonBedrockRuntime
    AMAZON_BEDROCK_RUNTIME
    AmazonBedrockDataAutomationRuntime
    AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME
    AmazonTextract
    AMAZON_TEXTRACT
    AmazonComprehend
    AMAZON_COMPREHEND
    AmazonComprehendMedical
    AMAZON_COMPREHEND_MEDICAL
    MicrosoftOnedrive
    MICROSOFT_ONEDRIVE
    MicrosoftSharepoint
    MICROSOFT_SHAREPOINT
    MicrosoftTeams
    MICROSOFT_TEAMS
    SapBusinesspartner
    SAP_BUSINESSPARTNER
    SapProductmasterdata
    SAP_PRODUCTMASTERDATA
    SapPhysicalinventory
    SAP_PHYSICALINVENTORY
    SapBillofmaterials
    SAP_BILLOFMATERIALS
    SapMaterialstock
    SAP_MATERIALSTOCK
    ZendeskSuite
    ZENDESK_SUITE
    Smartsheet
    SMARTSHEET
    Slack
    SLACK
    Asana
    ASANA
    BambooHr
    BAMBOO_HR
    ActionConnectorTypeGenericHttp
    GENERIC_HTTP
    ActionConnectorTypeServicenowNowPlatform
    SERVICENOW_NOW_PLATFORM
    ActionConnectorTypeSalesforceCrm
    SALESFORCE_CRM
    ActionConnectorTypeMicrosoftOutlook
    MICROSOFT_OUTLOOK
    ActionConnectorTypePagerdutyAdvance
    PAGERDUTY_ADVANCE
    ActionConnectorTypeJiraCloud
    JIRA_CLOUD
    ActionConnectorTypeAtlassianConfluence
    ATLASSIAN_CONFLUENCE
    ActionConnectorTypeAmazonS3
    AMAZON_S3
    ActionConnectorTypeAmazonBedrockAgentRuntime
    AMAZON_BEDROCK_AGENT_RUNTIME
    ActionConnectorTypeAmazonBedrockRuntime
    AMAZON_BEDROCK_RUNTIME
    ActionConnectorTypeAmazonBedrockDataAutomationRuntime
    AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME
    ActionConnectorTypeAmazonTextract
    AMAZON_TEXTRACT
    ActionConnectorTypeAmazonComprehend
    AMAZON_COMPREHEND
    ActionConnectorTypeAmazonComprehendMedical
    AMAZON_COMPREHEND_MEDICAL
    ActionConnectorTypeMicrosoftOnedrive
    MICROSOFT_ONEDRIVE
    ActionConnectorTypeMicrosoftSharepoint
    MICROSOFT_SHAREPOINT
    ActionConnectorTypeMicrosoftTeams
    MICROSOFT_TEAMS
    ActionConnectorTypeSapBusinesspartner
    SAP_BUSINESSPARTNER
    ActionConnectorTypeSapProductmasterdata
    SAP_PRODUCTMASTERDATA
    ActionConnectorTypeSapPhysicalinventory
    SAP_PHYSICALINVENTORY
    ActionConnectorTypeSapBillofmaterials
    SAP_BILLOFMATERIALS
    ActionConnectorTypeSapMaterialstock
    SAP_MATERIALSTOCK
    ActionConnectorTypeZendeskSuite
    ZENDESK_SUITE
    ActionConnectorTypeSmartsheet
    SMARTSHEET
    ActionConnectorTypeSlack
    SLACK
    ActionConnectorTypeAsana
    ASANA
    ActionConnectorTypeBambooHr
    BAMBOO_HR
    GenericHttp
    GENERIC_HTTP
    ServicenowNowPlatform
    SERVICENOW_NOW_PLATFORM
    SalesforceCrm
    SALESFORCE_CRM
    MicrosoftOutlook
    MICROSOFT_OUTLOOK
    PagerdutyAdvance
    PAGERDUTY_ADVANCE
    JiraCloud
    JIRA_CLOUD
    AtlassianConfluence
    ATLASSIAN_CONFLUENCE
    AmazonS3
    AMAZON_S3
    AmazonBedrockAgentRuntime
    AMAZON_BEDROCK_AGENT_RUNTIME
    AmazonBedrockRuntime
    AMAZON_BEDROCK_RUNTIME
    AmazonBedrockDataAutomationRuntime
    AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME
    AmazonTextract
    AMAZON_TEXTRACT
    AmazonComprehend
    AMAZON_COMPREHEND
    AmazonComprehendMedical
    AMAZON_COMPREHEND_MEDICAL
    MicrosoftOnedrive
    MICROSOFT_ONEDRIVE
    MicrosoftSharepoint
    MICROSOFT_SHAREPOINT
    MicrosoftTeams
    MICROSOFT_TEAMS
    SapBusinesspartner
    SAP_BUSINESSPARTNER
    SapProductmasterdata
    SAP_PRODUCTMASTERDATA
    SapPhysicalinventory
    SAP_PHYSICALINVENTORY
    SapBillofmaterials
    SAP_BILLOFMATERIALS
    SapMaterialstock
    SAP_MATERIALSTOCK
    ZendeskSuite
    ZENDESK_SUITE
    Smartsheet
    SMARTSHEET
    Slack
    SLACK
    Asana
    ASANA
    BambooHr
    BAMBOO_HR
    GenericHttp
    GENERIC_HTTP
    ServicenowNowPlatform
    SERVICENOW_NOW_PLATFORM
    SalesforceCrm
    SALESFORCE_CRM
    MicrosoftOutlook
    MICROSOFT_OUTLOOK
    PagerdutyAdvance
    PAGERDUTY_ADVANCE
    JiraCloud
    JIRA_CLOUD
    AtlassianConfluence
    ATLASSIAN_CONFLUENCE
    AmazonS3
    AMAZON_S3
    AmazonBedrockAgentRuntime
    AMAZON_BEDROCK_AGENT_RUNTIME
    AmazonBedrockRuntime
    AMAZON_BEDROCK_RUNTIME
    AmazonBedrockDataAutomationRuntime
    AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME
    AmazonTextract
    AMAZON_TEXTRACT
    AmazonComprehend
    AMAZON_COMPREHEND
    AmazonComprehendMedical
    AMAZON_COMPREHEND_MEDICAL
    MicrosoftOnedrive
    MICROSOFT_ONEDRIVE
    MicrosoftSharepoint
    MICROSOFT_SHAREPOINT
    MicrosoftTeams
    MICROSOFT_TEAMS
    SapBusinesspartner
    SAP_BUSINESSPARTNER
    SapProductmasterdata
    SAP_PRODUCTMASTERDATA
    SapPhysicalinventory
    SAP_PHYSICALINVENTORY
    SapBillofmaterials
    SAP_BILLOFMATERIALS
    SapMaterialstock
    SAP_MATERIALSTOCK
    ZendeskSuite
    ZENDESK_SUITE
    Smartsheet
    SMARTSHEET
    Slack
    SLACK
    Asana
    ASANA
    BambooHr
    BAMBOO_HR
    GENERIC_HTTP
    GENERIC_HTTP
    SERVICENOW_NOW_PLATFORM
    SERVICENOW_NOW_PLATFORM
    SALESFORCE_CRM
    SALESFORCE_CRM
    MICROSOFT_OUTLOOK
    MICROSOFT_OUTLOOK
    PAGERDUTY_ADVANCE
    PAGERDUTY_ADVANCE
    JIRA_CLOUD
    JIRA_CLOUD
    ATLASSIAN_CONFLUENCE
    ATLASSIAN_CONFLUENCE
    AMAZON_S3
    AMAZON_S3
    AMAZON_BEDROCK_AGENT_RUNTIME
    AMAZON_BEDROCK_AGENT_RUNTIME
    AMAZON_BEDROCK_RUNTIME
    AMAZON_BEDROCK_RUNTIME
    AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME
    AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME
    AMAZON_TEXTRACT
    AMAZON_TEXTRACT
    AMAZON_COMPREHEND
    AMAZON_COMPREHEND
    AMAZON_COMPREHEND_MEDICAL
    AMAZON_COMPREHEND_MEDICAL
    MICROSOFT_ONEDRIVE
    MICROSOFT_ONEDRIVE
    MICROSOFT_SHAREPOINT
    MICROSOFT_SHAREPOINT
    MICROSOFT_TEAMS
    MICROSOFT_TEAMS
    SAP_BUSINESSPARTNER
    SAP_BUSINESSPARTNER
    SAP_PRODUCTMASTERDATA
    SAP_PRODUCTMASTERDATA
    SAP_PHYSICALINVENTORY
    SAP_PHYSICALINVENTORY
    SAP_BILLOFMATERIALS
    SAP_BILLOFMATERIALS
    SAP_MATERIALSTOCK
    SAP_MATERIALSTOCK
    ZENDESK_SUITE
    ZENDESK_SUITE
    SMARTSHEET
    SMARTSHEET
    SLACK
    SLACK
    ASANA
    ASANA
    BAMBOO_HR
    BAMBOO_HR
    "GENERIC_HTTP"
    GENERIC_HTTP
    "SERVICENOW_NOW_PLATFORM"
    SERVICENOW_NOW_PLATFORM
    "SALESFORCE_CRM"
    SALESFORCE_CRM
    "MICROSOFT_OUTLOOK"
    MICROSOFT_OUTLOOK
    "PAGERDUTY_ADVANCE"
    PAGERDUTY_ADVANCE
    "JIRA_CLOUD"
    JIRA_CLOUD
    "ATLASSIAN_CONFLUENCE"
    ATLASSIAN_CONFLUENCE
    "AMAZON_S3"
    AMAZON_S3
    "AMAZON_BEDROCK_AGENT_RUNTIME"
    AMAZON_BEDROCK_AGENT_RUNTIME
    "AMAZON_BEDROCK_RUNTIME"
    AMAZON_BEDROCK_RUNTIME
    "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME"
    AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME
    "AMAZON_TEXTRACT"
    AMAZON_TEXTRACT
    "AMAZON_COMPREHEND"
    AMAZON_COMPREHEND
    "AMAZON_COMPREHEND_MEDICAL"
    AMAZON_COMPREHEND_MEDICAL
    "MICROSOFT_ONEDRIVE"
    MICROSOFT_ONEDRIVE
    "MICROSOFT_SHAREPOINT"
    MICROSOFT_SHAREPOINT
    "MICROSOFT_TEAMS"
    MICROSOFT_TEAMS
    "SAP_BUSINESSPARTNER"
    SAP_BUSINESSPARTNER
    "SAP_PRODUCTMASTERDATA"
    SAP_PRODUCTMASTERDATA
    "SAP_PHYSICALINVENTORY"
    SAP_PHYSICALINVENTORY
    "SAP_BILLOFMATERIALS"
    SAP_BILLOFMATERIALS
    "SAP_MATERIALSTOCK"
    SAP_MATERIALSTOCK
    "ZENDESK_SUITE"
    ZENDESK_SUITE
    "SMARTSHEET"
    SMARTSHEET
    "SLACK"
    SLACK
    "ASANA"
    ASANA
    "BAMBOO_HR"
    BAMBOO_HR

    Tag, TagArgs

    A set of tags to apply to the resource.
    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.50.0 published on Monday, Jan 26, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate