Interface CfnAgentSpace.CodeReviewSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgentSpace.CodeReviewSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnAgentSpace
@Stability(Stable)
public static interface CfnAgentSpace.CodeReviewSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Details of code review settings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.securityagent.*;
CodeReviewSettingsProperty codeReviewSettingsProperty = CodeReviewSettingsProperty.builder()
.controlsScanning(false)
.generalPurposeScanning(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentSpace.CodeReviewSettingsPropertystatic final classAn implementation forCfnAgentSpace.CodeReviewSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Whether Controls are utilized for code review analysis.Whether general purpose analysis is performed for code review.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getControlsScanning
Whether Controls are utilized for code review analysis.Returns union: either
BooleanorIResolvable- See Also:
-
getGeneralPurposeScanning
Whether general purpose analysis is performed for code review.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-