Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
published on Thursday, Apr 2, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
published on Thursday, Apr 2, 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 - Allowlist type. Valid values: Ordinary: ordinary allowlist; Default: default allowlist.
- Allow
List stringDesc - Allowlist remarks. Maximum length: 200 characters.
- Allow
List stringId - Allowlist ID.
- Allow
List intIp Num - Total number of IP addresses (or address ranges) in the allowlist.
- Allow
List stringName - Allowlist name. The name must meet the following requirements: Cannot start with a digit or hyphen (-). Can only contain Chinese characters, letters, digits, underscores (_), and hyphens (-). Length must be 1–128 characters.
- Allow
List stringType - IP address type in the allowlist. Only IPv4 addresses are currently supported.
- Allow
Lists List<string> - Enter an IP address or a CIDR-format IP address range.
- Associated
Instance intNum - Total number of instances bound to the current allowlist.
- Associated
Instances List<Volcengine.Get Allow List Associated Instance> - Instance information bound to the current allowlist.
- Id string
- Uniquely identifies the resource.
- Project
Name string - Project to which the current allowlist belongs.
- Allow
List stringCategory - Allowlist type. Valid values: Ordinary: ordinary allowlist; Default: default allowlist.
- Allow
List stringDesc - Allowlist remarks. Maximum length: 200 characters.
- Allow
List stringId - Allowlist ID.
- Allow
List intIp Num - Total number of IP addresses (or address ranges) in the allowlist.
- Allow
List stringName - Allowlist name. The name must meet the following requirements: Cannot start with a digit or hyphen (-). Can only contain Chinese characters, letters, digits, underscores (_), and hyphens (-). Length must be 1–128 characters.
- Allow
List stringType - IP address type in the allowlist. Only IPv4 addresses are currently supported.
- Allow
Lists []string - Enter an IP address or a CIDR-format IP address range.
- Associated
Instance intNum - Total number of instances bound to the current allowlist.
- Associated
Instances []GetAllow List Associated Instance - Instance information bound to the current allowlist.
- Id string
- Uniquely identifies the resource.
- Project
Name string - Project to which the current allowlist belongs.
- allow
List StringCategory - Allowlist type. Valid values: Ordinary: ordinary allowlist; Default: default allowlist.
- allow
List StringDesc - Allowlist remarks. Maximum length: 200 characters.
- allow
List StringId - Allowlist ID.
- allow
List IntegerIp Num - Total number of IP addresses (or address ranges) in the allowlist.
- allow
List StringName - Allowlist name. The name must meet the following requirements: Cannot start with a digit or hyphen (-). Can only contain Chinese characters, letters, digits, underscores (_), and hyphens (-). Length must be 1–128 characters.
- allow
List StringType - IP address type in the allowlist. Only IPv4 addresses are currently supported.
- allow
Lists List<String> - Enter an IP address or a CIDR-format IP address range.
- associated
Instance IntegerNum - Total number of instances bound to the current allowlist.
- associated
Instances List<GetAllow List Associated Instance> - Instance information bound to the current allowlist.
- id String
- Uniquely identifies the resource.
- project
Name String - Project to which the current allowlist belongs.
- allow
List stringCategory - Allowlist type. Valid values: Ordinary: ordinary allowlist; Default: default allowlist.
- allow
List stringDesc - Allowlist remarks. Maximum length: 200 characters.
- allow
List stringId - Allowlist ID.
- allow
List numberIp Num - Total number of IP addresses (or address ranges) in the allowlist.
- allow
List stringName - Allowlist name. The name must meet the following requirements: Cannot start with a digit or hyphen (-). Can only contain Chinese characters, letters, digits, underscores (_), and hyphens (-). Length must be 1–128 characters.
- allow
List stringType - IP address type in the allowlist. Only IPv4 addresses are currently supported.
- allow
Lists string[] - Enter an IP address or a CIDR-format IP address range.
- associated
Instance numberNum - Total number of instances bound to the current allowlist.
- associated
Instances GetAllow List Associated Instance[] - Instance information bound to the current allowlist.
- id string
- Uniquely identifies the resource.
- project
Name string - Project to which the current allowlist belongs.
- allow_
list_ strcategory - Allowlist type. Valid values: Ordinary: ordinary allowlist; Default: default allowlist.
- allow_
list_ strdesc - Allowlist remarks. Maximum length: 200 characters.
- allow_
list_ strid - Allowlist ID.
- allow_
list_ intip_ num - Total number of IP addresses (or address ranges) in the allowlist.
- allow_
list_ strname - Allowlist name. The name must meet the following requirements: Cannot start with a digit or hyphen (-). Can only contain Chinese characters, letters, digits, underscores (_), and hyphens (-). Length must be 1–128 characters.
- allow_
list_ strtype - IP address type in the allowlist. Only IPv4 addresses are currently supported.
- allow_
lists Sequence[str] - Enter an IP address or a CIDR-format IP address range.
- associated_
instance_ intnum - Total number of instances bound to the current allowlist.
- associated_
instances Sequence[GetAllow List Associated Instance] - Instance information bound to the current allowlist.
- id str
- Uniquely identifies the resource.
- project_
name str - Project to which the current allowlist belongs.
- allow
List StringCategory - Allowlist type. Valid values: Ordinary: ordinary allowlist; Default: default allowlist.
- allow
List StringDesc - Allowlist remarks. Maximum length: 200 characters.
- allow
List StringId - Allowlist ID.
- allow
List NumberIp Num - Total number of IP addresses (or address ranges) in the allowlist.
- allow
List StringName - Allowlist name. The name must meet the following requirements: Cannot start with a digit or hyphen (-). Can only contain Chinese characters, letters, digits, underscores (_), and hyphens (-). Length must be 1–128 characters.
- allow
List StringType - IP address type in the allowlist. Only IPv4 addresses are currently supported.
- allow
Lists List<String> - Enter an IP address or a CIDR-format IP address range.
- associated
Instance NumberNum - Total number of instances bound to the current allowlist.
- associated
Instances List<Property Map> - Instance information bound to the current allowlist.
- id String
- Uniquely identifies the resource.
- project
Name String - Project to which the current allowlist belongs.
Supporting Types
GetAllowListAssociatedInstance
- Instance
Id string - Instance ID bound to the current allowlist.
- Instance
Name string - Instance name bound to the current allowlist.
- Project
Name string - Project name of the instance.
- Vpc string
- Private network ID of the instance.
- Instance
Id string - Instance ID bound to the current allowlist.
- Instance
Name string - Instance name bound to the current allowlist.
- Project
Name string - Project name of the instance.
- Vpc string
- Private network ID of the instance.
- instance
Id String - Instance ID bound to the current allowlist.
- instance
Name String - Instance name bound to the current allowlist.
- project
Name String - Project name of the instance.
- vpc String
- Private network ID of the instance.
- instance
Id string - Instance ID bound to the current allowlist.
- instance
Name string - Instance name bound to the current allowlist.
- project
Name string - Project name of the instance.
- vpc string
- Private network ID of the instance.
- instance_
id str - Instance ID bound to the current allowlist.
- instance_
name str - Instance name bound to the current allowlist.
- project_
name str - Project name of the instance.
- vpc str
- Private network ID of the instance.
- instance
Id String - Instance ID bound to the current allowlist.
- instance
Name String - Instance name bound to the current allowlist.
- project
Name String - Project name of the instance.
- vpc String
- Private network ID of the instance.
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.29
published on Thursday, Apr 2, 2026 by Volcengine
published on Thursday, Apr 2, 2026 by Volcengine
