1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. iam
  6. getAllowedIpAddress
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine

    Data Source schema for Volcengine::IAM::AllowedIpAddress

    Using getAllowedIpAddress

    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 getAllowedIpAddress(args: GetAllowedIpAddressArgs, opts?: InvokeOptions): Promise<GetAllowedIpAddressResult>
    function getAllowedIpAddressOutput(args: GetAllowedIpAddressOutputArgs, opts?: InvokeOptions): Output<GetAllowedIpAddressResult>
    def get_allowed_ip_address(id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetAllowedIpAddressResult
    def get_allowed_ip_address_output(id: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetAllowedIpAddressResult]
    func LookupAllowedIpAddress(ctx *Context, args *LookupAllowedIpAddressArgs, opts ...InvokeOption) (*LookupAllowedIpAddressResult, error)
    func LookupAllowedIpAddressOutput(ctx *Context, args *LookupAllowedIpAddressOutputArgs, opts ...InvokeOption) LookupAllowedIpAddressResultOutput

    > Note: This function is named LookupAllowedIpAddress in the Go SDK.

    public static class GetAllowedIpAddress 
    {
        public static Task<GetAllowedIpAddressResult> InvokeAsync(GetAllowedIpAddressArgs args, InvokeOptions? opts = null)
        public static Output<GetAllowedIpAddressResult> Invoke(GetAllowedIpAddressInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAllowedIpAddressResult> getAllowedIpAddress(GetAllowedIpAddressArgs args, InvokeOptions options)
    public static Output<GetAllowedIpAddressResult> getAllowedIpAddress(GetAllowedIpAddressArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:iam/getAllowedIpAddress:getAllowedIpAddress
      arguments:
        # arguments dictionary
    data "volcenginecc_iam_getallowedipaddress" "name" {
        # arguments
    }

    The 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 string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getAllowedIpAddress Result

    The following output properties are available:

    EnableIpList bool
    Enable IP allowlist
    Id string
    Uniquely identifies the resource.
    IpLists List<Volcengine.GetAllowedIpAddressIpList>
    IP allowlist list
    Quota int
    IP allowlist quota for current identity
    UserId string
    Sub-user ID
    EnableIpList bool
    Enable IP allowlist
    Id string
    Uniquely identifies the resource.
    IpLists []GetAllowedIpAddressIpList
    IP allowlist list
    Quota int
    IP allowlist quota for current identity
    UserId string
    Sub-user ID
    enable_ip_list bool
    Enable IP allowlist
    id string
    Uniquely identifies the resource.
    ip_lists list(object)
    IP allowlist list
    quota number
    IP allowlist quota for current identity
    user_id string
    Sub-user ID
    enableIpList Boolean
    Enable IP allowlist
    id String
    Uniquely identifies the resource.
    ipLists List<GetAllowedIpAddressIpList>
    IP allowlist list
    quota Integer
    IP allowlist quota for current identity
    userId String
    Sub-user ID
    enableIpList boolean
    Enable IP allowlist
    id string
    Uniquely identifies the resource.
    ipLists GetAllowedIpAddressIpList[]
    IP allowlist list
    quota number
    IP allowlist quota for current identity
    userId string
    Sub-user ID
    enable_ip_list bool
    Enable IP allowlist
    id str
    Uniquely identifies the resource.
    ip_lists Sequence[GetAllowedIpAddressIpList]
    IP allowlist list
    quota int
    IP allowlist quota for current identity
    user_id str
    Sub-user ID
    enableIpList Boolean
    Enable IP allowlist
    id String
    Uniquely identifies the resource.
    ipLists List<Property Map>
    IP allowlist list
    quota Number
    IP allowlist quota for current identity
    userId String
    Sub-user ID

    Supporting Types

    GetAllowedIpAddressIpList

    Description string
    Description
    Ip string
    IP address
    Description string
    Description
    Ip string
    IP address
    description string
    Description
    ip string
    IP address
    description String
    Description
    ip String
    IP address
    description string
    Description
    ip string
    IP address
    description str
    Description
    ip str
    IP address
    description String
    Description
    ip String
    IP address

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.43
    published on Monday, Jun 15, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial