1. Registry
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. transitrouter
  6. getTransitRouterTrafficQosMarkingEntry
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine

    Data Source schema for Volcengine::TransitRouter::TransitRouterTrafficQosMarkingEntry

    Using getTransitRouterTrafficQosMarkingEntry

    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 getTransitRouterTrafficQosMarkingEntry(args: GetTransitRouterTrafficQosMarkingEntryArgs, opts?: InvokeOptions): Promise<GetTransitRouterTrafficQosMarkingEntryResult>
    function getTransitRouterTrafficQosMarkingEntryOutput(args: GetTransitRouterTrafficQosMarkingEntryOutputArgs, opts?: InvokeOutputOptions): Output<GetTransitRouterTrafficQosMarkingEntryResult>
    def get_transit_router_traffic_qos_marking_entry(id: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetTransitRouterTrafficQosMarkingEntryResult
    def get_transit_router_traffic_qos_marking_entry_output(id: pulumi.Input[Optional[str]] = None,
                                                     opts: Optional[InvokeOutputOptions] = None) -> Output[GetTransitRouterTrafficQosMarkingEntryResult]
    func LookupTransitRouterTrafficQosMarkingEntry(ctx *Context, args *LookupTransitRouterTrafficQosMarkingEntryArgs, opts ...InvokeOption) (*LookupTransitRouterTrafficQosMarkingEntryResult, error)
    func LookupTransitRouterTrafficQosMarkingEntryOutput(ctx *Context, args *LookupTransitRouterTrafficQosMarkingEntryOutputArgs, opts ...InvokeOption) LookupTransitRouterTrafficQosMarkingEntryResultOutput

    > Note: This function is named LookupTransitRouterTrafficQosMarkingEntry in the Go SDK.

    public static class GetTransitRouterTrafficQosMarkingEntry 
    {
        public static Task<GetTransitRouterTrafficQosMarkingEntryResult> InvokeAsync(GetTransitRouterTrafficQosMarkingEntryArgs args, InvokeOptions? opts = null)
        public static Output<GetTransitRouterTrafficQosMarkingEntryResult> Invoke(GetTransitRouterTrafficQosMarkingEntryInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetTransitRouterTrafficQosMarkingEntryResult> Invoke(GetTransitRouterTrafficQosMarkingEntryInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetTransitRouterTrafficQosMarkingEntryResult> getTransitRouterTrafficQosMarkingEntry(GetTransitRouterTrafficQosMarkingEntryArgs args, InvokeOptions options)
    public static Output<GetTransitRouterTrafficQosMarkingEntryResult> getTransitRouterTrafficQosMarkingEntry(GetTransitRouterTrafficQosMarkingEntryArgs args, InvokeOptions options)
    public static Output<GetTransitRouterTrafficQosMarkingEntryResult> getTransitRouterTrafficQosMarkingEntry(GetTransitRouterTrafficQosMarkingEntryArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: volcenginecc:transitrouter/getTransitRouterTrafficQosMarkingEntry:getTransitRouterTrafficQosMarkingEntry
      arguments:
        # arguments dictionary
    data "volcenginecc_transitrouter_get_transit_router_traffic_qos_marking_entry" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getTransitRouterTrafficQosMarkingEntry Result

    The following output properties are available:

    CreationTime string
    Flow marking rule creation time
    Description string
    Description of the flow marking rule. Length limit: 0–255 characters
    DestinationCidrBlock string
    IP subnet of the destination address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets The IP subnet type entered for this parameter should match SourceCidrBlock; both must be IPv4 subnets or both IPv6 subnets
    DestinationPortEnd int
    End value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    DestinationPortStart int
    Start value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    Id string
    Uniquely identifies the resource.
    MatchDscp int
    The DSCP value of the traffic packet itself. Value range: -1, 0–63. The default value is -1, which means that packets with any DSCP value will match this marking rule.
    Priority int
    Priority of the marking rule. Valid values: 1–10000 Priorities of different marking rules must not be duplicated
    Protocol string
    Protocol type tcp: TCP protocol udp: UDP protocol gre: GRE protocol icmp: ICMP protocol icmpv6: ICMPV6 protocol all (default): Supports all protocols Note: IPv6 functionality for transit routers is currently in beta. To use it, please contact your account manager. ICMPV6 can only be used after enabling IPv6 for transit routers
    RemarkingDscp int
    DSCP value to modify for target traffic packets. Valid values: 0–63 When target traffic matches this marking rule, the DSCP value of the packet is replaced with this parameter value
    SourceCidrBlock string
    IP subnet of the source address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets
    SourcePortEnd int
    End value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    SourcePortStart int
    Start value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    Status string
    Flow marking rule status
    TransitRouterTrafficQosMarkingEntryId string
    Flow marking rule ID
    TransitRouterTrafficQosMarkingEntryName string
    Name of the flow marking rule. Must start with a letter, number, or Chinese character; can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters
    TransitRouterTrafficQosMarkingPolicyId string
    Flow marking policy ID
    UpdateTime string
    Last operation time of the flow marking rule
    CreationTime string
    Flow marking rule creation time
    Description string
    Description of the flow marking rule. Length limit: 0–255 characters
    DestinationCidrBlock string
    IP subnet of the destination address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets The IP subnet type entered for this parameter should match SourceCidrBlock; both must be IPv4 subnets or both IPv6 subnets
    DestinationPortEnd int
    End value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    DestinationPortStart int
    Start value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    Id string
    Uniquely identifies the resource.
    MatchDscp int
    The DSCP value of the traffic packet itself. Value range: -1, 0–63. The default value is -1, which means that packets with any DSCP value will match this marking rule.
    Priority int
    Priority of the marking rule. Valid values: 1–10000 Priorities of different marking rules must not be duplicated
    Protocol string
    Protocol type tcp: TCP protocol udp: UDP protocol gre: GRE protocol icmp: ICMP protocol icmpv6: ICMPV6 protocol all (default): Supports all protocols Note: IPv6 functionality for transit routers is currently in beta. To use it, please contact your account manager. ICMPV6 can only be used after enabling IPv6 for transit routers
    RemarkingDscp int
    DSCP value to modify for target traffic packets. Valid values: 0–63 When target traffic matches this marking rule, the DSCP value of the packet is replaced with this parameter value
    SourceCidrBlock string
    IP subnet of the source address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets
    SourcePortEnd int
    End value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    SourcePortStart int
    Start value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    Status string
    Flow marking rule status
    TransitRouterTrafficQosMarkingEntryId string
    Flow marking rule ID
    TransitRouterTrafficQosMarkingEntryName string
    Name of the flow marking rule. Must start with a letter, number, or Chinese character; can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters
    TransitRouterTrafficQosMarkingPolicyId string
    Flow marking policy ID
    UpdateTime string
    Last operation time of the flow marking rule
    creation_time string
    Flow marking rule creation time
    description string
    Description of the flow marking rule. Length limit: 0–255 characters
    destination_cidr_block string
    IP subnet of the destination address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets The IP subnet type entered for this parameter should match SourceCidrBlock; both must be IPv4 subnets or both IPv6 subnets
    destination_port_end number
    End value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    destination_port_start number
    Start value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    id string
    Uniquely identifies the resource.
    match_dscp number
    The DSCP value of the traffic packet itself. Value range: -1, 0–63. The default value is -1, which means that packets with any DSCP value will match this marking rule.
    priority number
    Priority of the marking rule. Valid values: 1–10000 Priorities of different marking rules must not be duplicated
    protocol string
    Protocol type tcp: TCP protocol udp: UDP protocol gre: GRE protocol icmp: ICMP protocol icmpv6: ICMPV6 protocol all (default): Supports all protocols Note: IPv6 functionality for transit routers is currently in beta. To use it, please contact your account manager. ICMPV6 can only be used after enabling IPv6 for transit routers
    remarking_dscp number
    DSCP value to modify for target traffic packets. Valid values: 0–63 When target traffic matches this marking rule, the DSCP value of the packet is replaced with this parameter value
    source_cidr_block string
    IP subnet of the source address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets
    source_port_end number
    End value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    source_port_start number
    Start value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    status string
    Flow marking rule status
    transit_router_traffic_qos_marking_entry_id string
    Flow marking rule ID
    transit_router_traffic_qos_marking_entry_name string
    Name of the flow marking rule. Must start with a letter, number, or Chinese character; can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters
    transit_router_traffic_qos_marking_policy_id string
    Flow marking policy ID
    update_time string
    Last operation time of the flow marking rule
    creationTime String
    Flow marking rule creation time
    description String
    Description of the flow marking rule. Length limit: 0–255 characters
    destinationCidrBlock String
    IP subnet of the destination address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets The IP subnet type entered for this parameter should match SourceCidrBlock; both must be IPv4 subnets or both IPv6 subnets
    destinationPortEnd Integer
    End value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    destinationPortStart Integer
    Start value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    id String
    Uniquely identifies the resource.
    matchDscp Integer
    The DSCP value of the traffic packet itself. Value range: -1, 0–63. The default value is -1, which means that packets with any DSCP value will match this marking rule.
    priority Integer
    Priority of the marking rule. Valid values: 1–10000 Priorities of different marking rules must not be duplicated
    protocol String
    Protocol type tcp: TCP protocol udp: UDP protocol gre: GRE protocol icmp: ICMP protocol icmpv6: ICMPV6 protocol all (default): Supports all protocols Note: IPv6 functionality for transit routers is currently in beta. To use it, please contact your account manager. ICMPV6 can only be used after enabling IPv6 for transit routers
    remarkingDscp Integer
    DSCP value to modify for target traffic packets. Valid values: 0–63 When target traffic matches this marking rule, the DSCP value of the packet is replaced with this parameter value
    sourceCidrBlock String
    IP subnet of the source address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets
    sourcePortEnd Integer
    End value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    sourcePortStart Integer
    Start value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    status String
    Flow marking rule status
    transitRouterTrafficQosMarkingEntryId String
    Flow marking rule ID
    transitRouterTrafficQosMarkingEntryName String
    Name of the flow marking rule. Must start with a letter, number, or Chinese character; can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters
    transitRouterTrafficQosMarkingPolicyId String
    Flow marking policy ID
    updateTime String
    Last operation time of the flow marking rule
    creationTime string
    Flow marking rule creation time
    description string
    Description of the flow marking rule. Length limit: 0–255 characters
    destinationCidrBlock string
    IP subnet of the destination address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets The IP subnet type entered for this parameter should match SourceCidrBlock; both must be IPv4 subnets or both IPv6 subnets
    destinationPortEnd number
    End value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    destinationPortStart number
    Start value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    id string
    Uniquely identifies the resource.
    matchDscp number
    The DSCP value of the traffic packet itself. Value range: -1, 0–63. The default value is -1, which means that packets with any DSCP value will match this marking rule.
    priority number
    Priority of the marking rule. Valid values: 1–10000 Priorities of different marking rules must not be duplicated
    protocol string
    Protocol type tcp: TCP protocol udp: UDP protocol gre: GRE protocol icmp: ICMP protocol icmpv6: ICMPV6 protocol all (default): Supports all protocols Note: IPv6 functionality for transit routers is currently in beta. To use it, please contact your account manager. ICMPV6 can only be used after enabling IPv6 for transit routers
    remarkingDscp number
    DSCP value to modify for target traffic packets. Valid values: 0–63 When target traffic matches this marking rule, the DSCP value of the packet is replaced with this parameter value
    sourceCidrBlock string
    IP subnet of the source address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets
    sourcePortEnd number
    End value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    sourcePortStart number
    Start value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    status string
    Flow marking rule status
    transitRouterTrafficQosMarkingEntryId string
    Flow marking rule ID
    transitRouterTrafficQosMarkingEntryName string
    Name of the flow marking rule. Must start with a letter, number, or Chinese character; can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters
    transitRouterTrafficQosMarkingPolicyId string
    Flow marking policy ID
    updateTime string
    Last operation time of the flow marking rule
    creation_time str
    Flow marking rule creation time
    description str
    Description of the flow marking rule. Length limit: 0–255 characters
    destination_cidr_block str
    IP subnet of the destination address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets The IP subnet type entered for this parameter should match SourceCidrBlock; both must be IPv4 subnets or both IPv6 subnets
    destination_port_end int
    End value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    destination_port_start int
    Start value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    id str
    Uniquely identifies the resource.
    match_dscp int
    The DSCP value of the traffic packet itself. Value range: -1, 0–63. The default value is -1, which means that packets with any DSCP value will match this marking rule.
    priority int
    Priority of the marking rule. Valid values: 1–10000 Priorities of different marking rules must not be duplicated
    protocol str
    Protocol type tcp: TCP protocol udp: UDP protocol gre: GRE protocol icmp: ICMP protocol icmpv6: ICMPV6 protocol all (default): Supports all protocols Note: IPv6 functionality for transit routers is currently in beta. To use it, please contact your account manager. ICMPV6 can only be used after enabling IPv6 for transit routers
    remarking_dscp int
    DSCP value to modify for target traffic packets. Valid values: 0–63 When target traffic matches this marking rule, the DSCP value of the packet is replaced with this parameter value
    source_cidr_block str
    IP subnet of the source address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets
    source_port_end int
    End value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    source_port_start int
    Start value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    status str
    Flow marking rule status
    transit_router_traffic_qos_marking_entry_id str
    Flow marking rule ID
    transit_router_traffic_qos_marking_entry_name str
    Name of the flow marking rule. Must start with a letter, number, or Chinese character; can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters
    transit_router_traffic_qos_marking_policy_id str
    Flow marking policy ID
    update_time str
    Last operation time of the flow marking rule
    creationTime String
    Flow marking rule creation time
    description String
    Description of the flow marking rule. Length limit: 0–255 characters
    destinationCidrBlock String
    IP subnet of the destination address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets The IP subnet type entered for this parameter should match SourceCidrBlock; both must be IPv4 subnets or both IPv6 subnets
    destinationPortEnd Number
    End value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    destinationPortStart Number
    Start value of the destination port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, gre, or all, only -1 is supported
    id String
    Uniquely identifies the resource.
    matchDscp Number
    The DSCP value of the traffic packet itself. Value range: -1, 0–63. The default value is -1, which means that packets with any DSCP value will match this marking rule.
    priority Number
    Priority of the marking rule. Valid values: 1–10000 Priorities of different marking rules must not be duplicated
    protocol String
    Protocol type tcp: TCP protocol udp: UDP protocol gre: GRE protocol icmp: ICMP protocol icmpv6: ICMPV6 protocol all (default): Supports all protocols Note: IPv6 functionality for transit routers is currently in beta. To use it, please contact your account manager. ICMPV6 can only be used after enabling IPv6 for transit routers
    remarkingDscp Number
    DSCP value to modify for target traffic packets. Valid values: 0–63 When target traffic matches this marking rule, the DSCP value of the packet is replaced with this parameter value
    sourceCidrBlock String
    IP subnet of the source address, supports IPv4 and IPv6 When Protocol is tcp, udp, gre, or all, this parameter can accept IPv4 or IPv6 subnets When Protocol is icmp, this parameter only supports IPv4 subnets When Protocol is icmpv6, this parameter only supports IPv6 subnets
    sourcePortEnd Number
    End value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    sourcePortStart Number
    Start value of the source port range. Valid values: -1, 1–65535 -1 means no port restriction When Protocol is icmp, icmpv6, or gre, only -1 is supported
    status String
    Flow marking rule status
    transitRouterTrafficQosMarkingEntryId String
    Flow marking rule ID
    transitRouterTrafficQosMarkingEntryName String
    Name of the flow marking rule. Must start with a letter, number, or Chinese character; can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters
    transitRouterTrafficQosMarkingPolicyId String
    Flow marking policy ID
    updateTime String
    Last operation time of the flow marking rule

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.60
    published on Thursday, Sep 3, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial