View a markdown version of this page

AWS::SecurityHub::Connector - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::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.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SecurityHub::Connector", "Properties" : { "Description" : String, "Name" : String, "Provider" : Provider, "Tags" : {Key: Value, ...} } }

YAML

Type: AWS::SecurityHub::Connector Properties: Description: String Name: String Provider: Provider Tags: Key: Value

Properties

Description

The description of the connector.

Required: No

Type: String

Pattern: .*\S.*

Update requires: No interruption

Name

The name of the connector.

Required: Yes

Type: String

Pattern: .*\S.*

Update requires: Replacement

Provider

Property description not available.

Required: Yes

Type: Provider

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Object of String

Pattern: ^(?!aws:)[a-zA-Z+-=._:/]{1,128}$

Minimum: 0

Maximum: 256

Update requires: No interruption

Return values

Ref

Fn::GetAtt

ConnectorArn

The Amazon Resource Name (ARN) of the connector.

ConnectorId

The unique identifier of the connector.

ConnectorStatus

Property description not available.

CreatedAt

The ISO 8601 UTC timestamp indicating when the connector was created.

CreatedBy

The service principal that created the connector.

EnablementStatus

The enablement status of the connector.

Issues

Property description not available.

LastCheckedAt

Property description not available.

LastUpdatedAt

Property description not available.

Message

Property description not available.