Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine
volcengine.rocketmq.AllowLists
Explore with Pulumi AI
Use this data source to query detailed information of rocketmq allow lists
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.rocketmq.AllowLists({});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.rocketmq.allow_lists()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rocketmq"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rocketmq.AllowLists(ctx, nil, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Rocketmq.AllowLists.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rocketmq.RocketmqFunctions;
import com.pulumi.volcengine.rocketmq.inputs.AllowListsArgs;
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 foo = RocketmqFunctions.AllowLists();
}
}
variables:
foo:
fn::invoke:
Function: volcengine:rocketmq:AllowLists
Arguments: {}
Using AllowLists
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 allowLists(args: AllowListsArgs, opts?: InvokeOptions): Promise<AllowListsResult>
function allowListsOutput(args: AllowListsOutputArgs, opts?: InvokeOptions): Output<AllowListsResult>
def allow_lists(output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> AllowListsResult
def allow_lists_output(output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[AllowListsResult]
func AllowLists(ctx *Context, args *AllowListsArgs, opts ...InvokeOption) (*AllowListsResult, error)
func AllowListsOutput(ctx *Context, args *AllowListsOutputArgs, opts ...InvokeOption) AllowListsResultOutput
public static class AllowLists
{
public static Task<AllowListsResult> InvokeAsync(AllowListsArgs args, InvokeOptions? opts = null)
public static Output<AllowListsResult> Invoke(AllowListsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<AllowListsResult> allowLists(AllowListsArgs args, InvokeOptions options)
public static Output<AllowListsResult> allowLists(AllowListsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:rocketmq:AllowLists
arguments:
# arguments dictionary
The following arguments are supported:
- Output
File string - File name where to save data source results.
- Output
File string - File name where to save data source results.
- output
File String - File name where to save data source results.
- output
File string - File name where to save data source results.
- output_
file str - File name where to save data source results.
- output
File String - File name where to save data source results.
AllowLists Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Rocketmq
Allow List<AllowLists Lists Rocketmq Allow List> - The collection of query.
- Total
Count int - The total count of query.
- Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Rocketmq
Allow []AllowLists Lists Rocketmq Allow List - The collection of query.
- Total
Count int - The total count of query.
- Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- rocketmq
Allow List<AllowLists Lists Rocketmq Allow List> - The collection of query.
- total
Count Integer - The total count of query.
- output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- rocketmq
Allow AllowLists Lists Rocketmq Allow List[] - The collection of query.
- total
Count number - The total count of query.
- output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- rocketmq_
allow_ Sequence[Allowlists Lists Rocketmq Allow List] - The collection of query.
- total_
count int - The total count of query.
- output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- rocketmq
Allow List<Property Map>Lists - The collection of query.
- total
Count Number - The total count of query.
- output
File String
Supporting Types
AllowListsRocketmqAllowList
- Allow
List stringDesc - The description of the rocketmq allow list.
- Allow
List stringId - The id of the rocketmq allow list.
- Allow
List intIp Num - The number of ip address in the rocketmq allow list.
- Allow
List stringName - The name of the rocketmq allow list.
- Allow
List stringType - The type of the rocketmq allow list.
- Allow
Lists List<string> - The IP address or a range of IP addresses in CIDR format of the allow list.
- Associated
Instance intNum - The number of the rocketmq instances associated with the allow list.
- Associated
Instances List<AllowLists Rocketmq Allow List Associated Instance> - The associated instance information of the allow list.
- Id string
- The id of the rocketmq allow list.
- Allow
List stringDesc - The description of the rocketmq allow list.
- Allow
List stringId - The id of the rocketmq allow list.
- Allow
List intIp Num - The number of ip address in the rocketmq allow list.
- Allow
List stringName - The name of the rocketmq allow list.
- Allow
List stringType - The type of the rocketmq allow list.
- Allow
Lists []string - The IP address or a range of IP addresses in CIDR format of the allow list.
- Associated
Instance intNum - The number of the rocketmq instances associated with the allow list.
- Associated
Instances []AllowLists Rocketmq Allow List Associated Instance - The associated instance information of the allow list.
- Id string
- The id of the rocketmq allow list.
- allow
List StringDesc - The description of the rocketmq allow list.
- allow
List StringId - The id of the rocketmq allow list.
- allow
List IntegerIp Num - The number of ip address in the rocketmq allow list.
- allow
List StringName - The name of the rocketmq allow list.
- allow
List StringType - The type of the rocketmq allow list.
- allow
Lists List<String> - The IP address or a range of IP addresses in CIDR format of the allow list.
- associated
Instance IntegerNum - The number of the rocketmq instances associated with the allow list.
- associated
Instances List<AllowLists Rocketmq Allow List Associated Instance> - The associated instance information of the allow list.
- id String
- The id of the rocketmq allow list.
- allow
List stringDesc - The description of the rocketmq allow list.
- allow
List stringId - The id of the rocketmq allow list.
- allow
List numberIp Num - The number of ip address in the rocketmq allow list.
- allow
List stringName - The name of the rocketmq allow list.
- allow
List stringType - The type of the rocketmq allow list.
- allow
Lists string[] - The IP address or a range of IP addresses in CIDR format of the allow list.
- associated
Instance numberNum - The number of the rocketmq instances associated with the allow list.
- associated
Instances AllowLists Rocketmq Allow List Associated Instance[] - The associated instance information of the allow list.
- id string
- The id of the rocketmq allow list.
- allow_
list_ strdesc - The description of the rocketmq allow list.
- allow_
list_ strid - The id of the rocketmq allow list.
- allow_
list_ intip_ num - The number of ip address in the rocketmq allow list.
- allow_
list_ strname - The name of the rocketmq allow list.
- allow_
list_ strtype - The type of the rocketmq allow list.
- allow_
lists Sequence[str] - The IP address or a range of IP addresses in CIDR format of the allow list.
- associated_
instance_ intnum - The number of the rocketmq instances associated with the allow list.
- associated_
instances Sequence[AllowLists Rocketmq Allow List Associated Instance] - The associated instance information of the allow list.
- id str
- The id of the rocketmq allow list.
- allow
List StringDesc - The description of the rocketmq allow list.
- allow
List StringId - The id of the rocketmq allow list.
- allow
List NumberIp Num - The number of ip address in the rocketmq allow list.
- allow
List StringName - The name of the rocketmq allow list.
- allow
List StringType - The type of the rocketmq allow list.
- allow
Lists List<String> - The IP address or a range of IP addresses in CIDR format of the allow list.
- associated
Instance NumberNum - The number of the rocketmq instances associated with the allow list.
- associated
Instances List<Property Map> - The associated instance information of the allow list.
- id String
- The id of the rocketmq allow list.
AllowListsRocketmqAllowListAssociatedInstance
- Instance
Id string - The id of the rocketmq instance.
- Instance
Name string - The name of the rocketmq instance.
- Vpc string
- The vpc id of the rocketmq instance.
- Instance
Id string - The id of the rocketmq instance.
- Instance
Name string - The name of the rocketmq instance.
- Vpc string
- The vpc id of the rocketmq instance.
- instance
Id String - The id of the rocketmq instance.
- instance
Name String - The name of the rocketmq instance.
- vpc String
- The vpc id of the rocketmq instance.
- instance
Id string - The id of the rocketmq instance.
- instance
Name string - The name of the rocketmq instance.
- vpc string
- The vpc id of the rocketmq instance.
- instance_
id str - The id of the rocketmq instance.
- instance_
name str - The name of the rocketmq instance.
- vpc str
- The vpc id of the rocketmq instance.
- instance
Id String - The id of the rocketmq instance.
- instance
Name String - The name of the rocketmq instance.
- vpc String
- The vpc id of the rocketmq instance.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.