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