We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.odb.getOdbPeeringConnection
Start a Neo task
Explain and create an aws-native.odb.getOdbPeeringConnection resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::ODB::OdbPeeringConnection.
Using getOdbPeeringConnection
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 getOdbPeeringConnection(args: GetOdbPeeringConnectionArgs, opts?: InvokeOptions): Promise<GetOdbPeeringConnectionResult>
function getOdbPeeringConnectionOutput(args: GetOdbPeeringConnectionOutputArgs, opts?: InvokeOptions): Output<GetOdbPeeringConnectionResult>def get_odb_peering_connection(odb_peering_connection_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOdbPeeringConnectionResult
def get_odb_peering_connection_output(odb_peering_connection_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOdbPeeringConnectionResult]func LookupOdbPeeringConnection(ctx *Context, args *LookupOdbPeeringConnectionArgs, opts ...InvokeOption) (*LookupOdbPeeringConnectionResult, error)
func LookupOdbPeeringConnectionOutput(ctx *Context, args *LookupOdbPeeringConnectionOutputArgs, opts ...InvokeOption) LookupOdbPeeringConnectionResultOutput> Note: This function is named LookupOdbPeeringConnection in the Go SDK.
public static class GetOdbPeeringConnection
{
public static Task<GetOdbPeeringConnectionResult> InvokeAsync(GetOdbPeeringConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetOdbPeeringConnectionResult> Invoke(GetOdbPeeringConnectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOdbPeeringConnectionResult> getOdbPeeringConnection(GetOdbPeeringConnectionArgs args, InvokeOptions options)
public static Output<GetOdbPeeringConnectionResult> getOdbPeeringConnection(GetOdbPeeringConnectionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:odb:getOdbPeeringConnection
arguments:
# arguments dictionaryThe following arguments are supported:
- Odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- Odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering StringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb_
peering_ strconnection_ arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering StringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
getOdbPeeringConnection Result
The following output properties are available:
- Odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- Odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- Odb
Peering stringConnection Id - The unique identifier of the ODB peering connection.
- Peer
Network stringArn - The Amazon Resource Name (ARN) of the peer network.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags to assign to the Odb peering connection.
- Odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- Odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- Odb
Peering stringConnection Id - The unique identifier of the ODB peering connection.
- Peer
Network stringArn - The Amazon Resource Name (ARN) of the peer network.
- Tag
- Tags to assign to the Odb peering connection.
- odb
Network StringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Peering StringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering StringConnection Id - The unique identifier of the ODB peering connection.
- peer
Network StringArn - The Amazon Resource Name (ARN) of the peer network.
- List<Tag>
- Tags to assign to the Odb peering connection.
- odb
Network stringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Peering stringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering stringConnection Id - The unique identifier of the ODB peering connection.
- peer
Network stringArn - The Amazon Resource Name (ARN) of the peer network.
- Tag[]
- Tags to assign to the Odb peering connection.
- odb_
network_ strarn - The Amazon Resource Name (ARN) of the ODB network.
- odb_
peering_ strconnection_ arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb_
peering_ strconnection_ id - The unique identifier of the ODB peering connection.
- peer_
network_ strarn - The Amazon Resource Name (ARN) of the peer network.
- Sequence[root_Tag]
- Tags to assign to the Odb peering connection.
- odb
Network StringArn - The Amazon Resource Name (ARN) of the ODB network.
- odb
Peering StringConnection Arn - The Amazon Resource Name (ARN) of the ODB peering connection.
- odb
Peering StringConnection Id - The unique identifier of the ODB peering connection.
- peer
Network StringArn - The Amazon Resource Name (ARN) of the peer network.
- List<Property Map>
- Tags to assign to the Odb peering connection.
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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
