Class CfnOdbNetwork
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.odb.CfnOdbNetwork
- All Implemented Interfaces:
IInspectable,ITaggableV2,IOdbNetworkRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:44.174Z")
@Stability(Stable)
public class CfnOdbNetwork
extends CfnResource
implements IInspectable, IOdbNetworkRef, ITaggableV2
The
AWS::ODB::OdbNetwork resource creates an ODB network.
An ODB network provides the networking foundation for Oracle Database resources.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.odb.*;
CfnOdbNetwork cfnOdbNetwork = CfnOdbNetwork.Builder.create(this, "MyCfnOdbNetwork")
.availabilityZone("availabilityZone")
.availabilityZoneId("availabilityZoneId")
.backupSubnetCidr("backupSubnetCidr")
.clientSubnetCidr("clientSubnetCidr")
.customDomainName("customDomainName")
.defaultDnsPrefix("defaultDnsPrefix")
.deleteAssociatedResources(false)
.displayName("displayName")
.s3Access("s3Access")
.s3PolicyDocument("s3PolicyDocument")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.zeroEtlAccess("zeroEtlAccess")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnOdbNetwork.static interfaceThe configuration for managed Amazon S3 backup access from the ODB network.static interfaceThe managed services configuration for the ODB network.static interfaceThe configuration for Amazon S3 access from the ODB network.static interfaceThe configuration for a service network endpoint.static interfaceThe configuration for Zero-ETL access from the ODB network.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.odb.IOdbNetworkRef
IOdbNetworkRef.Jsii$Default, IOdbNetworkRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnOdbNetwork(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnOdbNetwork(software.amazon.jsii.JsiiObjectRef objRef) CfnOdbNetwork(software.constructs.Construct scope, String id) CfnOdbNetwork(software.constructs.Construct scope, String id, CfnOdbNetworkProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe managed services configuration for the ODB network.The unique identifier of the OCI network anchor for the ODB network.The name of the OCI resource anchor that's associated with the ODB network.The URL for the VCN that's associated with the ODB network.The Amazon Resource Name (ARN) of the ODB network.The unique identifier of the ODB network.The Availability Zone (AZ) where the ODB network is located.The AZ ID of the AZ where the ODB network is located.The CIDR range of the backup subnet in the ODB network.Tag Manager which manages the tags for this resource.The CIDR range of the client subnet in the ODB network.The domain name for the resources in the ODB network.The DNS prefix to the default DNS domain name.Specifies whether to delete associated OCI networking resources along with the ODB network.The user-friendly name of the ODB network.A reference to a OdbNetwork resource.The configuration for Amazon S3 access from the ODB network.Specifies the endpoint policy for Amazon S3 access from the ODB network.getTags()Tags to assign to the Odb Network.The configuration for Zero-ETL access from the ODB network.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAvailabilityZone(String value) The Availability Zone (AZ) where the ODB network is located.voidsetAvailabilityZoneId(String value) The AZ ID of the AZ where the ODB network is located.voidsetBackupSubnetCidr(String value) The CIDR range of the backup subnet in the ODB network.voidsetClientSubnetCidr(String value) The CIDR range of the client subnet in the ODB network.voidsetCustomDomainName(String value) The domain name for the resources in the ODB network.voidsetDefaultDnsPrefix(String value) The DNS prefix to the default DNS domain name.voidSpecifies whether to delete associated OCI networking resources along with the ODB network.voidSpecifies whether to delete associated OCI networking resources along with the ODB network.voidsetDisplayName(String value) The user-friendly name of the ODB network.voidsetS3Access(String value) The configuration for Amazon S3 access from the ODB network.voidsetS3PolicyDocument(String value) Specifies the endpoint policy for Amazon S3 access from the ODB network.voidTags to assign to the Odb Network.voidsetZeroEtlAccess(String value) The configuration for Zero-ETL access from the ODB network.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnOdbNetwork
protected CfnOdbNetwork(software.amazon.jsii.JsiiObjectRef objRef) -
CfnOdbNetwork
protected CfnOdbNetwork(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnOdbNetwork
@Stability(Stable) public CfnOdbNetwork(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnOdbNetworkProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnOdbNetwork
@Stability(Stable) public CfnOdbNetwork(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrManagedServices
The managed services configuration for the ODB network. -
getAttrOciNetworkAnchorId
The unique identifier of the OCI network anchor for the ODB network. -
getAttrOciResourceAnchorName
The name of the OCI resource anchor that's associated with the ODB network. -
getAttrOciVcnUrl
The URL for the VCN that's associated with the ODB network. -
getAttrOdbNetworkArn
The Amazon Resource Name (ARN) of the ODB network. -
getAttrOdbNetworkId
The unique identifier of the ODB network. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getOdbNetworkRef
A reference to a OdbNetwork resource.- Specified by:
getOdbNetworkRefin interfaceIOdbNetworkRef
-
getAvailabilityZone
The Availability Zone (AZ) where the ODB network is located. -
setAvailabilityZone
The Availability Zone (AZ) where the ODB network is located. -
getAvailabilityZoneId
The AZ ID of the AZ where the ODB network is located. -
setAvailabilityZoneId
The AZ ID of the AZ where the ODB network is located. -
getBackupSubnetCidr
The CIDR range of the backup subnet in the ODB network. -
setBackupSubnetCidr
The CIDR range of the backup subnet in the ODB network. -
getClientSubnetCidr
The CIDR range of the client subnet in the ODB network. -
setClientSubnetCidr
The CIDR range of the client subnet in the ODB network. -
getCustomDomainName
The domain name for the resources in the ODB network. -
setCustomDomainName
The domain name for the resources in the ODB network. -
getDefaultDnsPrefix
The DNS prefix to the default DNS domain name. -
setDefaultDnsPrefix
The DNS prefix to the default DNS domain name. -
getDeleteAssociatedResources
Specifies whether to delete associated OCI networking resources along with the ODB network.Returns union: either
BooleanorIResolvable -
setDeleteAssociatedResources
Specifies whether to delete associated OCI networking resources along with the ODB network. -
setDeleteAssociatedResources
Specifies whether to delete associated OCI networking resources along with the ODB network. -
getDisplayName
The user-friendly name of the ODB network. -
setDisplayName
The user-friendly name of the ODB network. -
getS3Access
The configuration for Amazon S3 access from the ODB network. -
setS3Access
The configuration for Amazon S3 access from the ODB network. -
getS3PolicyDocument
Specifies the endpoint policy for Amazon S3 access from the ODB network. -
setS3PolicyDocument
Specifies the endpoint policy for Amazon S3 access from the ODB network. -
getTags
Tags to assign to the Odb Network. -
setTags
Tags to assign to the Odb Network. -
getZeroEtlAccess
The configuration for Zero-ETL access from the ODB network. -
setZeroEtlAccess
The configuration for Zero-ETL access from the ODB network.
-