1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. tos
  6. getBucketAccessMonitor
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine

    Data Source schema for Volcengine::TOS::BucketAccessMonitor

    Using getBucketAccessMonitor

    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 getBucketAccessMonitor(args: GetBucketAccessMonitorArgs, opts?: InvokeOptions): Promise<GetBucketAccessMonitorResult>
    function getBucketAccessMonitorOutput(args: GetBucketAccessMonitorOutputArgs, opts?: InvokeOptions): Output<GetBucketAccessMonitorResult>
    def get_bucket_access_monitor(id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetBucketAccessMonitorResult
    def get_bucket_access_monitor_output(id: pulumi.Input[Optional[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetBucketAccessMonitorResult]
    func LookupBucketAccessMonitor(ctx *Context, args *LookupBucketAccessMonitorArgs, opts ...InvokeOption) (*LookupBucketAccessMonitorResult, error)
    func LookupBucketAccessMonitorOutput(ctx *Context, args *LookupBucketAccessMonitorOutputArgs, opts ...InvokeOption) LookupBucketAccessMonitorResultOutput

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

    public static class GetBucketAccessMonitor 
    {
        public static Task<GetBucketAccessMonitorResult> InvokeAsync(GetBucketAccessMonitorArgs args, InvokeOptions? opts = null)
        public static Output<GetBucketAccessMonitorResult> Invoke(GetBucketAccessMonitorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBucketAccessMonitorResult> getBucketAccessMonitor(GetBucketAccessMonitorArgs args, InvokeOptions options)
    public static Output<GetBucketAccessMonitorResult> getBucketAccessMonitor(GetBucketAccessMonitorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:tos/getBucketAccessMonitor:getBucketAccessMonitor
      arguments:
        # arguments dictionary
    data "volcenginecc_tos_getbucketaccessmonitor" "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.

    getBucketAccessMonitor Result

    The following output properties are available:

    Bucket string
    Bucket name.
    Id string
    Uniquely identifies the resource.
    Status string
    Whether to enable access tracking. Value descriptions: Enabled: Access tracking is enabled. Disabled: Access tracking is disabled.
    Bucket string
    Bucket name.
    Id string
    Uniquely identifies the resource.
    Status string
    Whether to enable access tracking. Value descriptions: Enabled: Access tracking is enabled. Disabled: Access tracking is disabled.
    bucket string
    Bucket name.
    id string
    Uniquely identifies the resource.
    status string
    Whether to enable access tracking. Value descriptions: Enabled: Access tracking is enabled. Disabled: Access tracking is disabled.
    bucket String
    Bucket name.
    id String
    Uniquely identifies the resource.
    status String
    Whether to enable access tracking. Value descriptions: Enabled: Access tracking is enabled. Disabled: Access tracking is disabled.
    bucket string
    Bucket name.
    id string
    Uniquely identifies the resource.
    status string
    Whether to enable access tracking. Value descriptions: Enabled: Access tracking is enabled. Disabled: Access tracking is disabled.
    bucket str
    Bucket name.
    id str
    Uniquely identifies the resource.
    status str
    Whether to enable access tracking. Value descriptions: Enabled: Access tracking is enabled. Disabled: Access tracking is disabled.
    bucket String
    Bucket name.
    id String
    Uniquely identifies the resource.
    status String
    Whether to enable access tracking. Value descriptions: Enabled: Access tracking is enabled. Disabled: Access tracking is disabled.

    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.43
    published on Monday, Jun 15, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial