Class CfnCisScanConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.inspectorv2.CfnCisScanConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCisScanConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCisScanConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnCisScanConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCisScanConfigurationProps
An implementation for
CfnCisScanConfigurationProps-
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.CfnCisScanConfigurationProps
CfnCisScanConfigurationProps.Builder, CfnCisScanConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCisScanConfigurationProps.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 StringThe name of the CIS scan configuration.final ObjectThe CIS scan configuration's schedule.final StringThe CIS scan configuration's CIS Benchmark level.getTags()The CIS scan configuration's tags.final ObjectThe CIS scan configuration's targets.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 theCfnCisScanConfigurationProps.Builder.
-
-
Method Details
-
getScanName
Description copied from interface:CfnCisScanConfigurationPropsThe name of the CIS scan configuration.- Specified by:
getScanNamein interfaceCfnCisScanConfigurationProps- See Also:
-
getSchedule
Description copied from interface:CfnCisScanConfigurationPropsThe CIS scan configuration's schedule.Returns union: either
IResolvableorCfnCisScanConfiguration.ScheduleProperty- Specified by:
getSchedulein interfaceCfnCisScanConfigurationProps- See Also:
-
getSecurityLevel
Description copied from interface:CfnCisScanConfigurationPropsThe CIS scan configuration's CIS Benchmark level.- Specified by:
getSecurityLevelin interfaceCfnCisScanConfigurationProps- See Also:
-
getTargets
Description copied from interface:CfnCisScanConfigurationPropsThe CIS scan configuration's targets.Returns union: either
IResolvableorCfnCisScanConfiguration.CisTargetsProperty- Specified by:
getTargetsin interfaceCfnCisScanConfigurationProps- See Also:
-
getTags
Description copied from interface:CfnCisScanConfigurationPropsThe CIS scan configuration's tags.- Specified by:
getTagsin interfaceCfnCisScanConfigurationProps- 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()
-