interface GuardDutyFindingProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events.DetectorEvents.GuardDutyFinding.GuardDutyFindingProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/events#DetectorEvents_GuardDutyFinding_GuardDutyFindingProps |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.events.DetectorEvents.GuardDutyFinding.GuardDutyFindingProps |
Python | aws_cdk.mixins_preview.aws_guardduty.events.DetectorEvents.GuardDutyFinding.GuardDutyFindingProps |
TypeScript | @aws-cdk/mixins-preview ยป aws_guardduty ยป events ยป DetectorEvents ยป GuardDutyFinding ยป GuardDutyFindingProps |
Props type for Detector aws.guardduty@GuardDutyFinding event.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| account | string[] | accountId property. |
| arn? | string[] | arn property. |
| created | string[] | createdAt property. |
| description? | string[] | description property. |
| event | AWSEvent | EventBridge event metadata. |
| id? | string[] | id property. |
| partition? | string[] | partition property. |
| region? | string[] | region property. |
| resource? | Resource | resource property. |
| schema | string[] | schemaVersion property. |
| service? | Service | service property. |
| severity? | string[] | severity property. |
| title? | string[] | title property. |
| type? | string[] | type property. |
| updated | string[] | updatedAt property. |
accountId?
Type:
string[]
(optional, default: Do not filter on this field)
accountId property.
Specify an array of string values to match this event if the actual value of accountId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
arn?
Type:
string[]
(optional, default: Do not filter on this field)
arn property.
Specify an array of string values to match this event if the actual value of arn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
createdAt?
Type:
string[]
(optional, default: Do not filter on this field)
createdAt property.
Specify an array of string values to match this event if the actual value of createdAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
description?
Type:
string[]
(optional, default: Do not filter on this field)
description property.
Specify an array of string values to match this event if the actual value of description is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
eventMetadata?
Type:
AWSEvent
(optional, default: -)
EventBridge event metadata.
id?
Type:
string[]
(optional, default: Do not filter on this field)
id property.
Specify an array of string values to match this event if the actual value of id is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
partition?
Type:
string[]
(optional, default: Do not filter on this field)
partition property.
Specify an array of string values to match this event if the actual value of partition is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
region?
Type:
string[]
(optional, default: Do not filter on this field)
region property.
Specify an array of string values to match this event if the actual value of region is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
resource?
Type:
Resource
(optional, default: Do not filter on this field)
resource property.
Specify an array of string values to match this event if the actual value of resource is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
schemaVersion?
Type:
string[]
(optional, default: Do not filter on this field)
schemaVersion property.
Specify an array of string values to match this event if the actual value of schemaVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
service?
Type:
Service
(optional, default: Do not filter on this field)
service property.
Specify an array of string values to match this event if the actual value of service is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
severity?
Type:
string[]
(optional, default: Do not filter on this field)
severity property.
Specify an array of string values to match this event if the actual value of severity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
title?
Type:
string[]
(optional, default: Do not filter on this field)
title property.
Specify an array of string values to match this event if the actual value of title is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
type?
Type:
string[]
(optional, default: Do not filter on this field)
type property.
Specify an array of string values to match this event if the actual value of type is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
updatedAt?
Type:
string[]
(optional, default: Do not filter on this field)
updatedAt property.
Specify an array of string values to match this event if the actual value of updatedAt is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

.NET
Go
Java
Python
TypeScript