Skip to content

PatchBaselineProps

Properties for defining a PatchBaseline.

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

Initializer

import ros_cdk_oos
ros_cdk_oos.PatchBaselineProps(
  approval_rules: typing.Union[IResolvable, typing.Mapping[typing.Any]],
  operation_system: typing.Union[str, IResolvable],
  patch_baseline_name: typing.Union[str, IResolvable],
  approved_patches: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  approved_patches_enable_non_security: typing.Union[bool, IResolvable] = None,
  description: typing.Union[str, IResolvable] = None,
  rejected_patches: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  rejected_patches_action: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None,
  sources: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  tags: typing.List[TagsProperty] = None
)

Properties

Name Type Description
approval_rules typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] Property approvalRules: The rules of scanning and installing patches for the specified operating system.
operation_system typing.Union[str, ros_cdk_core.IResolvable] Property operationSystem: The type of the operating system.
patch_baseline_name typing.Union[str, ros_cdk_core.IResolvable] Property patchBaselineName: The name of the patch baseline.
approved_patches typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property approvedPatches: Approved patch list.
approved_patches_enable_non_security typing.Union[bool, ros_cdk_core.IResolvable] Property approvedPatchesEnableNonSecurity: Approve whether the patch includes updates other than security.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the patch baseline.
rejected_patches typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property rejectedPatches: Rejected patch list.
rejected_patches_action typing.Union[str, ros_cdk_core.IResolvable] Property rejectedPatchesAction: The operation of rejecting the patch.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: Resource group id.
sources typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property sources: Patch source configuration list.
tags typing.List[TagsProperty] Property tags: Tags of patch baseline.

approval_rulesRequired

approval_rules: typing.Union[IResolvable, typing.Mapping[typing.Any]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]

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


operation_systemRequired

operation_system: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property operationSystem: The type of the operating system.


patch_baseline_nameRequired

patch_baseline_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property patchBaselineName: The name of the patch baseline.


approved_patchesOptional

approved_patches: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property approvedPatches: Approved patch list.


approved_patches_enable_non_securityOptional

approved_patches_enable_non_security: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

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


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property description: The description of the patch baseline.


rejected_patchesOptional

rejected_patches: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property rejectedPatches: Rejected patch list.


rejected_patches_actionOptional

rejected_patches_action: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property rejectedPatchesAction: The operation of rejecting the patch.


resource_group_idOptional

resource_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property resourceGroupId: Resource group id.


sourcesOptional

sources: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property sources: Patch source configuration list.


tagsOptional

tags: typing.List[TagsProperty]

Property tags: Tags of patch baseline.