PatchBaselinesProps
Properties for defining a PatchBaselines.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-patchbaselines
Initializer
from ros_cdk_oos import datasource
datasource.PatchBaselinesProps(
operation_system: typing.Union[str, IResolvable] = None,
patch_baseline_name: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
share_type: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
operation_system |
typing.Union[str, ros_cdk_core.IResolvable] |
Property operationSystem: Operating system type. |
patch_baseline_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property patchBaselineName: The name of the patch baseline. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
share_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property shareType: Patch baseline sharing type. |
operation_systemOptional
operation_system: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property operationSystem: Operating system type.
patch_baseline_nameOptional
patch_baseline_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property patchBaselineName: The name of the patch baseline.
refresh_optionsOptional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
share_typeOptional
share_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property shareType: Patch baseline sharing type.