1. Packages
  2. Volcengine
  3. API Docs
  4. transit_router
  5. VpcAttachments
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

volcengine.transit_router.VpcAttachments

Explore with Pulumi AI

Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine

Use this data source to query detailed information of transit router vpc attachments

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";

const default = volcengine.transit_router.VpcAttachments({
    transitRouterAttachmentIds: ["tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt"],
    transitRouterId: "tr-2d6fr7f39unsw58ozfe1ow21x",
});
Copy
import pulumi
import pulumi_volcengine as volcengine

default = volcengine.transit_router.vpc_attachments(transit_router_attachment_ids=["tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt"],
    transit_router_id="tr-2d6fr7f39unsw58ozfe1ow21x")
Copy
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.VpcAttachments(ctx, &transit_router.VpcAttachmentsArgs{
			TransitRouterAttachmentIds: []string{
				"tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt",
			},
			TransitRouterId: "tr-2d6fr7f39unsw58ozfe1ow21x",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;

return await Deployment.RunAsync(() => 
{
    var @default = Volcengine.Transit_router.VpcAttachments.Invoke(new()
    {
        TransitRouterAttachmentIds = new[]
        {
            "tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt",
        },
        TransitRouterId = "tr-2d6fr7f39unsw58ozfe1ow21x",
    });

});
Copy
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_vpcAttachments.inputs.VpcAttachmentsArgs;
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.VpcAttachments(VpcAttachmentsArgs.builder()
            .transitRouterAttachmentIds("tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt")
            .transitRouterId("tr-2d6fr7f39unsw58ozfe1ow21x")
            .build());

    }
}
Copy
variables:
  default:
    fn::invoke:
      Function: volcengine:transit_router:VpcAttachments
      Arguments:
        transitRouterAttachmentIds:
          - tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt
        transitRouterId: tr-2d6fr7f39unsw58ozfe1ow21x
Copy

Using VpcAttachments

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 vpcAttachments(args: VpcAttachmentsArgs, opts?: InvokeOptions): Promise<VpcAttachmentsResult>
function vpcAttachmentsOutput(args: VpcAttachmentsOutputArgs, opts?: InvokeOptions): Output<VpcAttachmentsResult>
Copy
def vpc_attachments(output_file: Optional[str] = None,
                    tags: Optional[Sequence[VpcAttachmentsTag]] = None,
                    transit_router_attachment_ids: Optional[Sequence[str]] = None,
                    transit_router_id: Optional[str] = None,
                    vpc_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> VpcAttachmentsResult
def vpc_attachments_output(output_file: Optional[pulumi.Input[str]] = None,
                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[VpcAttachmentsTagArgs]]]] = None,
                    transit_router_attachment_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    transit_router_id: Optional[pulumi.Input[str]] = None,
                    vpc_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[VpcAttachmentsResult]
Copy
func VpcAttachments(ctx *Context, args *VpcAttachmentsArgs, opts ...InvokeOption) (*VpcAttachmentsResult, error)
func VpcAttachmentsOutput(ctx *Context, args *VpcAttachmentsOutputArgs, opts ...InvokeOption) VpcAttachmentsResultOutput
Copy
public static class VpcAttachments 
{
    public static Task<VpcAttachmentsResult> InvokeAsync(VpcAttachmentsArgs args, InvokeOptions? opts = null)
    public static Output<VpcAttachmentsResult> Invoke(VpcAttachmentsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<VpcAttachmentsResult> vpcAttachments(VpcAttachmentsArgs args, InvokeOptions options)
public static Output<VpcAttachmentsResult> vpcAttachments(VpcAttachmentsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: volcengine:transit_router:VpcAttachments
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

TransitRouterId This property is required. string
The id of transit router.
OutputFile string
File name where to save data source results.
Tags List<VpcAttachmentsTag>
Tags.
TransitRouterAttachmentIds List<string>
A list of Transit Router Attachment ids.
VpcId string
The id of vpc.
TransitRouterId This property is required. string
The id of transit router.
OutputFile string
File name where to save data source results.
Tags []VpcAttachmentsTag
Tags.
TransitRouterAttachmentIds []string
A list of Transit Router Attachment ids.
VpcId string
The id of vpc.
transitRouterId This property is required. String
The id of transit router.
outputFile String
File name where to save data source results.
tags List<VpcAttachmentsTag>
Tags.
transitRouterAttachmentIds List<String>
A list of Transit Router Attachment ids.
vpcId String
The id of vpc.
transitRouterId This property is required. string
The id of transit router.
outputFile string
File name where to save data source results.
tags VpcAttachmentsTag[]
Tags.
transitRouterAttachmentIds string[]
A list of Transit Router Attachment ids.
vpcId string
The id of vpc.
transit_router_id This property is required. str
The id of transit router.
output_file str
File name where to save data source results.
tags Sequence[VpcAttachmentsTag]
Tags.
transit_router_attachment_ids Sequence[str]
A list of Transit Router Attachment ids.
vpc_id str
The id of vpc.
transitRouterId This property is required. String
The id of transit router.
outputFile String
File name where to save data source results.
tags List<Property Map>
Tags.
transitRouterAttachmentIds List<String>
A list of Transit Router Attachment ids.
vpcId String
The id of vpc.

VpcAttachments Result

The following output properties are available:

Attachments List<VpcAttachmentsAttachment>
The collection of query.
Id string
The provider-assigned unique ID for this managed resource.
TotalCount int
The total count of query.
TransitRouterId string
The id of the transit router.
OutputFile string
Tags List<VpcAttachmentsTag>
Tags.
TransitRouterAttachmentIds List<string>
VpcId string
The ID of vpc.
Attachments []VpcAttachmentsAttachment
The collection of query.
Id string
The provider-assigned unique ID for this managed resource.
TotalCount int
The total count of query.
TransitRouterId string
The id of the transit router.
OutputFile string
Tags []VpcAttachmentsTag
Tags.
TransitRouterAttachmentIds []string
VpcId string
The ID of vpc.
attachments List<VpcAttachmentsAttachment>
The collection of query.
id String
The provider-assigned unique ID for this managed resource.
totalCount Integer
The total count of query.
transitRouterId String
The id of the transit router.
outputFile String
tags List<VpcAttachmentsTag>
Tags.
transitRouterAttachmentIds List<String>
vpcId String
The ID of vpc.
attachments VpcAttachmentsAttachment[]
The collection of query.
id string
The provider-assigned unique ID for this managed resource.
totalCount number
The total count of query.
transitRouterId string
The id of the transit router.
outputFile string
tags VpcAttachmentsTag[]
Tags.
transitRouterAttachmentIds string[]
vpcId string
The ID of vpc.
attachments Sequence[VpcAttachmentsAttachment]
The collection of query.
id str
The provider-assigned unique ID for this managed resource.
total_count int
The total count of query.
transit_router_id str
The id of the transit router.
output_file str
tags Sequence[VpcAttachmentsTag]
Tags.
transit_router_attachment_ids Sequence[str]
vpc_id str
The ID of vpc.
attachments List<Property Map>
The collection of query.
id String
The provider-assigned unique ID for this managed resource.
totalCount Number
The total count of query.
transitRouterId String
The id of the transit router.
outputFile String
tags List<Property Map>
Tags.
transitRouterAttachmentIds List<String>
vpcId String
The ID of vpc.

Supporting Types

VpcAttachmentsAttachment

AttachPoints This property is required. List<VpcAttachmentsAttachmentAttachPoint>
The collection of attach points.
AutoPublishRouteEnabled This property is required. bool
Whether to auto publish route of the transit router to vpc instance.
CreationTime This property is required. string
The create time.
Description This property is required. string
The description info.
Status This property is required. string
The status of the transit router.
Tags This property is required. List<VpcAttachmentsAttachmentTag>
Tags.
TransitRouterAttachmentId This property is required. string
The id of the transit router attachment.
TransitRouterAttachmentName This property is required. string
The name of the transit router attachment.
TransitRouterId This property is required. string
The id of transit router.
UpdateTime This property is required. string
The update time.
VpcId This property is required. string
The id of vpc.
AttachPoints This property is required. []VpcAttachmentsAttachmentAttachPoint
The collection of attach points.
AutoPublishRouteEnabled This property is required. bool
Whether to auto publish route of the transit router to vpc instance.
CreationTime This property is required. string
The create time.
Description This property is required. string
The description info.
Status This property is required. string
The status of the transit router.
Tags This property is required. []VpcAttachmentsAttachmentTag
Tags.
TransitRouterAttachmentId This property is required. string
The id of the transit router attachment.
TransitRouterAttachmentName This property is required. string
The name of the transit router attachment.
TransitRouterId This property is required. string
The id of transit router.
UpdateTime This property is required. string
The update time.
VpcId This property is required. string
The id of vpc.
attachPoints This property is required. List<VpcAttachmentsAttachmentAttachPoint>
The collection of attach points.
autoPublishRouteEnabled This property is required. Boolean
Whether to auto publish route of the transit router to vpc instance.
creationTime This property is required. String
The create time.
description This property is required. String
The description info.
status This property is required. String
The status of the transit router.
tags This property is required. List<VpcAttachmentsAttachmentTag>
Tags.
transitRouterAttachmentId This property is required. String
The id of the transit router attachment.
transitRouterAttachmentName This property is required. String
The name of the transit router attachment.
transitRouterId This property is required. String
The id of transit router.
updateTime This property is required. String
The update time.
vpcId This property is required. String
The id of vpc.
attachPoints This property is required. VpcAttachmentsAttachmentAttachPoint[]
The collection of attach points.
autoPublishRouteEnabled This property is required. boolean
Whether to auto publish route of the transit router to vpc instance.
creationTime This property is required. string
The create time.
description This property is required. string
The description info.
status This property is required. string
The status of the transit router.
tags This property is required. VpcAttachmentsAttachmentTag[]
Tags.
transitRouterAttachmentId This property is required. string
The id of the transit router attachment.
transitRouterAttachmentName This property is required. string
The name of the transit router attachment.
transitRouterId This property is required. string
The id of transit router.
updateTime This property is required. string
The update time.
vpcId This property is required. string
The id of vpc.
attach_points This property is required. Sequence[VpcAttachmentsAttachmentAttachPoint]
The collection of attach points.
auto_publish_route_enabled This property is required. bool
Whether to auto publish route of the transit router to vpc instance.
creation_time This property is required. str
The create time.
description This property is required. str
The description info.
status This property is required. str
The status of the transit router.
tags This property is required. Sequence[VpcAttachmentsAttachmentTag]
Tags.
transit_router_attachment_id This property is required. str
The id of the transit router attachment.
transit_router_attachment_name This property is required. str
The name of the transit router attachment.
transit_router_id This property is required. str
The id of transit router.
update_time This property is required. str
The update time.
vpc_id This property is required. str
The id of vpc.
attachPoints This property is required. List<Property Map>
The collection of attach points.
autoPublishRouteEnabled This property is required. Boolean
Whether to auto publish route of the transit router to vpc instance.
creationTime This property is required. String
The create time.
description This property is required. String
The description info.
status This property is required. String
The status of the transit router.
tags This property is required. List<Property Map>
Tags.
transitRouterAttachmentId This property is required. String
The id of the transit router attachment.
transitRouterAttachmentName This property is required. String
The name of the transit router attachment.
transitRouterId This property is required. String
The id of transit router.
updateTime This property is required. String
The update time.
vpcId This property is required. String
The id of vpc.

VpcAttachmentsAttachmentAttachPoint

NetworkInterfaceId This property is required. string
The ID of network interface.
SubnetId This property is required. string
The ID of subnet.
ZoneId This property is required. string
The ID of zone.
NetworkInterfaceId This property is required. string
The ID of network interface.
SubnetId This property is required. string
The ID of subnet.
ZoneId This property is required. string
The ID of zone.
networkInterfaceId This property is required. String
The ID of network interface.
subnetId This property is required. String
The ID of subnet.
zoneId This property is required. String
The ID of zone.
networkInterfaceId This property is required. string
The ID of network interface.
subnetId This property is required. string
The ID of subnet.
zoneId This property is required. string
The ID of zone.
network_interface_id This property is required. str
The ID of network interface.
subnet_id This property is required. str
The ID of subnet.
zone_id This property is required. str
The ID of zone.
networkInterfaceId This property is required. String
The ID of network interface.
subnetId This property is required. String
The ID of subnet.
zoneId This property is required. String
The ID of zone.

VpcAttachmentsAttachmentTag

Key This property is required. string
The Key of Tags.
Value This property is required. string
The Value of Tags.
Key This property is required. string
The Key of Tags.
Value This property is required. string
The Value of Tags.
key This property is required. String
The Key of Tags.
value This property is required. String
The Value of Tags.
key This property is required. string
The Key of Tags.
value This property is required. string
The Value of Tags.
key This property is required. str
The Key of Tags.
value This property is required. str
The Value of Tags.
key This property is required. String
The Key of Tags.
value This property is required. String
The Value of Tags.

VpcAttachmentsTag

Key This property is required. string
The Key of Tags.
Value This property is required. string
The Value of Tags.
Key This property is required. string
The Key of Tags.
Value This property is required. string
The Value of Tags.
key This property is required. String
The Key of Tags.
value This property is required. String
The Value of Tags.
key This property is required. string
The Key of Tags.
value This property is required. string
The Value of Tags.
key This property is required. str
The Key of Tags.
value This property is required. str
The Value of Tags.
key This property is required. String
The Key of Tags.
value This property is required. String
The Value of Tags.

Package Details

Repository
volcengine volcengine/pulumi-volcengine
License
Apache-2.0
Notes
This Pulumi package is based on the volcengine Terraform Provider.
Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine