1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. tos
  6. getBucketEncryption
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
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 dictionary

    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 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.
    KmsMasterKeyId string
    The master key used for SSE-KMS encryption
    Name string
    Bucket name
    SseAlgorithm 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.
    KmsMasterKeyId string
    The master key used for SSE-KMS encryption
    Name string
    Bucket name
    SseAlgorithm 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.
    kmsMasterKeyId String
    The master key used for SSE-KMS encryption
    name String
    Bucket name
    sseAlgorithm 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.
    kmsMasterKeyId string
    The master key used for SSE-KMS encryption
    name string
    Bucket name
    sseAlgorithm 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_key_id str
    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.
    kmsMasterKeyId String
    The master key used for SSE-KMS encryption
    name String
    Bucket name
    sseAlgorithm 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 volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.