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
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-16T11:43:19.107Z")
@Stability(Stable)
public class CfnOdbNetwork
extends CfnResource
implements IInspectable, 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") .defaultDnsPrefix("defaultDnsPrefix") .deleteAssociatedResources(false) .displayName("displayName") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnOdbNetwork
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnOdbNetwork
(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 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 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.getTags()
Tags to assign to the Odb Network.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setAvailabilityZone
(String value) The Availability Zone (AZ) where the ODB network is located.void
setAvailabilityZoneId
(String value) The AZ ID of the AZ where the ODB network is located.void
setBackupSubnetCidr
(String value) The CIDR range of the backup subnet in the ODB network.void
setClientSubnetCidr
(String value) The CIDR range of the client subnet in the ODB network.void
setDefaultDnsPrefix
(String value) The DNS prefix to the default DNS domain name.void
Specifies whether to delete associated OCI networking resources along with the ODB network.void
Specifies whether to delete associated OCI networking resources along with the ODB network.void
setDisplayName
(String value) The user-friendly name of the ODB network.void
Tags to assign to 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, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
inspect
in 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:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
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:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
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. -
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. -
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. -
getTags
Tags to assign to the Odb Network. -
setTags
Tags to assign to the Odb Network.
-