Viewing docs for bytepluscc v0.0.39
published on Thursday, Jul 9, 2026 by Byteplus
published on Thursday, Jul 9, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.39
published on Thursday, Jul 9, 2026 by Byteplus
published on Thursday, Jul 9, 2026 by Byteplus
Data Source schema for Byteplus::WAF::HostGroup
Using getHostGroup
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 getHostGroup(args: GetHostGroupArgs, opts?: InvokeOptions): Promise<GetHostGroupResult>
function getHostGroupOutput(args: GetHostGroupOutputArgs, opts?: InvokeOptions): Output<GetHostGroupResult>def get_host_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHostGroupResult
def get_host_group_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHostGroupResult]func LookupHostGroup(ctx *Context, args *LookupHostGroupArgs, opts ...InvokeOption) (*LookupHostGroupResult, error)
func LookupHostGroupOutput(ctx *Context, args *LookupHostGroupOutputArgs, opts ...InvokeOption) LookupHostGroupResultOutput> Note: This function is named LookupHostGroup in the Go SDK.
public static class GetHostGroup
{
public static Task<GetHostGroupResult> InvokeAsync(GetHostGroupArgs args, InvokeOptions? opts = null)
public static Output<GetHostGroupResult> Invoke(GetHostGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHostGroupResult> getHostGroup(GetHostGroupArgs args, InvokeOptions options)
public static Output<GetHostGroupResult> getHostGroup(GetHostGroupArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:waf/getHostGroup:getHostGroup
arguments:
# arguments dictionarydata "bytepluscc_waf_gethostgroup" "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.
getHostGroup Result
The following output properties are available:
- Description string
- Domain group description.
- Host
Count int - Number of domains in the domain group.
- Host
Group stringId - Domain group ID.
- Host
Lists List<string> - Domains in the domain group. The list can be filtered by the first element.
- Id string
- Uniquely identifies the resource.
- Name string
- Domain group name.
- Project
Name string - Project name.
-
List<Byteplus.
Get Host Group Related Rule> - Associated rule list.
- Update
Time string - Domain group update time.
- Description string
- Domain group description.
- Host
Count int - Number of domains in the domain group.
- Host
Group stringId - Domain group ID.
- Host
Lists []string - Domains in the domain group. The list can be filtered by the first element.
- Id string
- Uniquely identifies the resource.
- Name string
- Domain group name.
- Project
Name string - Project name.
-
[]Get
Host Group Related Rule - Associated rule list.
- Update
Time string - Domain group update time.
- description string
- Domain group description.
- host_
count number - Number of domains in the domain group.
- host_
group_ stringid - Domain group ID.
- host_
lists list(string) - Domains in the domain group. The list can be filtered by the first element.
- id string
- Uniquely identifies the resource.
- name string
- Domain group name.
- project_
name string - Project name.
- list(object)
- Associated rule list.
- update_
time string - Domain group update time.
- description String
- Domain group description.
- host
Count Integer - Number of domains in the domain group.
- host
Group StringId - Domain group ID.
- host
Lists List<String> - Domains in the domain group. The list can be filtered by the first element.
- id String
- Uniquely identifies the resource.
- name String
- Domain group name.
- project
Name String - Project name.
-
List<Get
Host Group Related Rule> - Associated rule list.
- update
Time String - Domain group update time.
- description string
- Domain group description.
- host
Count number - Number of domains in the domain group.
- host
Group stringId - Domain group ID.
- host
Lists string[] - Domains in the domain group. The list can be filtered by the first element.
- id string
- Uniquely identifies the resource.
- name string
- Domain group name.
- project
Name string - Project name.
-
Get
Host Group Related Rule[] - Associated rule list.
- update
Time string - Domain group update time.
- description str
- Domain group description.
- host_
count int - Number of domains in the domain group.
- host_
group_ strid - Domain group ID.
- host_
lists Sequence[str] - Domains in the domain group. The list can be filtered by the first element.
- id str
- Uniquely identifies the resource.
- name str
- Domain group name.
- project_
name str - Project name.
-
Sequence[Get
Host Group Related Rule] - Associated rule list.
- update_
time str - Domain group update time.
- description String
- Domain group description.
- host
Count Number - Number of domains in the domain group.
- host
Group StringId - Domain group ID.
- host
Lists List<String> - Domains in the domain group. The list can be filtered by the first element.
- id String
- Uniquely identifies the resource.
- name String
- Domain group name.
- project
Name String - Project name.
- List<Property Map>
- Associated rule list.
- update
Time String - Domain group update time.
Supporting Types
GetHostGroupRelatedRule
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.39
published on Thursday, Jul 9, 2026 by Byteplus
published on Thursday, Jul 9, 2026 by Byteplus