interface UnusualBehavior
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events.DetectorEvents.GuardDutyFinding.UnusualBehavior |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/events#DetectorEvents_GuardDutyFinding_UnusualBehavior |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.events.DetectorEvents.GuardDutyFinding.UnusualBehavior |
Python | aws_cdk.mixins_preview.aws_guardduty.events.DetectorEvents.GuardDutyFinding.UnusualBehavior |
TypeScript | @aws-cdk/mixins-preview ยป aws_guardduty ยป events ยป DetectorEvents ยป GuardDutyFinding ยป UnusualBehavior |
Type definition for UnusualBehavior.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as guardduty_events } from '@aws-cdk/mixins-preview/aws-guardduty';
const unusualBehavior: guardduty_events.DetectorEvents.GuardDutyFinding.UnusualBehavior = {
isUnusualUserIdentity: ['isUnusualUserIdentity'],
numberOfPast24HoursApIsBucketProfiling: ['numberOfPast24HoursApIsBucketProfiling'],
numberOfPast24HoursApIsBucketUserIdentityProfiling: ['numberOfPast24HoursApIsBucketUserIdentityProfiling'],
numberOfPast24HoursApIsUserIdentityProfiling: ['numberOfPast24HoursApIsUserIdentityProfiling'],
unusualApIsAccountProfiling: ['unusualApIsAccountProfiling'],
unusualApIsUserIdentityProfiling: ['unusualApIsUserIdentityProfiling'],
unusualAsNsAccountProfiling: ['unusualAsNsAccountProfiling'],
unusualAsNsBucketProfiling: ['unusualAsNsBucketProfiling'],
unusualAsNsUserIdentityProfiling: ['unusualAsNsUserIdentityProfiling'],
unusualBucketsAccountProfiling: ['unusualBucketsAccountProfiling'],
unusualBucketsUserIdentityProfiling: ['unusualBucketsUserIdentityProfiling'],
unusualUserAgentsAccountProfiling: ['unusualUserAgentsAccountProfiling'],
unusualUserAgentsUserIdentityProfiling: ['unusualUserAgentsUserIdentityProfiling'],
unusualUserNamesAccountProfiling: ['unusualUserNamesAccountProfiling'],
unusualUserNamesBucketProfiling: ['unusualUserNamesBucketProfiling'],
unusualUserTypesAccountProfiling: ['unusualUserTypesAccountProfiling'],
};
Properties
| Name | Type | Description |
|---|---|---|
| is | string[] | isUnusualUserIdentity property. |
| number | string[] | numberOfPast24HoursAPIsBucketProfiling property. |
| number | string[] | numberOfPast24HoursAPIsBucketUserIdentityProfiling property. |
| number | string[] | numberOfPast24HoursAPIsUserIdentityProfiling property. |
| unusual | string[] | unusualAPIsAccountProfiling property. |
| unusual | string[] | unusualAPIsUserIdentityProfiling property. |
| unusual | string[] | unusualASNsAccountProfiling property. |
| unusual | string[] | unusualASNsBucketProfiling property. |
| unusual | string[] | unusualASNsUserIdentityProfiling property. |
| unusual | string[] | unusualBucketsAccountProfiling property. |
| unusual | string[] | unusualBucketsUserIdentityProfiling property. |
| unusual | string[] | unusualUserAgentsAccountProfiling property. |
| unusual | string[] | unusualUserAgentsUserIdentityProfiling property. |
| unusual | string[] | unusualUserNamesAccountProfiling property. |
| unusual | string[] | unusualUserNamesBucketProfiling property. |
| unusual | string[] | unusualUserTypesAccountProfiling property. |
isUnusualUserIdentity?
Type:
string[]
(optional, default: Do not filter on this field)
isUnusualUserIdentity property.
Specify an array of string values to match this event if the actual value of isUnusualUserIdentity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
numberOfPast24HoursApIsBucketProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
numberOfPast24HoursAPIsBucketProfiling property.
Specify an array of string values to match this event if the actual value of numberOfPast24HoursAPIsBucketProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
numberOfPast24HoursApIsBucketUserIdentityProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
numberOfPast24HoursAPIsBucketUserIdentityProfiling property.
Specify an array of string values to match this event if the actual value of numberOfPast24HoursAPIsBucketUserIdentityProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
numberOfPast24HoursApIsUserIdentityProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
numberOfPast24HoursAPIsUserIdentityProfiling property.
Specify an array of string values to match this event if the actual value of numberOfPast24HoursAPIsUserIdentityProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualApIsAccountProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualAPIsAccountProfiling property.
Specify an array of string values to match this event if the actual value of unusualAPIsAccountProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualApIsUserIdentityProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualAPIsUserIdentityProfiling property.
Specify an array of string values to match this event if the actual value of unusualAPIsUserIdentityProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualAsNsAccountProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualASNsAccountProfiling property.
Specify an array of string values to match this event if the actual value of unusualASNsAccountProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualAsNsBucketProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualASNsBucketProfiling property.
Specify an array of string values to match this event if the actual value of unusualASNsBucketProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualAsNsUserIdentityProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualASNsUserIdentityProfiling property.
Specify an array of string values to match this event if the actual value of unusualASNsUserIdentityProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualBucketsAccountProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualBucketsAccountProfiling property.
Specify an array of string values to match this event if the actual value of unusualBucketsAccountProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualBucketsUserIdentityProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualBucketsUserIdentityProfiling property.
Specify an array of string values to match this event if the actual value of unusualBucketsUserIdentityProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualUserAgentsAccountProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualUserAgentsAccountProfiling property.
Specify an array of string values to match this event if the actual value of unusualUserAgentsAccountProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualUserAgentsUserIdentityProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualUserAgentsUserIdentityProfiling property.
Specify an array of string values to match this event if the actual value of unusualUserAgentsUserIdentityProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualUserNamesAccountProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualUserNamesAccountProfiling property.
Specify an array of string values to match this event if the actual value of unusualUserNamesAccountProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualUserNamesBucketProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualUserNamesBucketProfiling property.
Specify an array of string values to match this event if the actual value of unusualUserNamesBucketProfiling is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
unusualUserTypesAccountProfiling?
Type:
string[]
(optional, default: Do not filter on this field)
unusualUserTypesAccountProfiling property.
Specify an array of string values to match this event if the actual value of unusualUserTypesAccountProfiling 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