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

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.getOdbNetwork

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

    Using getOdbNetwork

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getOdbNetwork(args: GetOdbNetworkArgs, opts?: InvokeOptions): Promise<GetOdbNetworkResult>
    function getOdbNetworkOutput(args: GetOdbNetworkOutputArgs, opts?: InvokeOptions): Output<GetOdbNetworkResult>
    def get_odb_network(odb_network_arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetOdbNetworkResult
    def get_odb_network_output(odb_network_arn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetOdbNetworkResult]
    func LookupOdbNetwork(ctx *Context, args *LookupOdbNetworkArgs, opts ...InvokeOption) (*LookupOdbNetworkResult, error)
    func LookupOdbNetworkOutput(ctx *Context, args *LookupOdbNetworkOutputArgs, opts ...InvokeOption) LookupOdbNetworkResultOutput

    > Note: This function is named LookupOdbNetwork in the Go SDK.

    public static class GetOdbNetwork 
    {
        public static Task<GetOdbNetworkResult> InvokeAsync(GetOdbNetworkArgs args, InvokeOptions? opts = null)
        public static Output<GetOdbNetworkResult> Invoke(GetOdbNetworkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOdbNetworkResult> getOdbNetwork(GetOdbNetworkArgs args, InvokeOptions options)
    public static Output<GetOdbNetworkResult> getOdbNetwork(GetOdbNetworkArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:odb:getOdbNetwork
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OdbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    OdbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkArn String
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkArn string
    The Amazon Resource Name (ARN) of the ODB network.
    odb_network_arn str
    The Amazon Resource Name (ARN) of the ODB network.
    odbNetworkArn String
    The Amazon Resource Name (ARN) of the ODB network.

    getOdbNetwork Result

    The following output properties are available:

    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.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags to assign to the Odb Network.
    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.
    Tags Tag
    Tags to assign to the Odb Network.
    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.
    tags List<Tag>
    Tags to assign to the Odb Network.
    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.
    tags Tag[]
    Tags to assign to the Odb Network.
    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.
    tags Sequence[root_Tag]
    Tags to assign to the Odb Network.
    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.
    tags List<Property Map>
    Tags to assign to the Odb Network.

    Supporting Types

    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 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