Show / Hide Table of Contents

Interface CfnFilterPropsMixin.IPackageFilterProperty

Contains information on the details of a package filter.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.InspectorV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFilterPropsMixin.IPackageFilterProperty
Syntax (vb)
Public Interface CfnFilterPropsMixin.IPackageFilterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html

ExampleMetadata: fixture=_generated

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

             var packageFilterProperty = new PackageFilterProperty {
                 Architecture = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 },
                 Epoch = new NumberFilterProperty {
                     LowerInclusive = 123,
                     UpperInclusive = 123
                 },
                 FilePath = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 },
                 Name = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 },
                 Release = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 },
                 SourceLambdaLayerArn = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 },
                 SourceLayerHash = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 },
                 Version = new StringFilterProperty {
                     Comparison = "comparison",
                     Value = "value"
                 }
             };

Synopsis

Properties

Architecture

An object that contains details on the package architecture type to filter on.

Epoch

An object that contains details on the package epoch to filter on.

FilePath

Contains information on the details of a package filter.

Name

An object that contains details on the name of the package to filter on.

Release

An object that contains details on the package release to filter on.

SourceLambdaLayerArn

Contains information on the details of a package filter.

SourceLayerHash

An object that contains details on the source layer hash to filter on.

Version

The package version to filter on.

Properties

Architecture

An object that contains details on the package architecture type to filter on.

object? Architecture { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html#cfn-inspectorv2-filter-packagefilter-architecture

Type union: either IResolvable or CfnFilterPropsMixin.IStringFilterProperty

Epoch

An object that contains details on the package epoch to filter on.

object? Epoch { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html#cfn-inspectorv2-filter-packagefilter-epoch

Type union: either IResolvable or CfnFilterPropsMixin.INumberFilterProperty

FilePath

Contains information on the details of a package filter.

object? FilePath { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html#cfn-inspectorv2-filter-packagefilter-filepath

Type union: either IResolvable or CfnFilterPropsMixin.IStringFilterProperty

Name

An object that contains details on the name of the package to filter on.

object? Name { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html#cfn-inspectorv2-filter-packagefilter-name

Type union: either IResolvable or CfnFilterPropsMixin.IStringFilterProperty

Release

An object that contains details on the package release to filter on.

object? Release { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html#cfn-inspectorv2-filter-packagefilter-release

Type union: either IResolvable or CfnFilterPropsMixin.IStringFilterProperty

SourceLambdaLayerArn

Contains information on the details of a package filter.

object? SourceLambdaLayerArn { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html#cfn-inspectorv2-filter-packagefilter-sourcelambdalayerarn

Type union: either IResolvable or CfnFilterPropsMixin.IStringFilterProperty

SourceLayerHash

An object that contains details on the source layer hash to filter on.

object? SourceLayerHash { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html#cfn-inspectorv2-filter-packagefilter-sourcelayerhash

Type union: either IResolvable or CfnFilterPropsMixin.IStringFilterProperty

Version

The package version to filter on.

object? Version { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-packagefilter.html#cfn-inspectorv2-filter-packagefilter-version

Type union: either IResolvable or CfnFilterPropsMixin.IStringFilterProperty

Back to top Generated by DocFX