1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. tls
  6. getRuleBoundHostGroup
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine

    Data Source schema for Volcengine::TLS::RuleBoundHostGroup

    Using getRuleBoundHostGroup

    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 getRuleBoundHostGroup(args: GetRuleBoundHostGroupArgs, opts?: InvokeOptions): Promise<GetRuleBoundHostGroupResult>
    function getRuleBoundHostGroupOutput(args: GetRuleBoundHostGroupOutputArgs, opts?: InvokeOptions): Output<GetRuleBoundHostGroupResult>
    def get_rule_bound_host_group(id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetRuleBoundHostGroupResult
    def get_rule_bound_host_group_output(id: pulumi.Input[Optional[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetRuleBoundHostGroupResult]
    func LookupRuleBoundHostGroup(ctx *Context, args *LookupRuleBoundHostGroupArgs, opts ...InvokeOption) (*LookupRuleBoundHostGroupResult, error)
    func LookupRuleBoundHostGroupOutput(ctx *Context, args *LookupRuleBoundHostGroupOutputArgs, opts ...InvokeOption) LookupRuleBoundHostGroupResultOutput

    > Note: This function is named LookupRuleBoundHostGroup in the Go SDK.

    public static class GetRuleBoundHostGroup 
    {
        public static Task<GetRuleBoundHostGroupResult> InvokeAsync(GetRuleBoundHostGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetRuleBoundHostGroupResult> Invoke(GetRuleBoundHostGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRuleBoundHostGroupResult> getRuleBoundHostGroup(GetRuleBoundHostGroupArgs args, InvokeOptions options)
    public static Output<GetRuleBoundHostGroupResult> getRuleBoundHostGroup(GetRuleBoundHostGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:tls/getRuleBoundHostGroup:getRuleBoundHostGroup
      arguments:
        # arguments dictionary
    data "volcenginecc_tls_get_rule_bound_host_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.

    getRuleBoundHostGroup Result

    The following output properties are available:

    HostGroup Volcengine.GetRuleBoundHostGroupHostGroup
    Bound machine group configuration information
    HostGroupId string
    Machine group ID
    Id string
    Uniquely identifies the resource.
    RuleId string
    Collection configuration ID
    HostGroup GetRuleBoundHostGroupHostGroup
    Bound machine group configuration information
    HostGroupId string
    Machine group ID
    Id string
    Uniquely identifies the resource.
    RuleId string
    Collection configuration ID
    host_group object
    Bound machine group configuration information
    host_group_id string
    Machine group ID
    id string
    Uniquely identifies the resource.
    rule_id string
    Collection configuration ID
    hostGroup GetRuleBoundHostGroupHostGroup
    Bound machine group configuration information
    hostGroupId String
    Machine group ID
    id String
    Uniquely identifies the resource.
    ruleId String
    Collection configuration ID
    hostGroup GetRuleBoundHostGroupHostGroup
    Bound machine group configuration information
    hostGroupId string
    Machine group ID
    id string
    Uniquely identifies the resource.
    ruleId string
    Collection configuration ID
    host_group GetRuleBoundHostGroupHostGroup
    Bound machine group configuration information
    host_group_id str
    Machine group ID
    id str
    Uniquely identifies the resource.
    rule_id str
    Collection configuration ID
    hostGroup Property Map
    Bound machine group configuration information
    hostGroupId String
    Machine group ID
    id String
    Uniquely identifies the resource.
    ruleId String
    Collection configuration ID

    Supporting Types

    GetRuleBoundHostGroupHostGroup

    AbnormalHeartbeatStatusCount int
    Number of machines with abnormal heartbeat status
    AgentLatestVersion string
    Latest LogCollector version number available for upgrade
    AutoUpdate bool
    Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
    CreateTime string
    Machine group creation time
    HostCount int
    Number of machines in the machine group
    HostGroupId string
    Machine group ID
    HostGroupName string
    Machine group name
    HostGroupType string
    Machine group type. IP: machine IP. Label: machine label.
    HostIdentifier string
    Machine identifier
    IamProjectName string
    IAM project associated with the machine group
    ModifyTime string
    Machine group modification time
    NormalHeartbeatStatusCount int
    Number of machines with normal heartbeat status
    RuleCount int
    Number of collection configurations bound to the machine group
    ServiceLogging bool
    Enable LogCollector service log feature. true: enabled. false (default): disabled.
    UpdateEndTime string
    LogCollector auto upgrade end time
    UpdateStartTime string
    LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
    AbnormalHeartbeatStatusCount int
    Number of machines with abnormal heartbeat status
    AgentLatestVersion string
    Latest LogCollector version number available for upgrade
    AutoUpdate bool
    Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
    CreateTime string
    Machine group creation time
    HostCount int
    Number of machines in the machine group
    HostGroupId string
    Machine group ID
    HostGroupName string
    Machine group name
    HostGroupType string
    Machine group type. IP: machine IP. Label: machine label.
    HostIdentifier string
    Machine identifier
    IamProjectName string
    IAM project associated with the machine group
    ModifyTime string
    Machine group modification time
    NormalHeartbeatStatusCount int
    Number of machines with normal heartbeat status
    RuleCount int
    Number of collection configurations bound to the machine group
    ServiceLogging bool
    Enable LogCollector service log feature. true: enabled. false (default): disabled.
    UpdateEndTime string
    LogCollector auto upgrade end time
    UpdateStartTime string
    LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
    abnormal_heartbeat_status_count number
    Number of machines with abnormal heartbeat status
    agent_latest_version string
    Latest LogCollector version number available for upgrade
    auto_update bool
    Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
    create_time string
    Machine group creation time
    host_count number
    Number of machines in the machine group
    host_group_id string
    Machine group ID
    host_group_name string
    Machine group name
    host_group_type string
    Machine group type. IP: machine IP. Label: machine label.
    host_identifier string
    Machine identifier
    iam_project_name string
    IAM project associated with the machine group
    modify_time string
    Machine group modification time
    normal_heartbeat_status_count number
    Number of machines with normal heartbeat status
    rule_count number
    Number of collection configurations bound to the machine group
    service_logging bool
    Enable LogCollector service log feature. true: enabled. false (default): disabled.
    update_end_time string
    LogCollector auto upgrade end time
    update_start_time string
    LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
    abnormalHeartbeatStatusCount Integer
    Number of machines with abnormal heartbeat status
    agentLatestVersion String
    Latest LogCollector version number available for upgrade
    autoUpdate Boolean
    Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
    createTime String
    Machine group creation time
    hostCount Integer
    Number of machines in the machine group
    hostGroupId String
    Machine group ID
    hostGroupName String
    Machine group name
    hostGroupType String
    Machine group type. IP: machine IP. Label: machine label.
    hostIdentifier String
    Machine identifier
    iamProjectName String
    IAM project associated with the machine group
    modifyTime String
    Machine group modification time
    normalHeartbeatStatusCount Integer
    Number of machines with normal heartbeat status
    ruleCount Integer
    Number of collection configurations bound to the machine group
    serviceLogging Boolean
    Enable LogCollector service log feature. true: enabled. false (default): disabled.
    updateEndTime String
    LogCollector auto upgrade end time
    updateStartTime String
    LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
    abnormalHeartbeatStatusCount number
    Number of machines with abnormal heartbeat status
    agentLatestVersion string
    Latest LogCollector version number available for upgrade
    autoUpdate boolean
    Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
    createTime string
    Machine group creation time
    hostCount number
    Number of machines in the machine group
    hostGroupId string
    Machine group ID
    hostGroupName string
    Machine group name
    hostGroupType string
    Machine group type. IP: machine IP. Label: machine label.
    hostIdentifier string
    Machine identifier
    iamProjectName string
    IAM project associated with the machine group
    modifyTime string
    Machine group modification time
    normalHeartbeatStatusCount number
    Number of machines with normal heartbeat status
    ruleCount number
    Number of collection configurations bound to the machine group
    serviceLogging boolean
    Enable LogCollector service log feature. true: enabled. false (default): disabled.
    updateEndTime string
    LogCollector auto upgrade end time
    updateStartTime string
    LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
    abnormal_heartbeat_status_count int
    Number of machines with abnormal heartbeat status
    agent_latest_version str
    Latest LogCollector version number available for upgrade
    auto_update bool
    Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
    create_time str
    Machine group creation time
    host_count int
    Number of machines in the machine group
    host_group_id str
    Machine group ID
    host_group_name str
    Machine group name
    host_group_type str
    Machine group type. IP: machine IP. Label: machine label.
    host_identifier str
    Machine identifier
    iam_project_name str
    IAM project associated with the machine group
    modify_time str
    Machine group modification time
    normal_heartbeat_status_count int
    Number of machines with normal heartbeat status
    rule_count int
    Number of collection configurations bound to the machine group
    service_logging bool
    Enable LogCollector service log feature. true: enabled. false (default): disabled.
    update_end_time str
    LogCollector auto upgrade end time
    update_start_time str
    LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
    abnormalHeartbeatStatusCount Number
    Number of machines with abnormal heartbeat status
    agentLatestVersion String
    Latest LogCollector version number available for upgrade
    autoUpdate Boolean
    Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
    createTime String
    Machine group creation time
    hostCount Number
    Number of machines in the machine group
    hostGroupId String
    Machine group ID
    hostGroupName String
    Machine group name
    hostGroupType String
    Machine group type. IP: machine IP. Label: machine label.
    hostIdentifier String
    Machine identifier
    iamProjectName String
    IAM project associated with the machine group
    modifyTime String
    Machine group modification time
    normalHeartbeatStatusCount Number
    Number of machines with normal heartbeat status
    ruleCount Number
    Number of collection configurations bound to the machine group
    serviceLogging Boolean
    Enable LogCollector service log feature. true: enabled. false (default): disabled.
    updateEndTime String
    LogCollector auto upgrade end time
    updateStartTime String
    LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.

    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.50
    published on Monday, Jul 20, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial