SsmPatchBaseline

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

SsmPatchBaselineSpec

(Appears on:SsmPatchBaseline, 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)

SsmPatchBaselineSpecApprovalRule

(Appears on:SsmPatchBaselineSpec)
Field Type Description
approveAfterDays int
complianceLevel string (Optional)
enableNonSecurity bool (Optional)
patchFilter []SsmPatchBaselineSpecApprovalRulePatchFilter

SsmPatchBaselineSpecApprovalRulePatchFilter

(Appears on:SsmPatchBaselineSpecApprovalRule)
Field Type Description
key string
values []string

SsmPatchBaselineSpecGlobalFilter

(Appears on:SsmPatchBaselineSpec)
Field Type Description
key string
values []string

SsmPatchBaselineStatus

(Appears on:SsmPatchBaseline)
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)