tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWafCiphers
Start a Neo task
Explain and create a tencentcloud.getWafCiphers resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of waf ciphers
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getWafCiphers({});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_waf_ciphers()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetWafCiphers(ctx, &tencentcloud.GetWafCiphersArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = Tencentcloud.GetWafCiphers.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetWafCiphersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = TencentcloudFunctions.getWafCiphers(GetWafCiphersArgs.builder()
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getWafCiphers
arguments: {}
Using getWafCiphers
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 getWafCiphers(args: GetWafCiphersArgs, opts?: InvokeOptions): Promise<GetWafCiphersResult>
function getWafCiphersOutput(args: GetWafCiphersOutputArgs, opts?: InvokeOptions): Output<GetWafCiphersResult>def get_waf_ciphers(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWafCiphersResult
def get_waf_ciphers_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWafCiphersResult]func GetWafCiphers(ctx *Context, args *GetWafCiphersArgs, opts ...InvokeOption) (*GetWafCiphersResult, error)
func GetWafCiphersOutput(ctx *Context, args *GetWafCiphersOutputArgs, opts ...InvokeOption) GetWafCiphersResultOutput> Note: This function is named GetWafCiphers in the Go SDK.
public static class GetWafCiphers
{
public static Task<GetWafCiphersResult> InvokeAsync(GetWafCiphersArgs args, InvokeOptions? opts = null)
public static Output<GetWafCiphersResult> Invoke(GetWafCiphersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWafCiphersResult> getWafCiphers(GetWafCiphersArgs args, InvokeOptions options)
public static Output<GetWafCiphersResult> getWafCiphers(GetWafCiphersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWafCiphers:getWafCiphers
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Id string
- Result
Output stringFile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
- id string
- result
Output stringFile - Used to save results.
- id str
- result_
output_ strfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
getWafCiphers Result
The following output properties are available:
- Ciphers
List<Get
Waf Ciphers Cipher> - Encryption Suite InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- Id string
- Result
Output stringFile
- Ciphers
[]Get
Waf Ciphers Cipher - Encryption Suite InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- Id string
- Result
Output stringFile
- ciphers
List<Get
Waf Ciphers Cipher> - Encryption Suite InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- id String
- result
Output StringFile
- ciphers
Get
Waf Ciphers Cipher[] - Encryption Suite InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- id string
- result
Output stringFile
- ciphers
Sequence[Get
Waf Ciphers Cipher] - Encryption Suite InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- id str
- result_
output_ strfile
- ciphers List<Property Map>
- Encryption Suite InformationNote: This field may return null, indicating that a valid value cannot be obtained.
- id String
- result
Output StringFile
Supporting Types
GetWafCiphersCipher
- Cipher
Id double - Encryption Suite IDNote: This field may return null, indicating that a valid value cannot be obtained.
- Cipher
Name string - Encryption Suite NameNote: This field may return null, indicating that a valid value cannot be obtained.
- Version
Id double - TLS version IDNote: This field may return null, indicating that a valid value cannot be obtained.
- Cipher
Id float64 - Encryption Suite IDNote: This field may return null, indicating that a valid value cannot be obtained.
- Cipher
Name string - Encryption Suite NameNote: This field may return null, indicating that a valid value cannot be obtained.
- Version
Id float64 - TLS version IDNote: This field may return null, indicating that a valid value cannot be obtained.
- cipher
Id Double - Encryption Suite IDNote: This field may return null, indicating that a valid value cannot be obtained.
- cipher
Name String - Encryption Suite NameNote: This field may return null, indicating that a valid value cannot be obtained.
- version
Id Double - TLS version IDNote: This field may return null, indicating that a valid value cannot be obtained.
- cipher
Id number - Encryption Suite IDNote: This field may return null, indicating that a valid value cannot be obtained.
- cipher
Name string - Encryption Suite NameNote: This field may return null, indicating that a valid value cannot be obtained.
- version
Id number - TLS version IDNote: This field may return null, indicating that a valid value cannot be obtained.
- cipher_
id float - Encryption Suite IDNote: This field may return null, indicating that a valid value cannot be obtained.
- cipher_
name str - Encryption Suite NameNote: This field may return null, indicating that a valid value cannot be obtained.
- version_
id float - TLS version IDNote: This field may return null, indicating that a valid value cannot be obtained.
- cipher
Id Number - Encryption Suite IDNote: This field may return null, indicating that a valid value cannot be obtained.
- cipher
Name String - Encryption Suite NameNote: This field may return null, indicating that a valid value cannot be obtained.
- version
Id Number - TLS version IDNote: This field may return null, indicating that a valid value cannot be obtained.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
