interface CFNActionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty.CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsguardduty#CfnMalwareProtectionPlanPropsMixin_CFNActionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_guardduty.CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_guardduty » 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 { aws_guardduty as guardduty } from '@aws-cdk/cfn-property-mixins';
const cFNActionsProperty: guardduty.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