Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
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 dictionarydata "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:
- Enable
Ip boolList - Enable IP allowlist
- Id string
- Uniquely identifies the resource.
- Ip
Lists List<Volcengine.Get Allowed Ip Address Ip List> - IP allowlist list
- Quota int
- IP allowlist quota for current identity
- User
Id string - Sub-user ID
- Enable
Ip boolList - Enable IP allowlist
- Id string
- Uniquely identifies the resource.
- Ip
Lists []GetAllowed Ip Address Ip List - IP allowlist list
- Quota int
- IP allowlist quota for current identity
- User
Id string - Sub-user ID
- enable_
ip_ boollist - 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
- enable
Ip BooleanList - Enable IP allowlist
- id String
- Uniquely identifies the resource.
- ip
Lists List<GetAllowed Ip Address Ip List> - IP allowlist list
- quota Integer
- IP allowlist quota for current identity
- user
Id String - Sub-user ID
- enable
Ip booleanList - Enable IP allowlist
- id string
- Uniquely identifies the resource.
- ip
Lists GetAllowed Ip Address Ip List[] - IP allowlist list
- quota number
- IP allowlist quota for current identity
- user
Id string - Sub-user ID
- enable_
ip_ boollist - Enable IP allowlist
- id str
- Uniquely identifies the resource.
- ip_
lists Sequence[GetAllowed Ip Address Ip List] - IP allowlist list
- quota int
- IP allowlist quota for current identity
- user_
id str - Sub-user ID
- enable
Ip BooleanList - Enable IP allowlist
- id String
- Uniquely identifies the resource.
- ip
Lists List<Property Map> - IP allowlist list
- quota Number
- IP allowlist quota for current identity
- user
Id 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
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine