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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.odb.CfnOdbNetwork.ManagedServicesProperty
CfnOdbNetwork.ManagedServicesProperty.Builder, CfnOdbNetwork.ManagedServicesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOdbNetwork.ManagedServicesProperty.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 ObjectThe managed Amazon S3 backup access configuration.The IPv4 CIDR blocks for the managed services.final StringThe Amazon Resource Name (ARN) of the resource gateway.final ObjectThe Amazon S3 access configuration.final StringThe Amazon Resource Name (ARN) of the service network.final ObjectThe service network endpoint configuration.final ObjectThe Zero-ETL access configuration.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 theCfnOdbNetwork.ManagedServicesProperty.Builder.
-
-
Method Details
-
getManagedS3BackupAccess
Description copied from interface:CfnOdbNetwork.ManagedServicesPropertyThe managed Amazon S3 backup access configuration.Returns union: either
IResolvableorCfnOdbNetwork.ManagedS3BackupAccessProperty- Specified by:
getManagedS3BackupAccessin interfaceCfnOdbNetwork.ManagedServicesProperty- See Also:
-
getManagedServicesIpv4Cidrs
Description copied from interface:CfnOdbNetwork.ManagedServicesPropertyThe IPv4 CIDR blocks for the managed services.- Specified by:
getManagedServicesIpv4Cidrsin interfaceCfnOdbNetwork.ManagedServicesProperty- See Also:
-
getResourceGatewayArn
Description copied from interface:CfnOdbNetwork.ManagedServicesPropertyThe Amazon Resource Name (ARN) of the resource gateway.- Specified by:
getResourceGatewayArnin interfaceCfnOdbNetwork.ManagedServicesProperty- See Also:
-
getS3Access
Description copied from interface:CfnOdbNetwork.ManagedServicesPropertyThe Amazon S3 access configuration.Returns union: either
IResolvableorCfnOdbNetwork.S3AccessProperty- Specified by:
getS3Accessin interfaceCfnOdbNetwork.ManagedServicesProperty- See Also:
-
getServiceNetworkArn
Description copied from interface:CfnOdbNetwork.ManagedServicesPropertyThe Amazon Resource Name (ARN) of the service network.- Specified by:
getServiceNetworkArnin interfaceCfnOdbNetwork.ManagedServicesProperty- See Also:
-
getServiceNetworkEndpoint
Description copied from interface:CfnOdbNetwork.ManagedServicesPropertyThe service network endpoint configuration.Returns union: either
IResolvableorCfnOdbNetwork.ServiceNetworkEndpointProperty- Specified by:
getServiceNetworkEndpointin interfaceCfnOdbNetwork.ManagedServicesProperty- See Also:
-
getZeroEtlAccess
Description copied from interface:CfnOdbNetwork.ManagedServicesPropertyThe Zero-ETL access configuration.Returns union: either
IResolvableorCfnOdbNetwork.ZeroEtlAccessProperty- Specified by:
getZeroEtlAccessin interfaceCfnOdbNetwork.ManagedServicesProperty- 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()
-