PatchBaselineIdentity
Defines the basic information about a patch baseline.
Contents
- BaselineDescription
-
The description of the patch baseline.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: No
- BaselineId
-
The ID of the patch baseline.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 128.
Pattern:
^[a-zA-Z0-9_\-:/]{20,128}$
Required: No
- BaselineName
-
The name of the patch baseline.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 128.
Pattern:
^[a-zA-Z0-9_\-.]{3,128}$
Required: No
- DefaultBaseline
-
Indicates whether this is the default baseline. AWS Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
Type: Boolean
Required: No
- OperatingSystem
-
Defines the operating system the patch baseline applies to. The default value is
WINDOWS
.Type: String
Valid Values:
WINDOWS | AMAZON_LINUX | AMAZON_LINUX_2 | AMAZON_LINUX_2022 | UBUNTU | REDHAT_ENTERPRISE_LINUX | SUSE | CENTOS | ORACLE_LINUX | DEBIAN | MACOS | RASPBIAN | ROCKY_LINUX | ALMA_LINUX | AMAZON_LINUX_2023
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: