AWS::SecurityHub::Connector

SecurityHub Connector

Creates a connector to a third-party cloud provider in Security Hub CSPM. A connector establishes a connection between Security Hub CSPM and a third-party cloud provider, enabling Security Hub CSPM to ingest security findings and resource data from the connected environment.

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Provider
Provider
Required
Description
string
Tags
Tags

Return Values

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

AttributeTypeDescription
ConnectorArnstring-
ConnectorIdstring-
ConnectorStatusstring-
CreatedAtstring-
CreatedBystring-
EnablementStatusstring-
IssuesArray<HealthIssue>-
LastCheckedAtstring-
LastUpdatedAtstring-
Messagestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::Connector

Resources:
  MyResource:
    Type: AWS::SecurityHub::Connector
    Properties:
      Name: "my-name"
      Provider: "my-provider"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

securityhub:CreateConnectorsecurityhub:GetConnectorsecurityhub:TagResourcesecurityhub:ListTagsForResource

read

securityhub:GetConnectorsecurityhub:ListTagsForResource

update

securityhub:UpdateConnectorsecurityhub:GetConnectorsecurityhub:TagResourcesecurityhub:UntagResourcesecurityhub:ListTagsForResource

delete

securityhub:GetConnectorsecurityhub:DeleteConnector

list

securityhub:ListConnectorssecurityhub:ListTagsForResource

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

ServiceSecurityHub
Properties14
Required2
TaggingSupported
Primary IDConnectorArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

NameProvider/Azure/AWSConfigConnectorArn

External Links