Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
published on Thursday, Sep 3, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
published on Thursday, Sep 3, 2026 by Volcengine
Data Source schema for Volcengine::WAF::IpGroup
Using getIpGroup
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 getIpGroup(args: GetIpGroupArgs, opts?: InvokeOptions): Promise<GetIpGroupResult>
function getIpGroupOutput(args: GetIpGroupOutputArgs, opts?: InvokeOutputOptions): Output<GetIpGroupResult>def get_ip_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIpGroupResult
def get_ip_group_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetIpGroupResult]func LookupIpGroup(ctx *Context, args *LookupIpGroupArgs, opts ...InvokeOption) (*LookupIpGroupResult, error)
func LookupIpGroupOutput(ctx *Context, args *LookupIpGroupOutputArgs, opts ...InvokeOption) LookupIpGroupResultOutput> Note: This function is named LookupIpGroup in the Go SDK.
public static class GetIpGroup
{
public static Task<GetIpGroupResult> InvokeAsync(GetIpGroupArgs args, InvokeOptions? opts = null)
public static Output<GetIpGroupResult> Invoke(GetIpGroupInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetIpGroupResult> Invoke(GetIpGroupInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetIpGroupResult> getIpGroup(GetIpGroupArgs args, InvokeOptions options)
public static Output<GetIpGroupResult> getIpGroup(GetIpGroupArgs args, InvokeOptions options)
public static Output<GetIpGroupResult> getIpGroup(GetIpGroupArgs args, InvokeOutputOptions options)
fn::invoke:
function: volcenginecc:waf/getIpGroup:getIpGroup
arguments:
# arguments dictionarydata "volcenginecc_waf_get_ip_group" "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.
getIpGroup Result
The following output properties are available:
- Id string
- Uniquely identifies the resource.
- Ip
Count int - Number of IPs in the IP Address Group
- Ip
Group stringId - IP Address Group ID
- Ip
Lists List<string> - IP Address or Address Range List
- Name string
- IP Address Group Name
-
List<Volcengine.
Get Ip Group Related Rule> - Associated Rule
- Update
Time string - Last Updated
- Id string
- Uniquely identifies the resource.
- Ip
Count int - Number of IPs in the IP Address Group
- Ip
Group stringId - IP Address Group ID
- Ip
Lists []string - IP Address or Address Range List
- Name string
- IP Address Group Name
-
[]Get
Ip Group Related Rule - Associated Rule
- Update
Time string - Last Updated
- id string
- Uniquely identifies the resource.
- ip_
count number - Number of IPs in the IP Address Group
- ip_
group_ stringid - IP Address Group ID
- ip_
lists list(string) - IP Address or Address Range List
- name string
- IP Address Group Name
- list(object)
- Associated Rule
- update_
time string - Last Updated
- id String
- Uniquely identifies the resource.
- ip
Count Integer - Number of IPs in the IP Address Group
- ip
Group StringId - IP Address Group ID
- ip
Lists List<String> - IP Address or Address Range List
- name String
- IP Address Group Name
-
List<Get
Ip Group Related Rule> - Associated Rule
- update
Time String - Last Updated
- id string
- Uniquely identifies the resource.
- ip
Count number - Number of IPs in the IP Address Group
- ip
Group stringId - IP Address Group ID
- ip
Lists string[] - IP Address or Address Range List
- name string
- IP Address Group Name
-
Get
Ip Group Related Rule[] - Associated Rule
- update
Time string - Last Updated
- id str
- Uniquely identifies the resource.
- ip_
count int - Number of IPs in the IP Address Group
- ip_
group_ strid - IP Address Group ID
- ip_
lists Sequence[str] - IP Address or Address Range List
- name str
- IP Address Group Name
-
Sequence[Get
Ip Group Related Rule] - Associated Rule
- update_
time str - Last Updated
- id String
- Uniquely identifies the resource.
- ip
Count Number - Number of IPs in the IP Address Group
- ip
Group StringId - IP Address Group ID
- ip
Lists List<String> - IP Address or Address Range List
- name String
- IP Address Group Name
- List<Property Map>
- Associated Rule
- update
Time String - Last Updated
Supporting Types
GetIpGroupRelatedRule
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.60
published on Thursday, Sep 3, 2026 by Volcengine
published on Thursday, Sep 3, 2026 by Volcengine