Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.rds_postgresql.Allowlists
Explore with Pulumi AI
Use this data source to query detailed information of rds postgresql allowlists
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.rds_postgresql.Allowlists({});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.rds_postgresql.allowlists()
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rds_postgresql"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := rds_postgresql.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.Rds_postgresql.Allowlists.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rds_postgresql.Rds_postgresqlFunctions;
import com.pulumi.volcengine.rds_postgresql.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 = Rds_postgresqlFunctions.Allowlists();
    }
}
variables:
  foo:
    fn::invoke:
      Function: volcengine:rds_postgresql: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 allowlists(instance_id: Optional[str] = None,
               name_regex: Optional[str] = None,
               output_file: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> AllowlistsResult
def allowlists_output(instance_id: Optional[pulumi.Input[str]] = None,
               name_regex: Optional[pulumi.Input[str]] = None,
               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) AllowlistsResultOutputpublic 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:rds_postgresql:Allowlists
  arguments:
    # arguments dictionaryThe following arguments are supported:
- InstanceId string
- The id of the postgresql Instance.
- NameRegex string
- A Name Regex of Resource.
- OutputFile string
- File name where to save data source results.
- InstanceId string
- The id of the postgresql Instance.
- NameRegex string
- A Name Regex of Resource.
- OutputFile string
- File name where to save data source results.
- instanceId String
- The id of the postgresql Instance.
- nameRegex String
- A Name Regex of Resource.
- outputFile String
- File name where to save data source results.
- instanceId string
- The id of the postgresql Instance.
- nameRegex string
- A Name Regex of Resource.
- outputFile string
- File name where to save data source results.
- instance_id str
- The id of the postgresql Instance.
- name_regex str
- A Name Regex of Resource.
- output_file str
- File name where to save data source results.
- instanceId String
- The id of the postgresql Instance.
- nameRegex String
- A Name Regex of Resource.
- 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.
- PostgresqlAllow List<AllowlistsLists Postgresql Allow List> 
- The list of postgresql allowed list.
- TotalCount int
- The total count of query.
- InstanceId string
- The id of the postgresql instance.
- NameRegex string
- OutputFile string
- Id string
- The provider-assigned unique ID for this managed resource.
- PostgresqlAllow []AllowlistsLists Postgresql Allow List 
- The list of postgresql allowed list.
- TotalCount int
- The total count of query.
- InstanceId string
- The id of the postgresql instance.
- NameRegex string
- OutputFile string
- id String
- The provider-assigned unique ID for this managed resource.
- postgresqlAllow List<AllowlistsLists Postgresql Allow List> 
- The list of postgresql allowed list.
- totalCount Integer
- The total count of query.
- instanceId String
- The id of the postgresql instance.
- nameRegex String
- outputFile String
- id string
- The provider-assigned unique ID for this managed resource.
- postgresqlAllow AllowlistsLists Postgresql Allow List[] 
- The list of postgresql allowed list.
- totalCount number
- The total count of query.
- instanceId string
- The id of the postgresql instance.
- nameRegex string
- outputFile string
- id str
- The provider-assigned unique ID for this managed resource.
- postgresql_allow_ Sequence[Allowlistslists Postgresql Allow List] 
- The list of postgresql allowed list.
- total_count int
- The total count of query.
- instance_id str
- The id of the postgresql instance.
- name_regex str
- output_file str
- id String
- The provider-assigned unique ID for this managed resource.
- postgresqlAllow List<Property Map>Lists 
- The list of postgresql allowed list.
- totalCount Number
- The total count of query.
- instanceId String
- The id of the postgresql instance.
- nameRegex String
- outputFile String
Supporting Types
AllowlistsPostgresqlAllowList   
- AllowList stringDesc 
- The description of the postgresql allow list.
- AllowList stringId 
- The id of the postgresql allow list.
- AllowList intIp Num 
- The total number of IP addresses (or address ranges) in the whitelist.
- AllowList stringName 
- The name of the postgresql allow list.
- AllowList stringType 
- The type of the postgresql allow list.
- AllowLists List<string>
- The IP address or a range of IP addresses in CIDR format.
- AssociatedInstance intNum 
- The total number of instances bound under the whitelist.
- AssociatedInstances List<AllowlistsPostgresql Allow List Associated Instance> 
- The list of postgresql instances.
- Id string
- The id of the postgresql allow list.
- AllowList stringDesc 
- The description of the postgresql allow list.
- AllowList stringId 
- The id of the postgresql allow list.
- AllowList intIp Num 
- The total number of IP addresses (or address ranges) in the whitelist.
- AllowList stringName 
- The name of the postgresql allow list.
- AllowList stringType 
- The type of the postgresql allow list.
- AllowLists []string
- The IP address or a range of IP addresses in CIDR format.
- AssociatedInstance intNum 
- The total number of instances bound under the whitelist.
- AssociatedInstances []AllowlistsPostgresql Allow List Associated Instance 
- The list of postgresql instances.
- Id string
- The id of the postgresql allow list.
- allowList StringDesc 
- The description of the postgresql allow list.
- allowList StringId 
- The id of the postgresql allow list.
- allowList IntegerIp Num 
- The total number of IP addresses (or address ranges) in the whitelist.
- allowList StringName 
- The name of the postgresql allow list.
- allowList StringType 
- The type of the postgresql allow list.
- allowLists List<String>
- The IP address or a range of IP addresses in CIDR format.
- associatedInstance IntegerNum 
- The total number of instances bound under the whitelist.
- associatedInstances List<AllowlistsPostgresql Allow List Associated Instance> 
- The list of postgresql instances.
- id String
- The id of the postgresql allow list.
- allowList stringDesc 
- The description of the postgresql allow list.
- allowList stringId 
- The id of the postgresql allow list.
- allowList numberIp Num 
- The total number of IP addresses (or address ranges) in the whitelist.
- allowList stringName 
- The name of the postgresql allow list.
- allowList stringType 
- The type of the postgresql allow list.
- allowLists string[]
- The IP address or a range of IP addresses in CIDR format.
- associatedInstance numberNum 
- The total number of instances bound under the whitelist.
- associatedInstances AllowlistsPostgresql Allow List Associated Instance[] 
- The list of postgresql instances.
- id string
- The id of the postgresql allow list.
- allow_list_ strdesc 
- The description of the postgresql allow list.
- allow_list_ strid 
- The id of the postgresql allow list.
- allow_list_ intip_ num 
- The total number of IP addresses (or address ranges) in the whitelist.
- allow_list_ strname 
- The name of the postgresql allow list.
- allow_list_ strtype 
- The type of the postgresql allow list.
- allow_lists Sequence[str]
- The IP address or a range of IP addresses in CIDR format.
- associated_instance_ intnum 
- The total number of instances bound under the whitelist.
- associated_instances Sequence[AllowlistsPostgresql Allow List Associated Instance] 
- The list of postgresql instances.
- id str
- The id of the postgresql allow list.
- allowList StringDesc 
- The description of the postgresql allow list.
- allowList StringId 
- The id of the postgresql allow list.
- allowList NumberIp Num 
- The total number of IP addresses (or address ranges) in the whitelist.
- allowList StringName 
- The name of the postgresql allow list.
- allowList StringType 
- The type of the postgresql allow list.
- allowLists List<String>
- The IP address or a range of IP addresses in CIDR format.
- associatedInstance NumberNum 
- The total number of instances bound under the whitelist.
- associatedInstances List<Property Map>
- The list of postgresql instances.
- id String
- The id of the postgresql allow list.
AllowlistsPostgresqlAllowListAssociatedInstance     
- InstanceId string
- The id of the postgresql Instance.
- InstanceName string
- The name of the postgresql instance.
- Vpc string
- The id of the vpc.
- InstanceId string
- The id of the postgresql Instance.
- InstanceName string
- The name of the postgresql instance.
- Vpc string
- The id of the vpc.
- instanceId String
- The id of the postgresql Instance.
- instanceName String
- The name of the postgresql instance.
- vpc String
- The id of the vpc.
- instanceId string
- The id of the postgresql Instance.
- instanceName string
- The name of the postgresql instance.
- vpc string
- The id of the vpc.
- instance_id str
- The id of the postgresql Instance.
- instance_name str
- The name of the postgresql instance.
- vpc str
- The id of the vpc.
- instanceId String
- The id of the postgresql Instance.
- instanceName String
- The name of the postgresql instance.
- vpc String
- The id of the vpc.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.