Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus
Data Source schema for Byteplus::WAF::SystemBot
Using getSystemBot
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 getSystemBot(args: GetSystemBotArgs, opts?: InvokeOptions): Promise<GetSystemBotResult>
function getSystemBotOutput(args: GetSystemBotOutputArgs, opts?: InvokeOutputOptions): Output<GetSystemBotResult>def get_system_bot(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemBotResult
def get_system_bot_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetSystemBotResult]func LookupSystemBot(ctx *Context, args *LookupSystemBotArgs, opts ...InvokeOption) (*LookupSystemBotResult, error)
func LookupSystemBotOutput(ctx *Context, args *LookupSystemBotOutputArgs, opts ...InvokeOption) LookupSystemBotResultOutput> Note: This function is named LookupSystemBot in the Go SDK.
public static class GetSystemBot
{
public static Task<GetSystemBotResult> InvokeAsync(GetSystemBotArgs args, InvokeOptions? opts = null)
public static Output<GetSystemBotResult> Invoke(GetSystemBotInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetSystemBotResult> Invoke(GetSystemBotInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetSystemBotResult> getSystemBot(GetSystemBotArgs args, InvokeOptions options)
public static Output<GetSystemBotResult> getSystemBot(GetSystemBotArgs args, InvokeOptions options)
public static Output<GetSystemBotResult> getSystemBot(GetSystemBotArgs args, InvokeOutputOptions options)
fn::invoke:
function: bytepluscc:waf/getSystemBot:getSystemBot
arguments:
# arguments dictionarydata "bytepluscc_waf_get_system_bot" "name" {
# arguments
}The following arguments are supported:
- Id string
- Id string
- id string
- id String
- id string
- id str
- id String
getSystemBot Result
The following output properties are available:
- Action string
- Bot
Type string - Description string
- Enable int
- Host string
- Id string
- Ip
Match bool - Name string
- Project
Name string - Rule
Tag string - Verification
Exemption intTime
- Action string
- Bot
Type string - Description string
- Enable int
- Host string
- Id string
- Ip
Match bool - Name string
- Project
Name string - Rule
Tag string - Verification
Exemption intTime
- action string
- bot_
type string - description string
- enable number
- host string
- id string
- ip_
match bool - name string
- project_
name string - rule_
tag string - verification_
exemption_ numbertime
- action String
- bot
Type String - description String
- enable Integer
- host String
- id String
- ip
Match Boolean - name String
- project
Name String - rule
Tag String - verification
Exemption IntegerTime
- action string
- bot
Type string - description string
- enable number
- host string
- id string
- ip
Match boolean - name string
- project
Name string - rule
Tag string - verification
Exemption numberTime
- action str
- bot_
type str - description str
- enable int
- host str
- id str
- ip_
match bool - name str
- project_
name str - rule_
tag str - verification_
exemption_ inttime
- action String
- bot
Type String - description String
- enable Number
- host String
- id String
- ip
Match Boolean - name String
- project
Name String - rule
Tag String - verification
Exemption NumberTime
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.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus