Connector

class Connector

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The ARN of the Amazon Web Services Config connector associated with this connector.

Link copied to clipboard

The Azure regions configured for the connector.

Link copied to clipboard

The Amazon Resource Name (ARN) of the connector.

Link copied to clipboard

The date and time when the connector was created.

Link copied to clipboard

A description of the connector.

Link copied to clipboard

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

Link copied to clipboard

Additional information about the current enablement status of the connector.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the connector.

Link copied to clipboard

The cloud provider for the connector.

Link copied to clipboard

The Azure scope configuration for the connector.

Link copied to clipboard

The tags associated with the connector.

Link copied to clipboard

The date and time when the connector was last updated.

Functions

Link copied to clipboard
inline fun copy(block: Connector.Builder.() -> Unit = {}): Connector
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String