Uses of Class
software.amazon.awscdk.services.securityagent.CfnPentestProps.Builder
Packages that use CfnPentestProps.Builder
Package
Description
AWS::SecurityAgent Construct Library
-
Uses of CfnPentestProps.Builder in software.amazon.awscdk.services.securityagent
Methods in software.amazon.awscdk.services.securityagent that return CfnPentestProps.BuilderModifier and TypeMethodDescriptionCfnPentestProps.Builder.agentSpaceId(String agentSpaceId) Sets the value ofCfnPentestProps.getAgentSpaceId()CfnPentestProps.Builder.assets(IResolvable assets) Sets the value ofCfnPentestProps.getAssets()CfnPentestProps.Builder.assets(CfnPentest.AssetsProperty assets) Sets the value ofCfnPentestProps.getAssets()static CfnPentestProps.BuilderCfnPentestProps.builder()CfnPentestProps.Builder.codeRemediationStrategy(String codeRemediationStrategy) Sets the value ofCfnPentestProps.getCodeRemediationStrategy()CfnPentestProps.Builder.excludeRiskTypes(List<String> excludeRiskTypes) Sets the value ofCfnPentestProps.getExcludeRiskTypes()CfnPentestProps.Builder.logConfig(IResolvable logConfig) Sets the value ofCfnPentestProps.getLogConfig()CfnPentestProps.Builder.logConfig(CfnPentest.CloudWatchLogProperty logConfig) Sets the value ofCfnPentestProps.getLogConfig()CfnPentestProps.Builder.networkTrafficConfig(IResolvable networkTrafficConfig) Sets the value ofCfnPentestProps.getNetworkTrafficConfig()CfnPentestProps.Builder.networkTrafficConfig(CfnPentest.NetworkTrafficConfigProperty networkTrafficConfig) Sets the value ofCfnPentestProps.getNetworkTrafficConfig()CfnPentestProps.Builder.serviceRole(String serviceRole) Sets the value ofCfnPentestProps.getServiceRole()Sets the value ofCfnPentestProps.getTitle()CfnPentestProps.Builder.vpcConfig(IResolvable vpcConfig) Sets the value ofCfnPentestProps.getVpcConfig()CfnPentestProps.Builder.vpcConfig(CfnPentest.VpcConfigProperty vpcConfig) Sets the value ofCfnPentestProps.getVpcConfig()Constructors in software.amazon.awscdk.services.securityagent with parameters of type CfnPentestProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnPentestProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPentestProps.Builder.