@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-02T14:17:13.819Z") @Stability(value=Stable) public class CfnFilter extends CfnResource implements IInspectable
Details about a filter.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.inspectorv2.*;
CfnFilter cfnFilter = CfnFilter.Builder.create(this, "MyCfnFilter")
.filterAction("filterAction")
.filterCriteria(FilterCriteriaProperty.builder()
.awsAccountId(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.componentId(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.componentType(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.ec2InstanceImageId(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.ec2InstanceSubnetId(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.ec2InstanceVpcId(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.ecrImageArchitecture(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.ecrImageHash(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.ecrImagePushedAt(List.of(DateFilterProperty.builder()
.endInclusive(123)
.startInclusive(123)
.build()))
.ecrImageRegistry(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.ecrImageRepositoryName(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.ecrImageTags(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.findingArn(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.findingStatus(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.findingType(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.firstObservedAt(List.of(DateFilterProperty.builder()
.endInclusive(123)
.startInclusive(123)
.build()))
.inspectorScore(List.of(NumberFilterProperty.builder()
.lowerInclusive(123)
.upperInclusive(123)
.build()))
.lastObservedAt(List.of(DateFilterProperty.builder()
.endInclusive(123)
.startInclusive(123)
.build()))
.networkProtocol(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.portRange(List.of(PortRangeFilterProperty.builder()
.beginInclusive(123)
.endInclusive(123)
.build()))
.relatedVulnerabilities(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.resourceId(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.resourceTags(List.of(MapFilterProperty.builder()
.comparison("comparison")
// the properties below are optional
.key("key")
.value("value")
.build()))
.resourceType(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.severity(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.title(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.updatedAt(List.of(DateFilterProperty.builder()
.endInclusive(123)
.startInclusive(123)
.build()))
.vendorSeverity(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.vulnerabilityId(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.vulnerabilitySource(List.of(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build()))
.vulnerablePackages(List.of(PackageFilterProperty.builder()
.architecture(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build())
.epoch(NumberFilterProperty.builder()
.lowerInclusive(123)
.upperInclusive(123)
.build())
.name(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build())
.release(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build())
.sourceLayerHash(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build())
.version(StringFilterProperty.builder()
.comparison("comparison")
.value("value")
.build())
.build()))
.build())
.name("name")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFilter.Builder
A fluent builder for
CfnFilter. |
static interface |
CfnFilter.DateFilterProperty
Contains details on the time range used to filter findings.
|
static interface |
CfnFilter.FilterCriteriaProperty
Details on the criteria used to define the filter.
|
static interface |
CfnFilter.MapFilterProperty
An object that describes details of a map filter.
|
static interface |
CfnFilter.NumberFilterProperty
An object that describes the details of a number filter.
|
static interface |
CfnFilter.PackageFilterProperty
Contains information on the details of a package filter.
|
static interface |
CfnFilter.PortRangeFilterProperty
An object that describes the details of a port range filter.
|
static interface |
CfnFilter.StringFilterProperty
An object that describes the details of a string filter.
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFilter(Construct scope,
String id,
CfnFilterProps props)
Create a new `AWS::InspectorV2::Filter`.
|
protected |
CfnFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFilter(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn()
The Amazon Resource Number (ARN) associated with this filter.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
A description of the filter.
|
String |
getFilterAction()
The action that is to be applied to the findings that match the filter.
|
Object |
getFilterCriteria()
Details on the filter criteria associated with this filter.
|
String |
getName()
The name of the filter.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
A description of the filter.
|
void |
setFilterAction(String value)
The action that is to be applied to the findings that match the filter.
|
void |
setFilterCriteria(CfnFilter.FilterCriteriaProperty value)
Details on the filter criteria associated with this filter.
|
void |
setFilterCriteria(IResolvable value)
Details on the filter criteria associated with this filter.
|
void |
setName(String value)
The name of the filter.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFilter(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFilter(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnFilterProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getFilterAction()
@Stability(value=Stable)
public void setFilterAction(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getFilterCriteria()
@Stability(value=Stable)
public void setFilterCriteria(@NotNull
CfnFilter.FilterCriteriaProperty value)
@Stability(value=Stable)
public void setFilterCriteria(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
Copyright © 2023. All rights reserved.