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