Class CfnConnectorPropsMixin.AzureProviderConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.inspectorv2.CfnConnectorPropsMixin.AzureProviderConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorPropsMixin.AzureProviderConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorPropsMixin.AzureProviderConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorPropsMixin.AzureProviderConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorPropsMixin.AzureProviderConfigurationProperty
An implementation for
CfnConnectorPropsMixin.AzureProviderConfigurationProperty-
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.cfnpropertymixins.services.inspectorv2.CfnConnectorPropsMixin.AzureProviderConfigurationProperty
CfnConnectorPropsMixin.AzureProviderConfigurationProperty.Builder, CfnConnectorPropsMixin.AzureProviderConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorPropsMixin.AzureProviderConfigurationProperty.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 ObjectWhether to automatically install the VM scanner.final StringThe ARN of the AWS Config connector used for Azure resource discovery.List of Azure regions to scan.final ObjectDefines which resource types to scan and at what scope level.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 theCfnConnectorPropsMixin.AzureProviderConfigurationProperty.Builder.
-
-
Method Details
-
getAutoInstallVmScanner
Description copied from interface:CfnConnectorPropsMixin.AzureProviderConfigurationPropertyWhether to automatically install the VM scanner.Defaults to true.
Returns union: either
BooleanorIResolvableDefault: - true
- Specified by:
getAutoInstallVmScannerin interfaceCfnConnectorPropsMixin.AzureProviderConfigurationProperty- See Also:
-
getAwsConfigConnectorArn
Description copied from interface:CfnConnectorPropsMixin.AzureProviderConfigurationPropertyThe ARN of the AWS Config connector used for Azure resource discovery.- Specified by:
getAwsConfigConnectorArnin interfaceCfnConnectorPropsMixin.AzureProviderConfigurationProperty- See Also:
-
getAzureRegions
Description copied from interface:CfnConnectorPropsMixin.AzureProviderConfigurationPropertyList of Azure regions to scan.- Specified by:
getAzureRegionsin interfaceCfnConnectorPropsMixin.AzureProviderConfigurationProperty- See Also:
-
getScopeConfiguration
Description copied from interface:CfnConnectorPropsMixin.AzureProviderConfigurationPropertyDefines which resource types to scan and at what scope level.Returns union: either
IResolvableorCfnConnectorPropsMixin.AzureScopeConfigurationMapProperty- Specified by:
getScopeConfigurationin interfaceCfnConnectorPropsMixin.AzureProviderConfigurationProperty- 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()
-