Package software.amazon.awscdk.services.inspector
package software.amazon.awscdk.services.inspector
Amazon Inspector Construct Library
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.inspector.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
- Search Construct Hub for Inspector construct libraries
- Use the automatically generated L1 constructs, in the same way you would use the CloudFormation AWS::Inspector resources directly.
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Inspector.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
-
ClassDescriptionThe
AWS::Inspector::AssessmentTarget
resource is used to create Amazon Inspector assessment targets, which specify the Amazon EC2 instances that will be analyzed during an assessment run.A fluent builder forCfnAssessmentTarget
.Properties for defining aCfnAssessmentTarget
.A builder forCfnAssessmentTargetProps
An implementation forCfnAssessmentTargetProps
TheAWS::Inspector::AssessmentTemplate
resource creates an Amazon Inspector assessment template, which specifies the Inspector assessment targets that will be evaluated by an assessment run and its related configurations.A fluent builder forCfnAssessmentTemplate
.Properties for defining aCfnAssessmentTemplate
.A builder forCfnAssessmentTemplateProps
An implementation forCfnAssessmentTemplateProps
TheAWS::Inspector::ResourceGroup
resource is used to create Amazon Inspector resource groups.A fluent builder forCfnResourceGroup
.Properties for defining aCfnResourceGroup
.A builder forCfnResourceGroupProps
An implementation forCfnResourceGroupProps