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:
- Instance
Id string - The id of the postgresql Instance.
 - Name
Regex string - A Name Regex of Resource.
 - Output
File string - File name where to save data source results.
 
- Instance
Id string - The id of the postgresql Instance.
 - Name
Regex string - A Name Regex of Resource.
 - Output
File string - File name where to save data source results.
 
- instance
Id String - The id of the postgresql Instance.
 - name
Regex String - A Name Regex of Resource.
 - output
File String - File name where to save data source results.
 
- instance
Id string - The id of the postgresql Instance.
 - name
Regex string - A Name Regex of Resource.
 - output
File 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.
 
- instance
Id String - The id of the postgresql Instance.
 - name
Regex String - A Name Regex of Resource.
 - 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.
 - Postgresql
Allow List<AllowlistsLists Postgresql Allow List>  - The list of postgresql allowed list.
 - Total
Count int - The total count of query.
 - Instance
Id string - The id of the postgresql instance.
 - Name
Regex string - Output
File string 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Postgresql
Allow []AllowlistsLists Postgresql Allow List  - The list of postgresql allowed list.
 - Total
Count int - The total count of query.
 - Instance
Id string - The id of the postgresql instance.
 - Name
Regex string - Output
File string 
- id String
 - The provider-assigned unique ID for this managed resource.
 - postgresql
Allow List<AllowlistsLists Postgresql Allow List>  - The list of postgresql allowed list.
 - total
Count Integer - The total count of query.
 - instance
Id String - The id of the postgresql instance.
 - name
Regex String - output
File String 
- id string
 - The provider-assigned unique ID for this managed resource.
 - postgresql
Allow AllowlistsLists Postgresql Allow List[]  - The list of postgresql allowed list.
 - total
Count number - The total count of query.
 - instance
Id string - The id of the postgresql instance.
 - name
Regex string - output
File 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.
 - postgresql
Allow List<Property Map>Lists  - The list of postgresql allowed list.
 - total
Count Number - The total count of query.
 - instance
Id String - The id of the postgresql instance.
 - name
Regex String - output
File String 
Supporting Types
AllowlistsPostgresqlAllowList   
- Allow
List stringDesc  - The description of the postgresql allow list.
 - Allow
List stringId  - 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 stringName  - The name of the postgresql allow list.
 - Allow
List stringType  - The type of the postgresql allow list.
 - Allow
Lists List<string> - 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 List<AllowlistsPostgresql Allow List Associated Instance>  - The list of postgresql instances.
 - Id string
 - The id of the postgresql allow list.
 
- Allow
List stringDesc  - The description of the postgresql allow list.
 - Allow
List stringId  - 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 stringName  - The name of the postgresql allow list.
 - Allow
List stringType  - The type of the postgresql allow list.
 - Allow
Lists []string - 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 []AllowlistsPostgresql Allow List Associated Instance  - The list of postgresql instances.
 - Id string
 - The id of the postgresql allow list.
 
- allow
List StringDesc  - The description of the postgresql allow list.
 - allow
List StringId  - The id of the postgresql allow list.
 - allow
List IntegerIp Num  - The total number of IP addresses (or address ranges) in the whitelist.
 - allow
List StringName  - The name of the postgresql allow list.
 - allow
List StringType  - The type of the postgresql allow list.
 - allow
Lists List<String> - The IP address or a range of IP addresses in CIDR format.
 - associated
Instance IntegerNum  - The total number of instances bound under the whitelist.
 - associated
Instances List<AllowlistsPostgresql Allow List Associated Instance>  - The list of postgresql instances.
 - id String
 - The id of the postgresql allow list.
 
- allow
List stringDesc  - The description of the postgresql allow list.
 - allow
List stringId  - The id of the postgresql allow list.
 - allow
List numberIp Num  - The total number of IP addresses (or address ranges) in the whitelist.
 - allow
List stringName  - The name of the postgresql allow list.
 - allow
List stringType  - The type of the postgresql allow list.
 - allow
Lists string[] - The IP address or a range of IP addresses in CIDR format.
 - associated
Instance numberNum  - The total number of instances bound under the whitelist.
 - associated
Instances 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.
 
- allow
List StringDesc  - The description of the postgresql allow list.
 - allow
List StringId  - The id of the postgresql allow list.
 - allow
List NumberIp Num  - The total number of IP addresses (or address ranges) in the whitelist.
 - allow
List StringName  - The name of the postgresql allow list.
 - allow
List StringType  - The type of the postgresql allow list.
 - allow
Lists List<String> - The IP address or a range of IP addresses in CIDR format.
 - associated
Instance NumberNum  - The total number of instances bound under the whitelist.
 - associated
Instances List<Property Map> - The list of postgresql instances.
 - id String
 - The id of the postgresql allow list.
 
AllowlistsPostgresqlAllowListAssociatedInstance     
- Instance
Id string - The id of the postgresql Instance.
 - Instance
Name string - The name of the postgresql instance.
 - Vpc string
 - The id of the vpc.
 
- Instance
Id string - The id of the postgresql Instance.
 - Instance
Name string - The name of the postgresql instance.
 - Vpc string
 - The id of the vpc.
 
- instance
Id String - The id of the postgresql Instance.
 - instance
Name String - The name of the postgresql instance.
 - vpc String
 - The id of the vpc.
 
- instance
Id string - The id of the postgresql Instance.
 - instance
Name 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.
 
- instance
Id String - The id of the postgresql Instance.
 - instance
Name 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.