Builder

class Builder

Properties

Link copied to clipboard
var patch: Patch?

Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.

Link copied to clipboard

The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

Functions

Link copied to clipboard
fun patch(block: Patch.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.ssm.model.Patch inside the given block

Link copied to clipboard