Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::TOS::BucketEncryption
Using getBucketEncryption
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 getBucketEncryption(args: GetBucketEncryptionArgs, opts?: InvokeOptions): Promise<GetBucketEncryptionResult>
function getBucketEncryptionOutput(args: GetBucketEncryptionOutputArgs, opts?: InvokeOptions): Output<GetBucketEncryptionResult>def get_bucket_encryption(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBucketEncryptionResult
def get_bucket_encryption_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBucketEncryptionResult]func LookupBucketEncryption(ctx *Context, args *LookupBucketEncryptionArgs, opts ...InvokeOption) (*LookupBucketEncryptionResult, error)
func LookupBucketEncryptionOutput(ctx *Context, args *LookupBucketEncryptionOutputArgs, opts ...InvokeOption) LookupBucketEncryptionResultOutput> Note: This function is named LookupBucketEncryption in the Go SDK.
public static class GetBucketEncryption
{
public static Task<GetBucketEncryptionResult> InvokeAsync(GetBucketEncryptionArgs args, InvokeOptions? opts = null)
public static Output<GetBucketEncryptionResult> Invoke(GetBucketEncryptionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBucketEncryptionResult> getBucketEncryption(GetBucketEncryptionArgs args, InvokeOptions options)
public static Output<GetBucketEncryptionResult> getBucketEncryption(GetBucketEncryptionArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:tos/getBucketEncryption:getBucketEncryption
arguments:
# arguments dictionaryThe 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 str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getBucketEncryption Result
The following output properties are available:
- Id string
- Uniquely identifies the resource.
- Kms
Master stringKey Id - The master key used for SSE-KMS encryption
- Name string
- Bucket name
- Sse
Algorithm string - Default server-side encryption method. The values are explained as follows: kms: uses SSE-KMS encryption. AES256: uses SSE-TOS encryption with the AES256 algorithm. SM4: uses SSE-TOS encryption with the SM4 algorithm
- Id string
- Uniquely identifies the resource.
- Kms
Master stringKey Id - The master key used for SSE-KMS encryption
- Name string
- Bucket name
- Sse
Algorithm string - Default server-side encryption method. The values are explained as follows: kms: uses SSE-KMS encryption. AES256: uses SSE-TOS encryption with the AES256 algorithm. SM4: uses SSE-TOS encryption with the SM4 algorithm
- id String
- Uniquely identifies the resource.
- kms
Master StringKey Id - The master key used for SSE-KMS encryption
- name String
- Bucket name
- sse
Algorithm String - Default server-side encryption method. The values are explained as follows: kms: uses SSE-KMS encryption. AES256: uses SSE-TOS encryption with the AES256 algorithm. SM4: uses SSE-TOS encryption with the SM4 algorithm
- id string
- Uniquely identifies the resource.
- kms
Master stringKey Id - The master key used for SSE-KMS encryption
- name string
- Bucket name
- sse
Algorithm string - Default server-side encryption method. The values are explained as follows: kms: uses SSE-KMS encryption. AES256: uses SSE-TOS encryption with the AES256 algorithm. SM4: uses SSE-TOS encryption with the SM4 algorithm
- id str
- Uniquely identifies the resource.
- kms_
master_ strkey_ id - The master key used for SSE-KMS encryption
- name str
- Bucket name
- sse_
algorithm str - Default server-side encryption method. The values are explained as follows: kms: uses SSE-KMS encryption. AES256: uses SSE-TOS encryption with the AES256 algorithm. SM4: uses SSE-TOS encryption with the SM4 algorithm
- id String
- Uniquely identifies the resource.
- kms
Master StringKey Id - The master key used for SSE-KMS encryption
- name String
- Bucket name
- sse
Algorithm String - Default server-side encryption method. The values are explained as follows: kms: uses SSE-KMS encryption. AES256: uses SSE-TOS encryption with the AES256 algorithm. SM4: uses SSE-TOS encryption with the SM4 algorithm
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.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
