Class SonarCodeScanner
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- software.aws.awsprototypingsdk.pipeline.SonarCodeScanner
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-01T23:43:16.215Z") @Stability(Stable) public class SonarCodeScanner extends software.constructs.Construct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSonarCodeScanner.BuilderA fluent builder forSonarCodeScanner.
-
Constructor Summary
Constructors Modifier Constructor Description protectedSonarCodeScanner(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSonarCodeScanner(software.amazon.jsii.JsiiObjectRef objRef)SonarCodeScanner(software.constructs.Construct scope, String id, SonarCodeScannerProps props)
-
Method Summary
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
SonarCodeScanner
protected SonarCodeScanner(software.amazon.jsii.JsiiObjectRef objRef)
-
SonarCodeScanner
protected SonarCodeScanner(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SonarCodeScanner
@Stability(Stable) public SonarCodeScanner(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull SonarCodeScannerProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-