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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityScanConfigurationProps
CfnCodeSecurityScanConfigurationProps.Builder, CfnCodeSecurityScanConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeSecurityScanConfigurationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe configuration settings for the code security scan.final StringgetLevel()The security level for the scan configuration.final StringgetName()The name of the scan configuration.final ObjectThe scope settings that define which repositories will be scanned.getTags()The tags to apply to the scan configuration.final inthashCode()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:CfnCodeSecurityScanConfigurationPropsThe configuration settings for the code security scan.Returns union: either
IResolvableorCfnCodeSecurityScanConfiguration.CodeSecurityScanConfigurationProperty- Specified by:
getConfigurationin interfaceCfnCodeSecurityScanConfigurationProps- See Also:
-
getLevel
Description copied from interface:CfnCodeSecurityScanConfigurationPropsThe security level for the scan configuration.- Specified by:
getLevelin interfaceCfnCodeSecurityScanConfigurationProps- See Also:
-
getName
Description copied from interface:CfnCodeSecurityScanConfigurationPropsThe name of the scan configuration.- Specified by:
getNamein interfaceCfnCodeSecurityScanConfigurationProps- See Also:
-
getScopeSettings
Description copied from interface:CfnCodeSecurityScanConfigurationPropsThe scope settings that define which repositories will be scanned.Returns union: either
IResolvableorCfnCodeSecurityScanConfiguration.ScopeSettingsProperty- Specified by:
getScopeSettingsin interfaceCfnCodeSecurityScanConfigurationProps- See Also:
-
getTags
Description copied from interface:CfnCodeSecurityScanConfigurationPropsThe tags to apply to the scan configuration.- Specified by:
getTagsin interfaceCfnCodeSecurityScanConfigurationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-