Class CfnConnector.AzureProviderConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityhub.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.securityhub.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 StringThe ARN of the multi-cloud configuration connector used to establish the connection to Azure.The list of Azure regions to monitor.final ObjectThe scope configuration for an Azure connector, defining the tenant or subscription scope.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 multi-cloud configuration connector used to establish the connection to Azure.- Specified by:
getAwsConfigConnectorArnin interfaceCfnConnector.AzureProviderConfigurationProperty- See Also:
-
getAzureRegions
Description copied from interface:CfnConnector.AzureProviderConfigurationPropertyThe list of Azure regions to monitor.- Specified by:
getAzureRegionsin interfaceCfnConnector.AzureProviderConfigurationProperty- See Also:
-
getScopeConfiguration
Description copied from interface:CfnConnector.AzureProviderConfigurationPropertyThe scope configuration for an Azure connector, defining the tenant or subscription scope.Returns union: either
IResolvableorCfnConnector.AzureScopeConfigurationProperty- Specified by:
getScopeConfigurationin 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()
-