Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::RabbitMQ::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:rabbitmq/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 string - IP allowlist. Separate multiple IP addresses with commas (,). No duplicates allowed
- Allow
List stringDesc - Allowlist Description
- 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
- Allow
List stringType - IP address type in the allowlist. Only IPv4 is currently supported
- Associated
Instance intNum - Total number of instances bound to the allowlist
- Associated
Instances List<Volcengine.Get Allow List Associated Instance> - List of bound instances
- Id string
- Uniquely identifies the resource.
- Modify
Mode string - Allowlist modification method. Default is Cover
- Allow
List string - IP allowlist. Separate multiple IP addresses with commas (,). No duplicates allowed
- Allow
List stringDesc - Allowlist Description
- 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
- Allow
List stringType - IP address type in the allowlist. Only IPv4 is currently supported
- Associated
Instance intNum - Total number of instances bound to the allowlist
- Associated
Instances []GetAllow List Associated Instance - List of bound instances
- Id string
- Uniquely identifies the resource.
- Modify
Mode string - Allowlist modification method. Default is Cover
- allow
List String - IP allowlist. Separate multiple IP addresses with commas (,). No duplicates allowed
- allow
List StringDesc - Allowlist Description
- 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
- allow
List StringType - IP address type in the allowlist. Only IPv4 is currently supported
- associated
Instance IntegerNum - Total number of instances bound to the allowlist
- associated
Instances List<GetAllow List Associated Instance> - List of bound instances
- id String
- Uniquely identifies the resource.
- modify
Mode String - Allowlist modification method. Default is Cover
- allow
List string - IP allowlist. Separate multiple IP addresses with commas (,). No duplicates allowed
- allow
List stringDesc - Allowlist Description
- 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
- allow
List stringType - IP address type in the allowlist. Only IPv4 is currently supported
- associated
Instance numberNum - Total number of instances bound to the allowlist
- associated
Instances GetAllow List Associated Instance[] - List of bound instances
- id string
- Uniquely identifies the resource.
- modify
Mode string - Allowlist modification method. Default is Cover
- allow_
list str - IP allowlist. Separate multiple IP addresses with commas (,). No duplicates allowed
- allow_
list_ strdesc - Allowlist Description
- 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
- allow_
list_ strtype - IP address type in the allowlist. Only IPv4 is currently supported
- associated_
instance_ intnum - Total number of instances bound to the allowlist
- associated_
instances Sequence[GetAllow List Associated Instance] - List of bound instances
- id str
- Uniquely identifies the resource.
- modify_
mode str - Allowlist modification method. Default is Cover
- allow
List String - IP allowlist. Separate multiple IP addresses with commas (,). No duplicates allowed
- allow
List StringDesc - Allowlist Description
- 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
- allow
List StringType - IP address type in the allowlist. Only IPv4 is currently supported
- associated
Instance NumberNum - Total number of instances bound to the allowlist
- associated
Instances List<Property Map> - List of bound instances
- id String
- Uniquely identifies the resource.
- modify
Mode String - Allowlist modification method. Default is Cover
Supporting Types
GetAllowListAssociatedInstance
- Instance
Id string - Instance ID
- Instance
Name string - Instance Name
- Vpc string
- VPC ID of the instance
- Instance
Id string - Instance ID
- Instance
Name string - Instance Name
- Vpc string
- VPC ID of the instance
- instance
Id String - Instance ID
- instance
Name String - Instance Name
- vpc String
- VPC ID of the instance
- instance
Id string - Instance ID
- instance
Name string - Instance Name
- vpc string
- VPC ID of the instance
- instance_
id str - Instance ID
- instance_
name str - Instance Name
- vpc str
- VPC ID of the instance
- instance
Id String - Instance ID
- instance
Name String - Instance Name
- vpc String
- VPC 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.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
