Viewing docs for tencentcloud 1.83.23
published on Friday, Aug 14, 2026 by tencentcloudstack
published on Friday, Aug 14, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.83.23
published on Friday, Aug 14, 2026 by tencentcloudstack
published on Friday, Aug 14, 2026 by tencentcloudstack
Use this data source to query DBDC custom node security groups information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getDbdcDbCustomNodeSecurityGroups({
nodeId: "dbcn-vvkg2xls",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_dbdc_db_custom_node_security_groups(node_id="dbcn-vvkg2xls")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetDbdcDbCustomNodeSecurityGroups(ctx, &tencentcloud.GetDbdcDbCustomNodeSecurityGroupsArgs{
NodeId: "dbcn-vvkg2xls",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = Tencentcloud.GetDbdcDbCustomNodeSecurityGroups.Invoke(new()
{
NodeId = "dbcn-vvkg2xls",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetDbdcDbCustomNodeSecurityGroupsArgs;
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 example = TencentcloudFunctions.getDbdcDbCustomNodeSecurityGroups(GetDbdcDbCustomNodeSecurityGroupsArgs.builder()
.nodeId("dbcn-vvkg2xls")
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getDbdcDbCustomNodeSecurityGroups
arguments:
nodeId: dbcn-vvkg2xls
Example coming soon!
Using getDbdcDbCustomNodeSecurityGroups
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 getDbdcDbCustomNodeSecurityGroups(args: GetDbdcDbCustomNodeSecurityGroupsArgs, opts?: InvokeOptions): Promise<GetDbdcDbCustomNodeSecurityGroupsResult>
function getDbdcDbCustomNodeSecurityGroupsOutput(args: GetDbdcDbCustomNodeSecurityGroupsOutputArgs, opts?: InvokeOptions): Output<GetDbdcDbCustomNodeSecurityGroupsResult>def get_dbdc_db_custom_node_security_groups(id: Optional[str] = None,
node_id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbdcDbCustomNodeSecurityGroupsResult
def get_dbdc_db_custom_node_security_groups_output(id: pulumi.Input[Optional[str]] = None,
node_id: pulumi.Input[Optional[str]] = None,
result_output_file: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbdcDbCustomNodeSecurityGroupsResult]func GetDbdcDbCustomNodeSecurityGroups(ctx *Context, args *GetDbdcDbCustomNodeSecurityGroupsArgs, opts ...InvokeOption) (*GetDbdcDbCustomNodeSecurityGroupsResult, error)
func GetDbdcDbCustomNodeSecurityGroupsOutput(ctx *Context, args *GetDbdcDbCustomNodeSecurityGroupsOutputArgs, opts ...InvokeOption) GetDbdcDbCustomNodeSecurityGroupsResultOutput> Note: This function is named GetDbdcDbCustomNodeSecurityGroups in the Go SDK.
public static class GetDbdcDbCustomNodeSecurityGroups
{
public static Task<GetDbdcDbCustomNodeSecurityGroupsResult> InvokeAsync(GetDbdcDbCustomNodeSecurityGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetDbdcDbCustomNodeSecurityGroupsResult> Invoke(GetDbdcDbCustomNodeSecurityGroupsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbdcDbCustomNodeSecurityGroupsResult> getDbdcDbCustomNodeSecurityGroups(GetDbdcDbCustomNodeSecurityGroupsArgs args, InvokeOptions options)
public static Output<GetDbdcDbCustomNodeSecurityGroupsResult> getDbdcDbCustomNodeSecurityGroups(GetDbdcDbCustomNodeSecurityGroupsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getDbdcDbCustomNodeSecurityGroups:getDbdcDbCustomNodeSecurityGroups
arguments:
# arguments dictionarydata "tencentcloud_get_dbdc_db_custom_node_security_groups" "name" {
# arguments
}The following arguments are supported:
- Node
Id string - DB Custom node ID.
- Id string
- Security group ID.
- Result
Output stringFile - Used to save results.
- Node
Id string - DB Custom node ID.
- Id string
- Security group ID.
- Result
Output stringFile - Used to save results.
- node_
id string - DB Custom node ID.
- id string
- Security group ID.
- result_
output_ stringfile - Used to save results.
- node
Id String - DB Custom node ID.
- id String
- Security group ID.
- result
Output StringFile - Used to save results.
- node
Id string - DB Custom node ID.
- id string
- Security group ID.
- result
Output stringFile - Used to save results.
- node_
id str - DB Custom node ID.
- id str
- Security group ID.
- result_
output_ strfile - Used to save results.
- node
Id String - DB Custom node ID.
- id String
- Security group ID.
- result
Output StringFile - Used to save results.
getDbdcDbCustomNodeSecurityGroups Result
The following output properties are available:
- Groups
List<Get
Dbdc Db Custom Node Security Groups Group> - Security group list bound to the DB Custom node.
- Id string
- Security group ID.
- Node
Id string - Result
Output stringFile
- Groups
[]Get
Dbdc Db Custom Node Security Groups Group - Security group list bound to the DB Custom node.
- Id string
- Security group ID.
- Node
Id string - Result
Output stringFile
- groups list(object)
- Security group list bound to the DB Custom node.
- id string
- Security group ID.
- node_
id string - result_
output_ stringfile
- groups
List<Get
Dbdc Db Custom Node Security Groups Group> - Security group list bound to the DB Custom node.
- id String
- Security group ID.
- node
Id String - result
Output StringFile
- groups
Get
Dbdc Db Custom Node Security Groups Group[] - Security group list bound to the DB Custom node.
- id string
- Security group ID.
- node
Id string - result
Output stringFile
- groups
Sequence[Get
Dbdc Db Custom Node Security Groups Group] - Security group list bound to the DB Custom node.
- id str
- Security group ID.
- node_
id str - result_
output_ strfile
- groups List<Property Map>
- Security group list bound to the DB Custom node.
- id String
- Security group ID.
- node
Id String - result
Output StringFile
Supporting Types
GetDbdcDbCustomNodeSecurityGroupsGroup
- Create
Time string - Security group creation time.
- Inbounds
List<Get
Dbdc Db Custom Node Security Groups Group Inbound> - Inbound rules.
- Outbounds
List<Get
Dbdc Db Custom Node Security Groups Group Outbound> - Outbound rules.
- Project
Id double - Project ID.
- Security
Group stringId - Security group ID.
- Security
Group stringName - Security group name.
- Security
Group stringRemark - Security group remark.
- Create
Time string - Security group creation time.
- Inbounds
[]Get
Dbdc Db Custom Node Security Groups Group Inbound - Inbound rules.
- Outbounds
[]Get
Dbdc Db Custom Node Security Groups Group Outbound - Outbound rules.
- Project
Id float64 - Project ID.
- Security
Group stringId - Security group ID.
- Security
Group stringName - Security group name.
- Security
Group stringRemark - Security group remark.
- create_
time string - Security group creation time.
- inbounds list(object)
- Inbound rules.
- outbounds list(object)
- Outbound rules.
- project_
id number - Project ID.
- security_
group_ stringid - Security group ID.
- security_
group_ stringname - Security group name.
- security_
group_ stringremark - Security group remark.
- create
Time String - Security group creation time.
- inbounds
List<Get
Dbdc Db Custom Node Security Groups Group Inbound> - Inbound rules.
- outbounds
List<Get
Dbdc Db Custom Node Security Groups Group Outbound> - Outbound rules.
- project
Id Double - Project ID.
- security
Group StringId - Security group ID.
- security
Group StringName - Security group name.
- security
Group StringRemark - Security group remark.
- create
Time string - Security group creation time.
- inbounds
Get
Dbdc Db Custom Node Security Groups Group Inbound[] - Inbound rules.
- outbounds
Get
Dbdc Db Custom Node Security Groups Group Outbound[] - Outbound rules.
- project
Id number - Project ID.
- security
Group stringId - Security group ID.
- security
Group stringName - Security group name.
- security
Group stringRemark - Security group remark.
- create_
time str - Security group creation time.
- inbounds
Sequence[Get
Dbdc Db Custom Node Security Groups Group Inbound] - Inbound rules.
- outbounds
Sequence[Get
Dbdc Db Custom Node Security Groups Group Outbound] - Outbound rules.
- project_
id float - Project ID.
- security_
group_ strid - Security group ID.
- security_
group_ strname - Security group name.
- security_
group_ strremark - Security group remark.
- create
Time String - Security group creation time.
- inbounds List<Property Map>
- Inbound rules.
- outbounds List<Property Map>
- Outbound rules.
- project
Id Number - Project ID.
- security
Group StringId - Security group ID.
- security
Group StringName - Security group name.
- security
Group StringRemark - Security group remark.
GetDbdcDbCustomNodeSecurityGroupsGroupInbound
- Action string
- Rule action, ACCEPT or DROP.
- Address
Module string - IP address template ID.
- Cidr
Ip string - Source/Destination IP or CIDR.
- Desc string
- Rule description.
- Id string
- Security group ID.
- Ip
Protocol string - Protocol type, e.g., tcp, udp, icmp, ALL.
- Port
Range string - Port range.
- Service
Module string - Protocol port template ID.
- Action string
- Rule action, ACCEPT or DROP.
- Address
Module string - IP address template ID.
- Cidr
Ip string - Source/Destination IP or CIDR.
- Desc string
- Rule description.
- Id string
- Security group ID.
- Ip
Protocol string - Protocol type, e.g., tcp, udp, icmp, ALL.
- Port
Range string - Port range.
- Service
Module string - Protocol port template ID.
- action string
- Rule action, ACCEPT or DROP.
- address_
module string - IP address template ID.
- cidr_
ip string - Source/Destination IP or CIDR.
- desc string
- Rule description.
- id string
- Security group ID.
- ip_
protocol string - Protocol type, e.g., tcp, udp, icmp, ALL.
- port_
range string - Port range.
- service_
module string - Protocol port template ID.
- action String
- Rule action, ACCEPT or DROP.
- address
Module String - IP address template ID.
- cidr
Ip String - Source/Destination IP or CIDR.
- desc String
- Rule description.
- id String
- Security group ID.
- ip
Protocol String - Protocol type, e.g., tcp, udp, icmp, ALL.
- port
Range String - Port range.
- service
Module String - Protocol port template ID.
- action string
- Rule action, ACCEPT or DROP.
- address
Module string - IP address template ID.
- cidr
Ip string - Source/Destination IP or CIDR.
- desc string
- Rule description.
- id string
- Security group ID.
- ip
Protocol string - Protocol type, e.g., tcp, udp, icmp, ALL.
- port
Range string - Port range.
- service
Module string - Protocol port template ID.
- action str
- Rule action, ACCEPT or DROP.
- address_
module str - IP address template ID.
- cidr_
ip str - Source/Destination IP or CIDR.
- desc str
- Rule description.
- id str
- Security group ID.
- ip_
protocol str - Protocol type, e.g., tcp, udp, icmp, ALL.
- port_
range str - Port range.
- service_
module str - Protocol port template ID.
- action String
- Rule action, ACCEPT or DROP.
- address
Module String - IP address template ID.
- cidr
Ip String - Source/Destination IP or CIDR.
- desc String
- Rule description.
- id String
- Security group ID.
- ip
Protocol String - Protocol type, e.g., tcp, udp, icmp, ALL.
- port
Range String - Port range.
- service
Module String - Protocol port template ID.
GetDbdcDbCustomNodeSecurityGroupsGroupOutbound
- Action string
- Rule action, ACCEPT or DROP.
- Address
Module string - IP address template ID.
- Cidr
Ip string - Source/Destination IP or CIDR.
- Desc string
- Rule description.
- Id string
- Security group ID.
- Ip
Protocol string - Protocol type, e.g., tcp, udp, icmp, ALL.
- Port
Range string - Port range.
- Service
Module string - Protocol port template ID.
- Action string
- Rule action, ACCEPT or DROP.
- Address
Module string - IP address template ID.
- Cidr
Ip string - Source/Destination IP or CIDR.
- Desc string
- Rule description.
- Id string
- Security group ID.
- Ip
Protocol string - Protocol type, e.g., tcp, udp, icmp, ALL.
- Port
Range string - Port range.
- Service
Module string - Protocol port template ID.
- action string
- Rule action, ACCEPT or DROP.
- address_
module string - IP address template ID.
- cidr_
ip string - Source/Destination IP or CIDR.
- desc string
- Rule description.
- id string
- Security group ID.
- ip_
protocol string - Protocol type, e.g., tcp, udp, icmp, ALL.
- port_
range string - Port range.
- service_
module string - Protocol port template ID.
- action String
- Rule action, ACCEPT or DROP.
- address
Module String - IP address template ID.
- cidr
Ip String - Source/Destination IP or CIDR.
- desc String
- Rule description.
- id String
- Security group ID.
- ip
Protocol String - Protocol type, e.g., tcp, udp, icmp, ALL.
- port
Range String - Port range.
- service
Module String - Protocol port template ID.
- action string
- Rule action, ACCEPT or DROP.
- address
Module string - IP address template ID.
- cidr
Ip string - Source/Destination IP or CIDR.
- desc string
- Rule description.
- id string
- Security group ID.
- ip
Protocol string - Protocol type, e.g., tcp, udp, icmp, ALL.
- port
Range string - Port range.
- service
Module string - Protocol port template ID.
- action str
- Rule action, ACCEPT or DROP.
- address_
module str - IP address template ID.
- cidr_
ip str - Source/Destination IP or CIDR.
- desc str
- Rule description.
- id str
- Security group ID.
- ip_
protocol str - Protocol type, e.g., tcp, udp, icmp, ALL.
- port_
range str - Port range.
- service_
module str - Protocol port template ID.
- action String
- Rule action, ACCEPT or DROP.
- address
Module String - IP address template ID.
- cidr
Ip String - Source/Destination IP or CIDR.
- desc String
- Rule description.
- id String
- Security group ID.
- ip
Protocol String - Protocol type, e.g., tcp, udp, icmp, ALL.
- port
Range String - Port range.
- service
Module String - Protocol port template ID.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
Viewing docs for tencentcloud 1.83.23
published on Friday, Aug 14, 2026 by tencentcloudstack
published on Friday, Aug 14, 2026 by tencentcloudstack