Package-level declarations

Types

Link copied to clipboard

Amazon CodeGuru Security is in preview release and is subject to change.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Returns a list of requested findings from standard scans.

Link copied to clipboard

Use to create a scan using code uploaded to an Amazon S3 bucket.

Link copied to clipboard

Generates a pre-signed URL, request headers used to upload a code resource, and code artifact identifier for the uploaded resource.

Link copied to clipboard

Use to get the encryption configuration for an account.

Link copied to clipboard

Returns a list of all findings generated by a particular scan.

Link copied to clipboard

Returns a summary of metrics for an account from a specified date, including number of open findings, the categories with most findings, the scans with most open findings, and scans with most open critical findings.

Link copied to clipboard
inline suspend fun CodeGuruSecurityClient.getScan(crossinline block: GetScanRequest.Builder.() -> Unit): GetScanResponse

Returns details about a scan, including whether or not a scan has completed.

Link copied to clipboard

Returns metrics about all findings in an account within a specified time range.

Link copied to clipboard

Returns a list of all scans in an account. Does not return EXPRESS scans.

Link copied to clipboard

Returns a list of all tags associated with a scan.

Link copied to clipboard

Use to add one or more tags to an existing scan.

Link copied to clipboard

Use to remove one or more tags from an existing scan.

Link copied to clipboard

Use to update the encryption configuration for an account.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.