Table of Contents

Interface CfnPatchBaseline.IPatchFilterProperty

Namespace
Amazon.CDK.AWS.SSM
Assembly
Amazon.CDK.AWS.SSM.dll

The PatchFilter property type defines a patch filter for an AWS Systems Manager patch baseline.

public interface CfnPatchBaseline.IPatchFilterProperty

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SSM;

             var patchFilterProperty = new PatchFilterProperty {
                 Key = "key",
                 Values = new [] { "values" }
             };

Remarks

The PatchFilters property of the PatchFilterGroup property type contains a list of PatchFilter property types.

You can view lists of valid values for the patch properties by running the DescribePatchProperties command. For more information, see DescribePatchProperties in the AWS Systems Manager API Reference .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchfilter.html

ExampleMetadata: fixture=_generated

Properties

Key

The key for the filter.

string? Key { get; }

Property Value

string

Remarks

Values

The value for the filter key.

string[]? Values { get; }

Property Value

string[]

Remarks

For information about valid values for each key based on operating system type, see PatchFilter in the AWS Systems Manager API Reference .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchfilter.html#cfn-ssm-patchbaseline-patchfilter-values