AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::ActionConnector

QuickSight ActionConnector

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

Properties

9 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ActionConnectorId
string
RequiredCreate-only
AwsAccountId
string
RequiredCreate-only
Name
string
Required
Type
string
RequiredCreate-only
AuthenticationConfig
AuthConfig
Write-only
Description
string
Permissions
Array<ResourcePermission>
Tags
Array<Tag>
VpcConnectionArn
string
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreatedTimestring-
EnabledActionsArray<string>-
LastUpdatedTimestring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::ActionConnector

Resources:
  MyResource:
    Type: AWS::QuickSight::ActionConnector
    Properties:
      ActionConnectorId: "my-actionconnectorid"
      AwsAccountId: "my-awsaccountid"
      Name: "my-name"
      Type: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

quicksight:CreateActionConnectorquicksight:DescribeActionConnectorquicksight:DescribeActionConnectorPermissionsquicksight:TagResourcequicksight:ListTagsForResourceiam:PassRole

read

quicksight:DescribeActionConnectorquicksight:DescribeActionConnectorPermissionsquicksight:ListTagsForResource

update

quicksight:DescribeActionConnectorquicksight:DescribeActionConnectorPermissionsquicksight:UpdateActionConnectorquicksight:UpdateActionConnectorPermissionsquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResourceiam:PassRole

delete

quicksight:DescribeActionConnectorquicksight:DeleteActionConnector

list

quicksight:ListActionConnectors

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties14
Required4
TaggingSupported
Primary IDActionConnectorId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ActionConnectorIdAwsAccountIdType

External Links