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

.NET
Go
Java
Python
TypeScript