interface CFNTaggingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins.CfnMalwareProtectionPlanPropsMixin.CFNTaggingProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/mixins#CfnMalwareProtectionPlanPropsMixin_CFNTaggingProperty |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.mixins.CfnMalwareProtectionPlanPropsMixin.CFNTaggingProperty |
Python | aws_cdk.mixins_preview.aws_guardduty.mixins.CfnMalwareProtectionPlanPropsMixin.CFNTaggingProperty |
TypeScript | @aws-cdk/mixins-preview » aws_guardduty » mixins » 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 { mixins as guardduty_mixins } from '@aws-cdk/mixins-preview/aws-guardduty';
const cFNTaggingProperty: guardduty_mixins.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