Class CfnPatchBaselineProps
Properties for defining a AWS::SSM::PatchBaseline
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.AWS.SSM.dll
Syntax (csharp)
public class CfnPatchBaselineProps : Object, ICfnPatchBaselineProps
Syntax (vb)
Public Class CfnPatchBaselineProps
Inherits Object
Implements ICfnPatchBaselineProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html
Synopsis
Constructors
CfnPatchBaselineProps() |
Properties
ApprovalRules |
|
ApprovedPatches |
|
ApprovedPatchesComplianceLevel |
|
ApprovedPatchesEnableNonSecurity |
|
Description |
|
GlobalFilters |
|
Name |
|
OperatingSystem |
|
PatchGroups |
|
RejectedPatches |
|
RejectedPatchesAction |
|
Sources |
|
Tags |
|
Constructors
CfnPatchBaselineProps()
public CfnPatchBaselineProps()
Properties
ApprovalRules
AWS::SSM::PatchBaseline.ApprovalRules
.
public object ApprovalRules { get; set; }
Property Value
System.Object
Remarks
ApprovedPatches
AWS::SSM::PatchBaseline.ApprovedPatches
.
public string[] ApprovedPatches { get; set; }
Property Value
System.String[]
Remarks
ApprovedPatchesComplianceLevel
AWS::SSM::PatchBaseline.ApprovedPatchesComplianceLevel
.
public string ApprovedPatchesComplianceLevel { get; set; }
Property Value
System.String
Remarks
ApprovedPatchesEnableNonSecurity
AWS::SSM::PatchBaseline.ApprovedPatchesEnableNonSecurity
.
public object ApprovedPatchesEnableNonSecurity { get; set; }
Property Value
System.Object
Remarks
Description
AWS::SSM::PatchBaseline.Description
.
public string Description { get; set; }
Property Value
System.String
Remarks
GlobalFilters
AWS::SSM::PatchBaseline.GlobalFilters
.
public object GlobalFilters { get; set; }
Property Value
System.Object
Remarks
Name
AWS::SSM::PatchBaseline.Name
.
public string Name { get; set; }
Property Value
System.String
Remarks
OperatingSystem
AWS::SSM::PatchBaseline.OperatingSystem
.
public string OperatingSystem { get; set; }
Property Value
System.String
Remarks
PatchGroups
AWS::SSM::PatchBaseline.PatchGroups
.
public string[] PatchGroups { get; set; }
Property Value
System.String[]
Remarks
RejectedPatches
AWS::SSM::PatchBaseline.RejectedPatches
.
public string[] RejectedPatches { get; set; }
Property Value
System.String[]
Remarks
RejectedPatchesAction
AWS::SSM::PatchBaseline.RejectedPatchesAction
.
public string RejectedPatchesAction { get; set; }
Property Value
System.String
Remarks
Sources
AWS::SSM::PatchBaseline.Sources
.
public object Sources { get; set; }
Property Value
System.Object