class GuardDutyMalwareProtectionResourceStatusError
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Events.GuardDutyMalwareProtectionResourceStatusError |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/events#GuardDutyMalwareProtectionResourceStatusError |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.events.GuardDutyMalwareProtectionResourceStatusError |
Python | aws_cdk.mixins_preview.aws_guardduty.events.GuardDutyMalwareProtectionResourceStatusError |
TypeScript | @aws-cdk/mixins-preview » aws_guardduty » events » GuardDutyMalwareProtectionResourceStatusError |
EventBridge event pattern for aws.guardduty@GuardDutyMalwareProtectionResourceStatusError.
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 guardDutyMalwareProtectionResourceStatusError = new guardduty_events.GuardDutyMalwareProtectionResourceStatusError();
Initializer
new GuardDutyMalwareProtectionResourceStatusError()
Methods
| Name | Description |
|---|---|
| static guard | EventBridge event pattern for GuardDuty Malware Protection Resource Status Error. |
static guardDutyMalwareProtectionResourceStatusErrorPattern(options?)
public static guardDutyMalwareProtectionResourceStatusErrorPattern(options?: GuardDutyMalwareProtectionResourceStatusErrorProps): EventPattern
Parameters
Returns
EventBridge event pattern for GuardDuty Malware Protection Resource Status Error.

.NET
Go
Java
Python
TypeScript