Skip to content

PatchBaselineProps

Properties for defining a PatchBaseline.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-patchbaseline

Initializer

import { PatchBaselineProps } from '@alicloud/ros-cdk-oos'
const patchBaselineProps: PatchBaselineProps = { ... }

Properties

Name Type Description
approvalRules @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} Property approvalRules: The rules of scanning and installing patches for the specified operating system.
operationSystem string | @alicloud/ros-cdk-core.IResolvable Property operationSystem: The type of the operating system.
patchBaselineName string | @alicloud/ros-cdk-core.IResolvable Property patchBaselineName: The name of the patch baseline.
approvedPatches @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property approvedPatches: Approved patch list.
approvedPatchesEnableNonSecurity boolean | @alicloud/ros-cdk-core.IResolvable Property approvedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the patch baseline.
rejectedPatches @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property rejectedPatches: Rejected patch list.
rejectedPatchesAction string | @alicloud/ros-cdk-core.IResolvable Property rejectedPatchesAction: The operation of rejecting the patch.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: Resource group id.
sources @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property sources: Patch source configuration list.
tags TagsProperty[] Property tags: Tags of patch baseline.

approvalRulesRequired

public readonly approvalRules: IResolvable | {[ key: string ]: any};
  • Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}

Property approvalRules: The rules of scanning and installing patches for the specified operating system.


operationSystemRequired

public readonly operationSystem: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property operationSystem: The type of the operating system.


patchBaselineNameRequired

public readonly patchBaselineName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property patchBaselineName: The name of the patch baseline.


approvedPatchesOptional

public readonly approvedPatches: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]

Property approvedPatches: Approved patch list.


approvedPatchesEnableNonSecurityOptional

public readonly approvedPatchesEnableNonSecurity: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property approvedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The description of the patch baseline.


rejectedPatchesOptional

public readonly rejectedPatches: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]

Property rejectedPatches: Rejected patch list.


rejectedPatchesActionOptional

public readonly rejectedPatchesAction: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property rejectedPatchesAction: The operation of rejecting the patch.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property resourceGroupId: Resource group id.


sourcesOptional

public readonly sources: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]

Property sources: Patch source configuration list.


tagsOptional

public readonly tags: TagsProperty[];

Property tags: Tags of patch baseline.