1. Packages
  2. Volcengine
  3. API Docs
  4. rocketmq
  5. AllowLists
Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine

volcengine.rocketmq.AllowLists

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine

    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:

    OutputFile string
    File name where to save data source results.
    OutputFile string
    File name where to save data source results.
    outputFile String
    File name where to save data source results.
    outputFile string
    File name where to save data source results.
    output_file str
    File name where to save data source results.
    outputFile 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.
    RocketmqAllowLists List<AllowListsRocketmqAllowList>
    The collection of query.
    TotalCount int
    The total count of query.
    OutputFile string
    Id string
    The provider-assigned unique ID for this managed resource.
    RocketmqAllowLists []AllowListsRocketmqAllowList
    The collection of query.
    TotalCount int
    The total count of query.
    OutputFile string
    id String
    The provider-assigned unique ID for this managed resource.
    rocketmqAllowLists List<AllowListsRocketmqAllowList>
    The collection of query.
    totalCount Integer
    The total count of query.
    outputFile String
    id string
    The provider-assigned unique ID for this managed resource.
    rocketmqAllowLists AllowListsRocketmqAllowList[]
    The collection of query.
    totalCount number
    The total count of query.
    outputFile string
    id str
    The provider-assigned unique ID for this managed resource.
    rocketmq_allow_lists Sequence[AllowListsRocketmqAllowList]
    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.
    rocketmqAllowLists List<Property Map>
    The collection of query.
    totalCount Number
    The total count of query.
    outputFile String

    Supporting Types

    AllowListsRocketmqAllowList

    AllowListDesc string
    The description of the rocketmq allow list.
    AllowListId string
    The id of the rocketmq allow list.
    AllowListIpNum int
    The number of ip address in the rocketmq allow list.
    AllowListName string
    The name of the rocketmq allow list.
    AllowListType string
    The type of the rocketmq allow list.
    AllowLists List<string>
    The IP address or a range of IP addresses in CIDR format of the allow list.
    AssociatedInstanceNum int
    The number of the rocketmq instances associated with the allow list.
    AssociatedInstances List<AllowListsRocketmqAllowListAssociatedInstance>
    The associated instance information of the allow list.
    Id string
    The id of the rocketmq allow list.
    AllowListDesc string
    The description of the rocketmq allow list.
    AllowListId string
    The id of the rocketmq allow list.
    AllowListIpNum int
    The number of ip address in the rocketmq allow list.
    AllowListName string
    The name of the rocketmq allow list.
    AllowListType string
    The type of the rocketmq allow list.
    AllowLists []string
    The IP address or a range of IP addresses in CIDR format of the allow list.
    AssociatedInstanceNum int
    The number of the rocketmq instances associated with the allow list.
    AssociatedInstances []AllowListsRocketmqAllowListAssociatedInstance
    The associated instance information of the allow list.
    Id string
    The id of the rocketmq allow list.
    allowListDesc String
    The description of the rocketmq allow list.
    allowListId String
    The id of the rocketmq allow list.
    allowListIpNum Integer
    The number of ip address in the rocketmq allow list.
    allowListName String
    The name of the rocketmq allow list.
    allowListType String
    The type of the rocketmq allow list.
    allowLists List<String>
    The IP address or a range of IP addresses in CIDR format of the allow list.
    associatedInstanceNum Integer
    The number of the rocketmq instances associated with the allow list.
    associatedInstances List<AllowListsRocketmqAllowListAssociatedInstance>
    The associated instance information of the allow list.
    id String
    The id of the rocketmq allow list.
    allowListDesc string
    The description of the rocketmq allow list.
    allowListId string
    The id of the rocketmq allow list.
    allowListIpNum number
    The number of ip address in the rocketmq allow list.
    allowListName string
    The name of the rocketmq allow list.
    allowListType string
    The type of the rocketmq allow list.
    allowLists string[]
    The IP address or a range of IP addresses in CIDR format of the allow list.
    associatedInstanceNum number
    The number of the rocketmq instances associated with the allow list.
    associatedInstances AllowListsRocketmqAllowListAssociatedInstance[]
    The associated instance information of the allow list.
    id string
    The id of the rocketmq allow list.
    allow_list_desc str
    The description of the rocketmq allow list.
    allow_list_id str
    The id of the rocketmq allow list.
    allow_list_ip_num int
    The number of ip address in the rocketmq allow list.
    allow_list_name str
    The name of the rocketmq allow list.
    allow_list_type str
    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_num int
    The number of the rocketmq instances associated with the allow list.
    associated_instances Sequence[AllowListsRocketmqAllowListAssociatedInstance]
    The associated instance information of the allow list.
    id str
    The id of the rocketmq allow list.
    allowListDesc String
    The description of the rocketmq allow list.
    allowListId String
    The id of the rocketmq allow list.
    allowListIpNum Number
    The number of ip address in the rocketmq allow list.
    allowListName String
    The name of the rocketmq allow list.
    allowListType String
    The type of the rocketmq allow list.
    allowLists List<String>
    The IP address or a range of IP addresses in CIDR format of the allow list.
    associatedInstanceNum Number
    The number of the rocketmq instances associated with the allow list.
    associatedInstances List<Property Map>
    The associated instance information of the allow list.
    id String
    The id of the rocketmq allow list.

    AllowListsRocketmqAllowListAssociatedInstance

    InstanceId string
    The id of the rocketmq instance.
    InstanceName string
    The name of the rocketmq instance.
    Vpc string
    The vpc id of the rocketmq instance.
    InstanceId string
    The id of the rocketmq instance.
    InstanceName string
    The name of the rocketmq instance.
    Vpc string
    The vpc id of the rocketmq instance.
    instanceId String
    The id of the rocketmq instance.
    instanceName String
    The name of the rocketmq instance.
    vpc String
    The vpc id of the rocketmq instance.
    instanceId string
    The id of the rocketmq instance.
    instanceName 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.
    instanceId String
    The id of the rocketmq instance.
    instanceName 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.
    volcengine logo
    Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine