1. Registry
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. waf
  6. getSystemBot
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine

    Data Source schema for Volcengine::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: volcenginecc:waf/getSystemBot:getSystemBot
      arguments:
        # arguments dictionary
    data "volcenginecc_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
    BotType string
    Description string
    Enable int
    Host string
    Id string
    IpMatch bool
    Name string
    ProjectName string
    RuleTag string
    VerificationExemptionTime int
    Action string
    BotType string
    Description string
    Enable int
    Host string
    Id string
    IpMatch bool
    Name string
    ProjectName string
    RuleTag string
    VerificationExemptionTime int
    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_time number
    action String
    botType String
    description String
    enable Integer
    host String
    id String
    ipMatch Boolean
    name String
    projectName String
    ruleTag String
    verificationExemptionTime Integer
    action string
    botType string
    description string
    enable number
    host string
    id string
    ipMatch boolean
    name string
    projectName string
    ruleTag string
    verificationExemptionTime number
    action String
    botType String
    description String
    enable Number
    host String
    id String
    ipMatch Boolean
    name String
    projectName String
    ruleTag String
    verificationExemptionTime Number

    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.60
    published on Thursday, Sep 3, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial