bytepluscc v0.0.15 published on Monday, Mar 2, 2026 by Byteplus
bytepluscc v0.0.15 published on Monday, Mar 2, 2026 by Byteplus
Plural Data Source schema for Byteplus::TransitRouter::VpcAttachment
Using getVpcAttachments
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 getVpcAttachments(opts?: InvokeOptions): Promise<GetVpcAttachmentsResult>
function getVpcAttachmentsOutput(opts?: InvokeOptions): Output<GetVpcAttachmentsResult>def get_vpc_attachments(opts: Optional[InvokeOptions] = None) -> GetVpcAttachmentsResult
def get_vpc_attachments_output(opts: Optional[InvokeOptions] = None) -> Output[GetVpcAttachmentsResult]func GetVpcAttachments(ctx *Context, opts ...InvokeOption) (*GetVpcAttachmentsResult, error)
func GetVpcAttachmentsOutput(ctx *Context, opts ...InvokeOption) GetVpcAttachmentsResultOutput> Note: This function is named GetVpcAttachments in the Go SDK.
public static class GetVpcAttachments
{
public static Task<GetVpcAttachmentsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetVpcAttachmentsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetVpcAttachmentsResult> getVpcAttachments(InvokeOptions options)
public static Output<GetVpcAttachmentsResult> getVpcAttachments(InvokeOptions options)
fn::invoke:
function: bytepluscc:transitrouter/getVpcAttachments:getVpcAttachments
arguments:
# arguments dictionarygetVpcAttachments Result
The following output properties are available:
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
bytepluscc v0.0.15 published on Monday, Mar 2, 2026 by Byteplus
