AWS Fundamentals Logo
AWS Fundamentals
AWS::SecurityHub::ConnectorV2

SecurityHub ConnectorV2

Resource schema for AWS::SecurityHub::ConnectorV2

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Provider
Provider
Required
Description
string
KmsKeyArn
string
Create-only
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
ConnectorStatusstringThe status of the connector
CreatedAtstring-
LastCheckedAtstring-
LastUpdatedAtstring-
MessagestringThe message of 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::ConnectorV2

Resources:
  MyResource:
    Type: AWS::SecurityHub::ConnectorV2
    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:CreateConnectorV2securityhub:GetConnectorV2securityhub:TagResourcesecurityhub:ListTagsForResourcekms:DescribeKeykms:GenerateDataKeykms:Decrypt

read

securityhub:GetConnectorV2securityhub:ListTagsForResource

update

securityhub:UpdateConnectorV2securityhub:GetConnectorV2securityhub:TagResourcesecurityhub:UntagResourcesecurityhub:ListTagsForResource

delete

securityhub:GetConnectorV2securityhub:DeleteConnectorV2

list

securityhub:ListConnectorsV2securityhub: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
Properties12
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.

NameKmsKeyArnProvider/ServiceNow/InstanceName

External Links