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
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:
- Odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- Odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Network StringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb_
network_ strarn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Network StringArn - The Amazon Resource Name (ARN) of the ODB network.
getOdbNetwork Result
The following output properties are available:
- Oci
Network stringAnchor Id - The unique identifier of the OCI network anchor for the ODB network.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor that's associated with the ODB network.
- Oci
Vcn stringUrl - The URL for the VCN that's associated with the ODB network.
- Odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- Odb
Network stringId - The unique identifier of the ODB network.
- List<Pulumi.
Aws Native. Outputs. Tag> - Tags to assign to the Odb Network.
- Oci
Network stringAnchor Id - The unique identifier of the OCI network anchor for the ODB network.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor that's associated with the ODB network.
- Oci
Vcn stringUrl - The URL for the VCN that's associated with the ODB network.
- Odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- Odb
Network stringId - The unique identifier of the ODB network.
- Tag
- Tags to assign to the Odb Network.
- oci
Network StringAnchor Id - The unique identifier of the OCI network anchor for the ODB network.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor that's associated with the ODB network.
- oci
Vcn StringUrl - The URL for the VCN that's associated with the ODB network.
- odb
Network StringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Network StringId - The unique identifier of the ODB network.
- List<Tag>
- Tags to assign to the Odb Network.
- oci
Network stringAnchor Id - The unique identifier of the OCI network anchor for the ODB network.
- oci
Resource stringAnchor Name - The name of the OCI resource anchor that's associated with the ODB network.
- oci
Vcn stringUrl - The URL for the VCN that's associated with the ODB network.
- odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Network stringId - The unique identifier of the ODB network.
- Tag[]
- Tags to assign to the Odb Network.
- oci_
network_ stranchor_ id - The unique identifier of the OCI network anchor for the ODB network.
- oci_
resource_ stranchor_ name - The name of the OCI resource anchor that's associated with the ODB network.
- oci_
vcn_ strurl - The URL for the VCN that's associated with the ODB network.
- odb_
network_ strarn - The Amazon Resource Name (ARN) of the ODB network.
- odb_
network_ strid - The unique identifier of the ODB network.
- Sequence[root_Tag]
- Tags to assign to the Odb Network.
- oci
Network StringAnchor Id - The unique identifier of the OCI network anchor for the ODB network.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor that's associated with the ODB network.
- oci
Vcn StringUrl - The URL for the VCN that's associated with the ODB network.
- odb
Network StringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Network StringId - The unique identifier of the ODB network.
- List<Property Map>
- Tags to assign to the Odb Network.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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