Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
Data Source schema for Volcengine::MongoDB::AllowList
Using getAllowList
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 getAllowList(args: GetAllowListArgs, opts?: InvokeOptions): Promise<GetAllowListResult>
function getAllowListOutput(args: GetAllowListOutputArgs, opts?: InvokeOptions): Output<GetAllowListResult>def get_allow_list(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAllowListResult
def get_allow_list_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAllowListResult]func LookupAllowList(ctx *Context, args *LookupAllowListArgs, opts ...InvokeOption) (*LookupAllowListResult, error)
func LookupAllowListOutput(ctx *Context, args *LookupAllowListOutputArgs, opts ...InvokeOption) LookupAllowListResultOutput> Note: This function is named LookupAllowList in the Go SDK.
public static class GetAllowList
{
public static Task<GetAllowListResult> InvokeAsync(GetAllowListArgs args, InvokeOptions? opts = null)
public static Output<GetAllowListResult> Invoke(GetAllowListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAllowListResult> getAllowList(GetAllowListArgs args, InvokeOptions options)
public static Output<GetAllowListResult> getAllowList(GetAllowListArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:mongodb/getAllowList:getAllowList
arguments:
# arguments dictionaryThe 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 str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getAllowList Result
The following output properties are available:
- Allow
List stringCategory - 白名单类型。取值范围如下:Ordinary:普通白名单;Default:默认白名单。
- Allow
List stringDesc - 白名单的备注信息,长度不可超过 200 个字符。
- Allow
List stringId - 白名单 ID。
- Allow
List intIp Num - 白名单内的 IP 地址(或地址段)总数。
- Allow
List stringName - 白名单名称,名称需同时满足如下要求:不能以数字、中划线(-)开头。只能包含中文、字母、数字、下划线(_)和中划线(-)。长度需为 1~128 个字符。
- Allow
List stringType - 白名单内的 IP 地址类型。当前仅支持 IPv4 地址。
- Allow
Lists List<string> - 输入 IP 地址或 CIDR 格式的 IP 地址段。
- Associated
Instance intNum - 已绑定当前白名单的实例总数。
- Associated
Instances List<Volcengine.Get Allow List Associated Instance> - 已绑定当前白名单的实例信息。
- Id string
- Uniquely identifies the resource.
- Project
Name string - 当前白名单所属的项目。
- Allow
List stringCategory - 白名单类型。取值范围如下:Ordinary:普通白名单;Default:默认白名单。
- Allow
List stringDesc - 白名单的备注信息,长度不可超过 200 个字符。
- Allow
List stringId - 白名单 ID。
- Allow
List intIp Num - 白名单内的 IP 地址(或地址段)总数。
- Allow
List stringName - 白名单名称,名称需同时满足如下要求:不能以数字、中划线(-)开头。只能包含中文、字母、数字、下划线(_)和中划线(-)。长度需为 1~128 个字符。
- Allow
List stringType - 白名单内的 IP 地址类型。当前仅支持 IPv4 地址。
- Allow
Lists []string - 输入 IP 地址或 CIDR 格式的 IP 地址段。
- Associated
Instance intNum - 已绑定当前白名单的实例总数。
- Associated
Instances []GetAllow List Associated Instance - 已绑定当前白名单的实例信息。
- Id string
- Uniquely identifies the resource.
- Project
Name string - 当前白名单所属的项目。
- allow
List StringCategory - 白名单类型。取值范围如下:Ordinary:普通白名单;Default:默认白名单。
- allow
List StringDesc - 白名单的备注信息,长度不可超过 200 个字符。
- allow
List StringId - 白名单 ID。
- allow
List IntegerIp Num - 白名单内的 IP 地址(或地址段)总数。
- allow
List StringName - 白名单名称,名称需同时满足如下要求:不能以数字、中划线(-)开头。只能包含中文、字母、数字、下划线(_)和中划线(-)。长度需为 1~128 个字符。
- allow
List StringType - 白名单内的 IP 地址类型。当前仅支持 IPv4 地址。
- allow
Lists List<String> - 输入 IP 地址或 CIDR 格式的 IP 地址段。
- associated
Instance IntegerNum - 已绑定当前白名单的实例总数。
- associated
Instances List<GetAllow List Associated Instance> - 已绑定当前白名单的实例信息。
- id String
- Uniquely identifies the resource.
- project
Name String - 当前白名单所属的项目。
- allow
List stringCategory - 白名单类型。取值范围如下:Ordinary:普通白名单;Default:默认白名单。
- allow
List stringDesc - 白名单的备注信息,长度不可超过 200 个字符。
- allow
List stringId - 白名单 ID。
- allow
List numberIp Num - 白名单内的 IP 地址(或地址段)总数。
- allow
List stringName - 白名单名称,名称需同时满足如下要求:不能以数字、中划线(-)开头。只能包含中文、字母、数字、下划线(_)和中划线(-)。长度需为 1~128 个字符。
- allow
List stringType - 白名单内的 IP 地址类型。当前仅支持 IPv4 地址。
- allow
Lists string[] - 输入 IP 地址或 CIDR 格式的 IP 地址段。
- associated
Instance numberNum - 已绑定当前白名单的实例总数。
- associated
Instances GetAllow List Associated Instance[] - 已绑定当前白名单的实例信息。
- id string
- Uniquely identifies the resource.
- project
Name string - 当前白名单所属的项目。
- allow_
list_ strcategory - 白名单类型。取值范围如下:Ordinary:普通白名单;Default:默认白名单。
- allow_
list_ strdesc - 白名单的备注信息,长度不可超过 200 个字符。
- allow_
list_ strid - 白名单 ID。
- allow_
list_ intip_ num - 白名单内的 IP 地址(或地址段)总数。
- allow_
list_ strname - 白名单名称,名称需同时满足如下要求:不能以数字、中划线(-)开头。只能包含中文、字母、数字、下划线(_)和中划线(-)。长度需为 1~128 个字符。
- allow_
list_ strtype - 白名单内的 IP 地址类型。当前仅支持 IPv4 地址。
- allow_
lists Sequence[str] - 输入 IP 地址或 CIDR 格式的 IP 地址段。
- associated_
instance_ intnum - 已绑定当前白名单的实例总数。
- associated_
instances Sequence[GetAllow List Associated Instance] - 已绑定当前白名单的实例信息。
- id str
- Uniquely identifies the resource.
- project_
name str - 当前白名单所属的项目。
- allow
List StringCategory - 白名单类型。取值范围如下:Ordinary:普通白名单;Default:默认白名单。
- allow
List StringDesc - 白名单的备注信息,长度不可超过 200 个字符。
- allow
List StringId - 白名单 ID。
- allow
List NumberIp Num - 白名单内的 IP 地址(或地址段)总数。
- allow
List StringName - 白名单名称,名称需同时满足如下要求:不能以数字、中划线(-)开头。只能包含中文、字母、数字、下划线(_)和中划线(-)。长度需为 1~128 个字符。
- allow
List StringType - 白名单内的 IP 地址类型。当前仅支持 IPv4 地址。
- allow
Lists List<String> - 输入 IP 地址或 CIDR 格式的 IP 地址段。
- associated
Instance NumberNum - 已绑定当前白名单的实例总数。
- associated
Instances List<Property Map> - 已绑定当前白名单的实例信息。
- id String
- Uniquely identifies the resource.
- project
Name String - 当前白名单所属的项目。
Supporting Types
GetAllowListAssociatedInstance
- Instance
Id string - 已绑定当前白名单的实例 ID。
- Instance
Name string - 已绑定当前白名单的实例名称。
- Project
Name string - 实例所属的项目名称。
- Vpc string
- 实例所属的私有网络 ID。
- Instance
Id string - 已绑定当前白名单的实例 ID。
- Instance
Name string - 已绑定当前白名单的实例名称。
- Project
Name string - 实例所属的项目名称。
- Vpc string
- 实例所属的私有网络 ID。
- instance
Id String - 已绑定当前白名单的实例 ID。
- instance
Name String - 已绑定当前白名单的实例名称。
- project
Name String - 实例所属的项目名称。
- vpc String
- 实例所属的私有网络 ID。
- instance
Id string - 已绑定当前白名单的实例 ID。
- instance
Name string - 已绑定当前白名单的实例名称。
- project
Name string - 实例所属的项目名称。
- vpc string
- 实例所属的私有网络 ID。
- instance_
id str - 已绑定当前白名单的实例 ID。
- instance_
name str - 已绑定当前白名单的实例名称。
- project_
name str - 实例所属的项目名称。
- vpc str
- 实例所属的私有网络 ID。
- instance
Id String - 已绑定当前白名单的实例 ID。
- instance
Name String - 已绑定当前白名单的实例名称。
- project
Name String - 实例所属的项目名称。
- vpc String
- 实例所属的私有网络 ID。
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
