Interface CfnAgentSpacePropsMixin.CodeReviewSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgentSpacePropsMixin.CodeReviewSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnAgentSpacePropsMixin
@Stability(Stable)
public static interface CfnAgentSpacePropsMixin.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.cfnpropertymixins.services.securityagent.*;
CodeReviewSettingsProperty codeReviewSettingsProperty = CodeReviewSettingsProperty.builder()
.controlsScanning(false)
.generalPurposeScanning(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentSpacePropsMixin.CodeReviewSettingsPropertystatic final classAn implementation forCfnAgentSpacePropsMixin.CodeReviewSettingsProperty -
Method Summary
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
-