View a markdown version of this page

Connector - Inspector

Connector

Describes a connector that links an external cloud provider to Amazon Inspector for vulnerability scanning.

Contents

connectorArn

The Amazon Resource Name (ARN) of the connector.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: arn:aws(-[a-z]+)*:inspector2:[a-z0-9-]+:[0-9]{12}:connector/([a-f0-9-]+|aws-service-connector/.+/[a-f0-9-]+)

Required: Yes

createdAt

The date and time when the connector was created.

Type: Timestamp

Required: Yes

provider

The cloud provider for the connector.

Type: String

Valid Values: AZURE

Required: Yes

updatedAt

The date and time when the connector was last updated.

Type: Timestamp

Required: Yes

autoInstallVMScanner

Specifies whether the VM scanner is automatically installed on connected resources.

Type: Boolean

Required: No

awsConfigConnectorArn

The ARN of the AWS Config connector associated with this connector.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Pattern: arn:([^:]+):config:([^:]+):([^:]+):connector/([^/]+)/([^/]+)/([^/:\s]+)

Required: No

azureRegions

The Azure regions configured for the connector.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 100 items.

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [a-zA-Z0-9-]+

Required: No

description

A description of the connector.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 200.

Pattern: [^\p{C}]*

Required: No

enablementStatus

The enablement status of the connector, which indicates whether the connector is active and scanning resources.

Type: String

Valid Values: ENABLED | PENDING_ENABLEMENT | FAILED_TO_ENABLE | PENDING_UPDATE | FAILED_TO_UPDATE | PENDING_DELETION | DELETED | FAILED_TO_DELETE

Required: No

enablementStatusReason

Additional information about the current enablement status of the connector.

Type: String

Required: No

health

The health of the connector, which indicates whether Amazon Inspector can reach and scan the connected resources.

Type: ConnectorHealth object

Required: No

name

The name of the connector.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 50.

Pattern: [\p{L}\p{N}_-]+

Required: No

scopeConfiguration

The Azure scope configuration for the connector.

Type: AzureScopeConfiguration object

Required: No

tags

The tags associated with the connector.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Key Pattern: (?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*

Value Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: