Skip to content

Start Cis Session

inspector2_start_cis_session R Documentation

Starts a CIS session

Description

Starts a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service.

Usage

inspector2_start_cis_session(message, scanJobId)

Arguments

message

[required] The start CIS session message.

scanJobId

[required] A unique identifier for the scan job.

Value

An empty list.

Request syntax

svc$start_cis_session(
  message = list(
    sessionToken = "string"
  ),
  scanJobId = "string"
)