Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | SsmPatchBaseline |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
SsmPatchBaselineSpec | |
status |
SsmPatchBaselineStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
approvalRule |
[]SsmPatchBaselineSpecApprovalRule | (Optional) |
approvedPatches |
[]string | (Optional) |
approvedPatchesComplianceLevel |
string | (Optional) |
description |
string | (Optional) |
globalFilter |
[]SsmPatchBaselineSpecGlobalFilter | (Optional) |
name |
string | |
operatingSystem |
string | (Optional) |
rejectedPatches |
[]string | (Optional) |
tags |
map[string]string | (Optional) |
Field | Type | Description |
---|---|---|
approveAfterDays |
int | |
complianceLevel |
string | (Optional) |
enableNonSecurity |
bool | (Optional) |
patchFilter |
[]SsmPatchBaselineSpecApprovalRulePatchFilter |
Field | Type | Description |
---|---|---|
key |
string | |
values |
[]string |
Field | Type | Description |
---|---|---|
key |
string | |
values |
[]string |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
SsmPatchBaselineSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |