Viewing docs for volcenginecc v0.0.51
published on Monday, Jul 27, 2026 by Volcengine
published on Monday, Jul 27, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.51
published on Monday, Jul 27, 2026 by Volcengine
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 dictionarydata "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.
- Rename
Enable 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.
- rename_
enable bool - Whether to enable RenameObject feature. true means enabled
- bucket String
- Bucket name
- id String
- Uniquely identifies the resource.
- rename
Enable Boolean - Whether to enable RenameObject feature. true means enabled
- bucket string
- Bucket name
- id string
- Uniquely identifies the resource.
- rename
Enable 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.
- rename
Enable 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
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.51
published on Monday, Jul 27, 2026 by Volcengine
published on Monday, Jul 27, 2026 by Volcengine