Uses of Class
software.amazon.awscdk.services.guardduty.CfnMalwareProtectionPlan.Builder
Packages that use CfnMalwareProtectionPlan.Builder
-
Uses of CfnMalwareProtectionPlan.Builder in software.amazon.awscdk.services.guardduty
Methods in software.amazon.awscdk.services.guardduty that return CfnMalwareProtectionPlan.BuilderModifier and TypeMethodDescriptionCfnMalwareProtectionPlan.Builder.actions(IResolvable actions) Specifies the action that is to be applied to the Malware Protection plan resource.CfnMalwareProtectionPlan.Builder.actions(CfnMalwareProtectionPlan.CFNActionsProperty actions) Specifies the action that is to be applied to the Malware Protection plan resource.CfnMalwareProtectionPlan.Builder.protectedResource(IResolvable protectedResource) Information about the protected resource.CfnMalwareProtectionPlan.Builder.protectedResource(CfnMalwareProtectionPlan.CFNProtectedResourceProperty protectedResource) Information about the protected resource.Amazon Resource Name (ARN) of the IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.CfnMalwareProtectionPlan.Builder.tags(List<? extends CfnMalwareProtectionPlan.TagItemProperty> tags) The tags to be added to the created Malware Protection plan resource.