Class CfnCodeSecurityScanConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityScanConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeSecurityScanConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeSecurityScanConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnCodeSecurityScanConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeSecurityScanConfigurationProps
An implementation for
CfnCodeSecurityScanConfigurationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityScanConfigurationProps
CfnCodeSecurityScanConfigurationProps.Builder, CfnCodeSecurityScanConfigurationProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeSecurityScanConfigurationProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The configuration settings for the code security scan.final String
getLevel()
The security level for the scan configuration.final String
getName()
The name of the scan configuration.final Object
The scope settings that define which repositories will be scanned.getTags()
The tags to apply to the scan configuration.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCodeSecurityScanConfigurationProps.Builder
.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnCodeSecurityScanConfigurationProps
The configuration settings for the code security scan.- Specified by:
getConfiguration
in interfaceCfnCodeSecurityScanConfigurationProps
- See Also:
-
getLevel
Description copied from interface:CfnCodeSecurityScanConfigurationProps
The security level for the scan configuration.- Specified by:
getLevel
in interfaceCfnCodeSecurityScanConfigurationProps
- See Also:
-
getName
Description copied from interface:CfnCodeSecurityScanConfigurationProps
The name of the scan configuration.- Specified by:
getName
in interfaceCfnCodeSecurityScanConfigurationProps
- See Also:
-
getScopeSettings
Description copied from interface:CfnCodeSecurityScanConfigurationProps
The scope settings that define which repositories will be scanned.- Specified by:
getScopeSettings
in interfaceCfnCodeSecurityScanConfigurationProps
- See Also:
-
getTags
Description copied from interface:CfnCodeSecurityScanConfigurationProps
The tags to apply to the scan configuration.- Specified by:
getTags
in interfaceCfnCodeSecurityScanConfigurationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-