1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. odb
  5. OdbNetwork

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.odb.OdbNetwork

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    The AWS::ODB::OdbNetwork resource creates an ODB Network

    Create OdbNetwork Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new OdbNetwork(name: string, args?: OdbNetworkArgs, opts?: CustomResourceOptions);
    @overload
    def OdbNetwork(resource_name: str,
                   args: Optional[OdbNetworkArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def OdbNetwork(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   availability_zone: Optional[str] = None,
                   availability_zone_id: Optional[str] = None,
                   backup_subnet_cidr: Optional[str] = None,
                   client_subnet_cidr: Optional[str] = None,
                   default_dns_prefix: Optional[str] = None,
                   delete_associated_resources: Optional[bool] = None,
                   display_name: Optional[str] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewOdbNetwork(ctx *Context, name string, args *OdbNetworkArgs, opts ...ResourceOption) (*OdbNetwork, error)
    public OdbNetwork(string name, OdbNetworkArgs? args = null, CustomResourceOptions? opts = null)
    public OdbNetwork(String name, OdbNetworkArgs args)
    public OdbNetwork(String name, OdbNetworkArgs args, CustomResourceOptions options)
    
    type: aws-native:odb:OdbNetwork
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OdbNetworkArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    OdbNetwork Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The OdbNetwork resource accepts the following input properties:

    AvailabilityZone string
    The AWS Availability Zone (AZ) where the ODB network is located.
    AvailabilityZoneId string
    The AZ ID of the AZ where the ODB network is located.
    BackupSubnetCidr string
    The CIDR range of the backup subnet in the ODB network.
    ClientSubnetCidr string
    The CIDR range of the client subnet in the ODB network.
    DefaultDnsPrefix string
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    DeleteAssociatedResources bool
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    DisplayName string
    The user-friendly name of the ODB network.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to assign to the Odb Network.
    AvailabilityZone string
    The AWS Availability Zone (AZ) where the ODB network is located.
    AvailabilityZoneId string
    The AZ ID of the AZ where the ODB network is located.
    BackupSubnetCidr string
    The CIDR range of the backup subnet in the ODB network.
    ClientSubnetCidr string
    The CIDR range of the client subnet in the ODB network.
    DefaultDnsPrefix string
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    DeleteAssociatedResources bool
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    DisplayName string
    The user-friendly name of the ODB network.
    Tags TagArgs
    Tags to assign to the Odb Network.
    availabilityZone String
    The AWS Availability Zone (AZ) where the ODB network is located.
    availabilityZoneId String
    The AZ ID of the AZ where the ODB network is located.
    backupSubnetCidr String
    The CIDR range of the backup subnet in the ODB network.
    clientSubnetCidr String
    The CIDR range of the client subnet in the ODB network.
    defaultDnsPrefix String
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    deleteAssociatedResources Boolean
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    displayName String
    The user-friendly name of the ODB network.
    tags List<Tag>
    Tags to assign to the Odb Network.
    availabilityZone string
    The AWS Availability Zone (AZ) where the ODB network is located.
    availabilityZoneId string
    The AZ ID of the AZ where the ODB network is located.
    backupSubnetCidr string
    The CIDR range of the backup subnet in the ODB network.
    clientSubnetCidr string
    The CIDR range of the client subnet in the ODB network.
    defaultDnsPrefix string
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    deleteAssociatedResources boolean
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    displayName string
    The user-friendly name of the ODB network.
    tags Tag[]
    Tags to assign to the Odb Network.
    availability_zone str
    The AWS Availability Zone (AZ) where the ODB network is located.
    availability_zone_id str
    The AZ ID of the AZ where the ODB network is located.
    backup_subnet_cidr str
    The CIDR range of the backup subnet in the ODB network.
    client_subnet_cidr str
    The CIDR range of the client subnet in the ODB network.
    default_dns_prefix str
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    delete_associated_resources bool
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    display_name str
    The user-friendly name of the ODB network.
    tags Sequence[TagArgs]
    Tags to assign to the Odb Network.
    availabilityZone String
    The AWS Availability Zone (AZ) where the ODB network is located.
    availabilityZoneId String
    The AZ ID of the AZ where the ODB network is located.
    backupSubnetCidr String
    The CIDR range of the backup subnet in the ODB network.
    clientSubnetCidr String
    The CIDR range of the client subnet in the ODB network.
    defaultDnsPrefix String
    The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
    deleteAssociatedResources Boolean
    Specifies whether to delete associated OCI networking resources along with the ODB network.
    displayName String
    The user-friendly name of the ODB network.
    tags List<Property Map>
    Tags to assign to the Odb Network.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OdbNetwork resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    OciNetworkAnchorId string
    The unique identifier of the OCI network anchor for the ODB network.
    OciResourceAnchorName string
    The name of the OCI resource anchor that's associated with the ODB network.
    OciVcnUrl string
    The URL for the VCN that's associated with the ODB network.
    OdbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    OdbNetworkId string
    The unique identifier of the ODB network.
    Id string
    The provider-assigned unique ID for this managed resource.
    OciNetworkAnchorId string
    The unique identifier of the OCI network anchor for the ODB network.
    OciResourceAnchorName string
    The name of the OCI resource anchor that's associated with the ODB network.
    OciVcnUrl string
    The URL for the VCN that's associated with the ODB network.
    OdbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    OdbNetworkId string
    The unique identifier of the ODB network.
    id String
    The provider-assigned unique ID for this managed resource.
    ociNetworkAnchorId String
    The unique identifier of the OCI network anchor for the ODB network.
    ociResourceAnchorName String
    The name of the OCI resource anchor that's associated with the ODB network.
    ociVcnUrl String
    The URL for the VCN that's associated with the ODB network.
    odbNetworkArn String
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkId String
    The unique identifier of the ODB network.
    id string
    The provider-assigned unique ID for this managed resource.
    ociNetworkAnchorId string
    The unique identifier of the OCI network anchor for the ODB network.
    ociResourceAnchorName string
    The name of the OCI resource anchor that's associated with the ODB network.
    ociVcnUrl string
    The URL for the VCN that's associated with the ODB network.
    odbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkId string
    The unique identifier of the ODB network.
    id str
    The provider-assigned unique ID for this managed resource.
    oci_network_anchor_id str
    The unique identifier of the OCI network anchor for the ODB network.
    oci_resource_anchor_name str
    The name of the OCI resource anchor that's associated with the ODB network.
    oci_vcn_url str
    The URL for the VCN that's associated with the ODB network.
    odb_network_arn str
    The Amazon Resource Name (ARN) of the ODB network.
    odb_network_id str
    The unique identifier of the ODB network.
    id String
    The provider-assigned unique ID for this managed resource.
    ociNetworkAnchorId String
    The unique identifier of the OCI network anchor for the ODB network.
    ociResourceAnchorName String
    The name of the OCI resource anchor that's associated with the ODB network.
    ociVcnUrl String
    The URL for the VCN that's associated with the ODB network.
    odbNetworkArn String
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkId String
    The unique identifier of the ODB network.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi