AWS Fundamentals Logo
AWS Fundamentals
AWS::SecurityHub::Connector

SecurityHub Connector

Resource schema for AWS::SecurityHub::Connector

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
ConnectorArnstringThe ARN of the connector
ConnectorIdstringThe ID of the connector
ConnectorStatusstring-
CreatedAtstringThe date and time for createdAt in UTC and ISO 8601 format.
CreatedBystringThe principal that created the connector
EnablementStatusstringThe enablement status of the connector
IssuesArray<HealthIssue>The list of health issues associated with the connector
LastCheckedAtstringThe date and time for lastCheckedAt in UTC and ISO 8601 format.
LastUpdatedAtstringThe date and time for lastUpdatedAt in UTC and ISO 8601 format.
MessagestringThe message associated with the connector status change

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