View a markdown version of this page

AWS::SecurityHub::Connector HealthIssue - 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 HealthIssue

Represents a specific health issue detected for a connector.

Syntax

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

JSON

{ "Code" : String, "Message" : String }

YAML

Code: String Message: String

Properties

Code

The error code that identifies the type of health issue.

Required: Yes

Type: String

Allowed values: AUTHENTICATION_FAILURE | STREAM_AUTHORIZATION_FAILURE | DISCOVERY_FAILURE | STREAM_LIMIT_EXCEEDED | STREAM_DISCONNECTED | RECORDING_FAILURE | NO_HEALTH_DATA

Update requires: No interruption

Message

A human-readable message that describes the health issue.

Required: Yes

Type: String

Pattern: .*\S.*

Update requires: No interruption