interface CFNTaggingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty.CfnMalwareProtectionPlanPropsMixin.CFNTaggingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsguardduty#CfnMalwareProtectionPlanPropsMixin_CFNTaggingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnMalwareProtectionPlanPropsMixin.CFNTaggingProperty |
Python | aws_cdk.cfn_property_mixins.aws_guardduty.CfnMalwareProtectionPlanPropsMixin.CFNTaggingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_guardduty » CfnMalwareProtectionPlanPropsMixin » CFNTaggingProperty |
Contains information about tagging status of 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 cFNTaggingProperty: guardduty.CfnMalwareProtectionPlanPropsMixin.CFNTaggingProperty = {
status: 'status',
};
Properties
| Name | Type | Description |
|---|---|---|
| status? | string | Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object. |
status?
Type:
string
(optional)
Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object.
Potential values include ENABLED and DISABLED . These values are case-sensitive.

.NET
Go
Java
Python
TypeScript