1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. tos
  6. getBucketRename
Viewing docs for volcenginecc v0.0.51
published on Monday, Jul 27, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.51
published on Monday, Jul 27, 2026 by Volcengine

    Data Source schema for Volcengine::TOS::BucketRename

    Using getBucketRename

    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 getBucketRename(args: GetBucketRenameArgs, opts?: InvokeOptions): Promise<GetBucketRenameResult>
    function getBucketRenameOutput(args: GetBucketRenameOutputArgs, opts?: InvokeOptions): Output<GetBucketRenameResult>
    def get_bucket_rename(id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetBucketRenameResult
    def get_bucket_rename_output(id: pulumi.Input[Optional[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetBucketRenameResult]
    func LookupBucketRename(ctx *Context, args *LookupBucketRenameArgs, opts ...InvokeOption) (*LookupBucketRenameResult, error)
    func LookupBucketRenameOutput(ctx *Context, args *LookupBucketRenameOutputArgs, opts ...InvokeOption) LookupBucketRenameResultOutput

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

    public static class GetBucketRename 
    {
        public static Task<GetBucketRenameResult> InvokeAsync(GetBucketRenameArgs args, InvokeOptions? opts = null)
        public static Output<GetBucketRenameResult> Invoke(GetBucketRenameInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBucketRenameResult> getBucketRename(GetBucketRenameArgs args, InvokeOptions options)
    public static Output<GetBucketRenameResult> getBucketRename(GetBucketRenameArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:tos/getBucketRename:getBucketRename
      arguments:
        # arguments dictionary
    data "volcenginecc_tos_get_bucket_rename" "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.

    getBucketRename Result

    The following output properties are available:

    Bucket string
    Bucket name
    Id string
    Uniquely identifies the resource.
    RenameEnable bool
    Whether to enable RenameObject feature. true means enabled
    Bucket string
    Bucket name
    Id string
    Uniquely identifies the resource.
    RenameEnable bool
    Whether to enable RenameObject feature. true means enabled
    bucket string
    Bucket name
    id string
    Uniquely identifies the resource.
    rename_enable bool
    Whether to enable RenameObject feature. true means enabled
    bucket String
    Bucket name
    id String
    Uniquely identifies the resource.
    renameEnable Boolean
    Whether to enable RenameObject feature. true means enabled
    bucket string
    Bucket name
    id string
    Uniquely identifies the resource.
    renameEnable boolean
    Whether to enable RenameObject feature. true means enabled
    bucket str
    Bucket name
    id str
    Uniquely identifies the resource.
    rename_enable bool
    Whether to enable RenameObject feature. true means enabled
    bucket String
    Bucket name
    id String
    Uniquely identifies the resource.
    renameEnable Boolean
    Whether to enable RenameObject feature. true means enabled

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

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial