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:StringName:StringProvider:ProviderTags: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
ProviderProperty description not available.
Required: Yes
Type: Provider
Update requires: No interruption
Property description not available.
Required: No
Type: Object of String
Pattern:
^(?!aws:)[a-zA-Z+-=._:/]{1,128}$Minimum:
0Maximum:
256Update requires: No interruption
Return values
Ref
Fn::GetAtt
ConnectorArn-
The Amazon Resource Name (ARN) of the connector.
ConnectorId-
The unique identifier of the connector.
ConnectorStatusProperty 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.
IssuesProperty description not available.
LastCheckedAtProperty description not available.
LastUpdatedAtProperty description not available.
MessageProperty description not available.