interface OcsfDateFilterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.CfnAutomationRuleV2.OcsfDateFilterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnAutomationRuleV2_OcsfDateFilterProperty |
![]() | software.amazon.awscdk.services.securityhub.CfnAutomationRuleV2.OcsfDateFilterProperty |
![]() | aws_cdk.aws_securityhub.CfnAutomationRuleV2.OcsfDateFilterProperty |
![]() | aws-cdk-lib » aws_securityhub » CfnAutomationRuleV2 » OcsfDateFilterProperty |
Enables filtering of security findings based on date and timestamp fields in OCSF.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as securityhub } from 'aws-cdk-lib';
const ocsfDateFilterProperty: securityhub.CfnAutomationRuleV2.OcsfDateFilterProperty = {
fieldName: 'fieldName',
filter: {
dateRange: {
unit: 'unit',
value: 123,
},
end: 'end',
start: 'start',
},
};
Properties
Name | Type | Description |
---|---|---|
field | string | The name of the field. |
filter | IResolvable | Date | Enables filtering of security findings based on date and timestamp fields in OCSF. |
fieldName
Type:
string
The name of the field.
filter
Type:
IResolvable
|
Date
Enables filtering of security findings based on date and timestamp fields in OCSF.