Class CfnOdbNetwork.ManagedServicesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.odb.CfnOdbNetwork.ManagedServicesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOdbNetwork.ManagedServicesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOdbNetwork.ManagedServicesProperty
@Stability(Stable)
@Internal
public static final class CfnOdbNetwork.ManagedServicesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOdbNetwork.ManagedServicesProperty
An implementation for
CfnOdbNetwork.ManagedServicesProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.odb.CfnOdbNetwork.ManagedServicesProperty
CfnOdbNetwork.ManagedServicesProperty.Builder, CfnOdbNetwork.ManagedServicesProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOdbNetwork.ManagedServicesProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The managed Amazon S3 backup access configuration.The IPv4 CIDR blocks for the managed services.final String
The Amazon Resource Name (ARN) of the resource gateway.final Object
The Amazon S3 access configuration.final String
The Amazon Resource Name (ARN) of the service network.final Object
The service network endpoint configuration.final Object
The Zero-ETL access configuration.final int
hashCode()
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 theCfnOdbNetwork.ManagedServicesProperty.Builder
.
-
-
Method Details
-
getManagedS3BackupAccess
Description copied from interface:CfnOdbNetwork.ManagedServicesProperty
The managed Amazon S3 backup access configuration.- Specified by:
getManagedS3BackupAccess
in interfaceCfnOdbNetwork.ManagedServicesProperty
- See Also:
-
getManagedServicesIpv4Cidrs
Description copied from interface:CfnOdbNetwork.ManagedServicesProperty
The IPv4 CIDR blocks for the managed services.- Specified by:
getManagedServicesIpv4Cidrs
in interfaceCfnOdbNetwork.ManagedServicesProperty
- See Also:
-
getResourceGatewayArn
Description copied from interface:CfnOdbNetwork.ManagedServicesProperty
The Amazon Resource Name (ARN) of the resource gateway.- Specified by:
getResourceGatewayArn
in interfaceCfnOdbNetwork.ManagedServicesProperty
- See Also:
-
getS3Access
Description copied from interface:CfnOdbNetwork.ManagedServicesProperty
The Amazon S3 access configuration.- Specified by:
getS3Access
in interfaceCfnOdbNetwork.ManagedServicesProperty
- See Also:
-
getServiceNetworkArn
Description copied from interface:CfnOdbNetwork.ManagedServicesProperty
The Amazon Resource Name (ARN) of the service network.- Specified by:
getServiceNetworkArn
in interfaceCfnOdbNetwork.ManagedServicesProperty
- See Also:
-
getServiceNetworkEndpoint
Description copied from interface:CfnOdbNetwork.ManagedServicesProperty
The service network endpoint configuration.- Specified by:
getServiceNetworkEndpoint
in interfaceCfnOdbNetwork.ManagedServicesProperty
- See Also:
-
getZeroEtlAccess
Description copied from interface:CfnOdbNetwork.ManagedServicesProperty
The Zero-ETL access configuration.- Specified by:
getZeroEtlAccess
in interfaceCfnOdbNetwork.ManagedServicesProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-