Skip to content

/AWS1/CL_IN2GETCODESECSCANCO01

GetCodeSecurityScanConfigurationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_scanconfigurationarn TYPE /AWS1/IN2SCANCONFIGURATIONARN /AWS1/IN2SCANCONFIGURATIONARN

The Amazon Resource Name (ARN) of the scan configuration.

iv_name TYPE /AWS1/IN2SCANCONFIGURATIONNAME /AWS1/IN2SCANCONFIGURATIONNAME

The name of the scan configuration.

io_configuration TYPE REF TO /AWS1/CL_IN2CODESECSCANCONF /AWS1/CL_IN2CODESECSCANCONF

The configuration settings for the code security scan.

iv_level TYPE /AWS1/IN2CONFIGURATIONLEVEL /AWS1/IN2CONFIGURATIONLEVEL

The security level for the scan configuration.

io_scopesettings TYPE REF TO /AWS1/CL_IN2SCOPESETTINGS /AWS1/CL_IN2SCOPESETTINGS

The scope settings that define which repositories will be scanned. If the ScopeSetting parameter is ALL the scan configuration applies to all existing and future projects imported into Amazon Inspector.

iv_createdat TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The timestamp when the scan configuration was created.

iv_lastupdatedat TYPE /AWS1/IN2TIMESTAMP /AWS1/IN2TIMESTAMP

The timestamp when the scan configuration was last updated.

it_tags TYPE /AWS1/CL_IN2TAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags associated with the scan configuration.


Queryable Attributes

scanConfigurationArn

The Amazon Resource Name (ARN) of the scan configuration.

Accessible with the following methods

Method Description
GET_SCANCONFIGURATIONARN() Getter for SCANCONFIGURATIONARN, with configurable default
ASK_SCANCONFIGURATIONARN() Getter for SCANCONFIGURATIONARN w/ exceptions if field has n
HAS_SCANCONFIGURATIONARN() Determine if SCANCONFIGURATIONARN has a value

name

The name of the scan configuration.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

configuration

The configuration settings for the code security scan.

Accessible with the following methods

Method Description
GET_CONFIGURATION() Getter for CONFIGURATION

level

The security level for the scan configuration.

Accessible with the following methods

Method Description
GET_LEVEL() Getter for LEVEL, with configurable default
ASK_LEVEL() Getter for LEVEL w/ exceptions if field has no value
HAS_LEVEL() Determine if LEVEL has a value

scopeSettings

The scope settings that define which repositories will be scanned. If the ScopeSetting parameter is ALL the scan configuration applies to all existing and future projects imported into Amazon Inspector.

Accessible with the following methods

Method Description
GET_SCOPESETTINGS() Getter for SCOPESETTINGS

createdAt

The timestamp when the scan configuration was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

lastUpdatedAt

The timestamp when the scan configuration was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

tags

The tags associated with the scan configuration.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value