interface CFNTaggingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GuardDuty.CfnMalwareProtectionPlan.CFNTaggingProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnMalwareProtectionPlan_CFNTaggingProperty |
Java | software.amazon.awscdk.services.guardduty.CfnMalwareProtectionPlan.CFNTaggingProperty |
Python | aws_cdk.aws_guardduty.CfnMalwareProtectionPlan.CFNTaggingProperty |
TypeScript | aws-cdk-lib » aws_guardduty » CfnMalwareProtectionPlan » 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-lib';
const cFNTaggingProperty: guardduty.CfnMalwareProtectionPlan.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