Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.transit_router.RouteTableAssociations
Explore with Pulumi AI
Use this data source to query detailed information of transit router route table associations
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.transit_router.RouteTableAssociations({
    transitRouterAttachmentId: "tr-attach-im73ng3n5kao8gbssz2ddpuq",
    transitRouterRouteTableId: "tr-rtb-12b7qd3fmzf2817q7y2jkbd55",
});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.transit_router.route_table_associations(transit_router_attachment_id="tr-attach-im73ng3n5kao8gbssz2ddpuq",
    transit_router_route_table_id="tr-rtb-12b7qd3fmzf2817q7y2jkbd55")
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/transit_router"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := transit_router.RouteTableAssociations(ctx, &transit_router.RouteTableAssociationsArgs{
			TransitRouterAttachmentId: pulumi.StringRef("tr-attach-im73ng3n5kao8gbssz2ddpuq"),
			TransitRouterRouteTableId: "tr-rtb-12b7qd3fmzf2817q7y2jkbd55",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() => 
{
    var @default = Volcengine.Transit_router.RouteTableAssociations.Invoke(new()
    {
        TransitRouterAttachmentId = "tr-attach-im73ng3n5kao8gbssz2ddpuq",
        TransitRouterRouteTableId = "tr-rtb-12b7qd3fmzf2817q7y2jkbd55",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.transit_router.Transit_routerFunctions;
import com.pulumi.volcengine.transit_router.inputs.RouteTableAssociationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var default = Transit_routerFunctions.RouteTableAssociations(RouteTableAssociationsArgs.builder()
            .transitRouterAttachmentId("tr-attach-im73ng3n5kao8gbssz2ddpuq")
            .transitRouterRouteTableId("tr-rtb-12b7qd3fmzf2817q7y2jkbd55")
            .build());
    }
}
variables:
  default:
    fn::invoke:
      Function: volcengine:transit_router:RouteTableAssociations
      Arguments:
        transitRouterAttachmentId: tr-attach-im73ng3n5kao8gbssz2ddpuq
        transitRouterRouteTableId: tr-rtb-12b7qd3fmzf2817q7y2jkbd55
Using RouteTableAssociations
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 routeTableAssociations(args: RouteTableAssociationsArgs, opts?: InvokeOptions): Promise<RouteTableAssociationsResult>
function routeTableAssociationsOutput(args: RouteTableAssociationsOutputArgs, opts?: InvokeOptions): Output<RouteTableAssociationsResult>def route_table_associations(output_file: Optional[str] = None,
                             transit_router_attachment_id: Optional[str] = None,
                             transit_router_route_table_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> RouteTableAssociationsResult
def route_table_associations_output(output_file: Optional[pulumi.Input[str]] = None,
                             transit_router_attachment_id: Optional[pulumi.Input[str]] = None,
                             transit_router_route_table_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[RouteTableAssociationsResult]func RouteTableAssociations(ctx *Context, args *RouteTableAssociationsArgs, opts ...InvokeOption) (*RouteTableAssociationsResult, error)
func RouteTableAssociationsOutput(ctx *Context, args *RouteTableAssociationsOutputArgs, opts ...InvokeOption) RouteTableAssociationsResultOutputpublic static class RouteTableAssociations 
{
    public static Task<RouteTableAssociationsResult> InvokeAsync(RouteTableAssociationsArgs args, InvokeOptions? opts = null)
    public static Output<RouteTableAssociationsResult> Invoke(RouteTableAssociationsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<RouteTableAssociationsResult> routeTableAssociations(RouteTableAssociationsArgs args, InvokeOptions options)
public static Output<RouteTableAssociationsResult> routeTableAssociations(RouteTableAssociationsArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:transit_router:RouteTableAssociations
  arguments:
    # arguments dictionaryThe following arguments are supported:
- TransitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- OutputFile string
- File name where to save data source results.
- TransitRouter stringAttachment Id 
- The ID of the network instance connection.
- TransitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- OutputFile string
- File name where to save data source results.
- TransitRouter stringAttachment Id 
- The ID of the network instance connection.
- transitRouter StringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- outputFile String
- File name where to save data source results.
- transitRouter StringAttachment Id 
- The ID of the network instance connection.
- transitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- outputFile string
- File name where to save data source results.
- transitRouter stringAttachment Id 
- The ID of the network instance connection.
- transit_router_ strroute_ table_ id 
- The ID of the routing table associated with the transit router instance.
- output_file str
- File name where to save data source results.
- transit_router_ strattachment_ id 
- The ID of the network instance connection.
- transitRouter StringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- outputFile String
- File name where to save data source results.
- transitRouter StringAttachment Id 
- The ID of the network instance connection.
RouteTableAssociations Result
The following output properties are available:
- Associations
List<RouteTable Associations Association> 
- The list of route table associations.
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of data query.
- TransitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- OutputFile string
- TransitRouter stringAttachment Id 
- The ID of the network instance connection.
- Associations
[]RouteTable Associations Association 
- The list of route table associations.
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of data query.
- TransitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- OutputFile string
- TransitRouter stringAttachment Id 
- The ID of the network instance connection.
- associations
List<RouteTable Associations Association> 
- The list of route table associations.
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Integer
- The total count of data query.
- transitRouter StringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- outputFile String
- transitRouter StringAttachment Id 
- The ID of the network instance connection.
- associations
RouteTable Associations Association[] 
- The list of route table associations.
- id string
- The provider-assigned unique ID for this managed resource.
- totalCount number
- The total count of data query.
- transitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- outputFile string
- transitRouter stringAttachment Id 
- The ID of the network instance connection.
- associations
Sequence[RouteTable Associations Association] 
- The list of route table associations.
- id str
- The provider-assigned unique ID for this managed resource.
- total_count int
- The total count of data query.
- transit_router_ strroute_ table_ id 
- The ID of the routing table associated with the transit router instance.
- output_file str
- transit_router_ strattachment_ id 
- The ID of the network instance connection.
- associations List<Property Map>
- The list of route table associations.
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Number
- The total count of data query.
- transitRouter StringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- outputFile String
- transitRouter StringAttachment Id 
- The ID of the network instance connection.
Supporting Types
RouteTableAssociationsAssociation   
- Status string
- The status of the route table.
- TransitRouter stringAttachment Id 
- The ID of the network instance connection.
- TransitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- Status string
- The status of the route table.
- TransitRouter stringAttachment Id 
- The ID of the network instance connection.
- TransitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- status String
- The status of the route table.
- transitRouter StringAttachment Id 
- The ID of the network instance connection.
- transitRouter StringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- status string
- The status of the route table.
- transitRouter stringAttachment Id 
- The ID of the network instance connection.
- transitRouter stringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
- status str
- The status of the route table.
- transit_router_ strattachment_ id 
- The ID of the network instance connection.
- transit_router_ strroute_ table_ id 
- The ID of the routing table associated with the transit router instance.
- status String
- The status of the route table.
- transitRouter StringAttachment Id 
- The ID of the network instance connection.
- transitRouter StringRoute Table Id 
- The ID of the routing table associated with the transit router instance.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.