Interface SonarCodeScannerProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,SonarCodeScannerConfig
- All Known Implementing Classes:
SonarCodeScannerProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-01T23:43:16.216Z") @Stability(Stable) public interface SonarCodeScannerProps extends software.amazon.jsii.JsiiSerializable, SonarCodeScannerConfig
SonarCodeScanners properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSonarCodeScannerProps.BuilderA builder forSonarCodeScannerPropsstatic classSonarCodeScannerProps.Jsii$ProxyAn implementation forSonarCodeScannerProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SonarCodeScannerProps.Builderbuilder()StringgetArtifactBucketArn()S3 bucket ARN containing the built artifacts from the synth build.default StringgetArtifactBucketKeyArn()Artifact bucket key ARN used to encrypt the artifacts.StringgetSynthBuildArn()ARN for the CodeBuild task responsible for executing the synth command.-
Methods inherited from interface software.aws.awsprototypingsdk.pipeline.SonarCodeScannerConfig
getCdkOutDir, getCfnNagIgnorePath, getExcludeGlobsForScan, getIncludeGlobsForScan, getPreArchiveCommands, getSonarqubeAuthorizedGroup, getSonarqubeDefaultProfileOrGateName, getSonarqubeEndpoint, getSonarqubeProjectName, getSonarqubeSpecificProfileOrGateName, getSonarqubeTags
-
-
-
-
Method Detail
-
getArtifactBucketArn
@Stability(Stable) @NotNull String getArtifactBucketArn()
S3 bucket ARN containing the built artifacts from the synth build.
-
getSynthBuildArn
@Stability(Stable) @NotNull String getSynthBuildArn()
ARN for the CodeBuild task responsible for executing the synth command.
-
getArtifactBucketKeyArn
@Stability(Stable) @Nullable default String getArtifactBucketKeyArn()
Artifact bucket key ARN used to encrypt the artifacts.
-
builder
@Stability(Stable) static SonarCodeScannerProps.Builder builder()
- Returns:
- a
SonarCodeScannerProps.BuilderofSonarCodeScannerProps
-
-