interface CFNActionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins.CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/mixins#CfnMalwareProtectionPlanPropsMixin_CFNActionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.mixins.CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty |
Python | aws_cdk.mixins_preview.aws_guardduty.mixins.CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_guardduty » mixins » CfnMalwareProtectionPlanPropsMixin » CFNActionsProperty |
Specifies the action that is to be applied to the Malware Protection plan resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as guardduty_mixins } from '@aws-cdk/mixins-preview/aws-guardduty';
const cFNActionsProperty: guardduty_mixins.CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty = {
tagging: {
status: 'status',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| tagging? | IResolvable | CFNTagging | Contains information about tagging status of the Malware Protection plan resource. |
tagging?
Type:
IResolvable | CFNTagging
(optional)
Contains information about tagging status of the Malware Protection plan resource.

.NET
Go
Java
Python
TypeScript