Uses of Class
software.amazon.awscdk.services.securityagent.CfnPentest.Builder
Packages that use CfnPentest.Builder
Package
Description
AWS::SecurityAgent Construct Library
-
Uses of CfnPentest.Builder in software.amazon.awscdk.services.securityagent
Methods in software.amazon.awscdk.services.securityagent that return CfnPentest.BuilderModifier and TypeMethodDescriptionCfnPentest.Builder.agentSpaceId(String agentSpaceId) Identifier of agent space where the pentest should be created.CfnPentest.Builder.assets(IResolvable assets) Collection of assets to be tested during the pentest.CfnPentest.Builder.assets(CfnPentest.AssetsProperty assets) Collection of assets to be tested during the pentest.CfnPentest.Builder.codeRemediationStrategy(String codeRemediationStrategy) Strategy for remediating code vulnerabilities discovered during the pentest.static CfnPentest.BuilderCfnPentest.Builder.excludeRiskTypes(List<String> excludeRiskTypes) A list of risk types excluded from the pentest execution.CfnPentest.Builder.logConfig(IResolvable logConfig) CloudWatch Logs configuration for pentest output.CfnPentest.Builder.logConfig(CfnPentest.CloudWatchLogProperty logConfig) CloudWatch Logs configuration for pentest output.CfnPentest.Builder.networkTrafficConfig(IResolvable networkTrafficConfig) Network traffic configuration for the pentest.CfnPentest.Builder.networkTrafficConfig(CfnPentest.NetworkTrafficConfigProperty networkTrafficConfig) Network traffic configuration for the pentest.CfnPentest.Builder.serviceRole(String serviceRole) Service role for accessing resources.Title of the penetration test.CfnPentest.Builder.vpcConfig(IResolvable vpcConfig) VPC configuration that the pentest agent accesses.CfnPentest.Builder.vpcConfig(CfnPentest.VpcConfigProperty vpcConfig) VPC configuration that the pentest agent accesses.