tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getSesReceivers
Start a Neo task
Explain and create a tencentcloud.getSesReceivers resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of ses receivers
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const receivers = tencentcloud.getSesReceivers({
status: 3,
keyWord: "keep",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
receivers = tencentcloud.get_ses_receivers(status=3,
key_word="keep")
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.GetSesReceivers(ctx, &tencentcloud.GetSesReceiversArgs{
Status: pulumi.Float64Ref(3),
KeyWord: pulumi.StringRef("keep"),
}, 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 receivers = Tencentcloud.GetSesReceivers.Invoke(new()
{
Status = 3,
KeyWord = "keep",
});
});
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.GetSesReceiversArgs;
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 receivers = TencentcloudFunctions.getSesReceivers(GetSesReceiversArgs.builder()
.status(3)
.keyWord("keep")
.build());
}
}
variables:
receivers:
fn::invoke:
function: tencentcloud:getSesReceivers
arguments:
status: 3
keyWord: keep
Using getSesReceivers
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 getSesReceivers(args: GetSesReceiversArgs, opts?: InvokeOptions): Promise<GetSesReceiversResult>
function getSesReceiversOutput(args: GetSesReceiversOutputArgs, opts?: InvokeOptions): Output<GetSesReceiversResult>def get_ses_receivers(id: Optional[str] = None,
key_word: Optional[str] = None,
result_output_file: Optional[str] = None,
status: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetSesReceiversResult
def get_ses_receivers_output(id: Optional[pulumi.Input[str]] = None,
key_word: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSesReceiversResult]func GetSesReceivers(ctx *Context, args *GetSesReceiversArgs, opts ...InvokeOption) (*GetSesReceiversResult, error)
func GetSesReceiversOutput(ctx *Context, args *GetSesReceiversOutputArgs, opts ...InvokeOption) GetSesReceiversResultOutput> Note: This function is named GetSesReceivers in the Go SDK.
public static class GetSesReceivers
{
public static Task<GetSesReceiversResult> InvokeAsync(GetSesReceiversArgs args, InvokeOptions? opts = null)
public static Output<GetSesReceiversResult> Invoke(GetSesReceiversInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSesReceiversResult> getSesReceivers(GetSesReceiversArgs args, InvokeOptions options)
public static Output<GetSesReceiversResult> getSesReceivers(GetSesReceiversArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getSesReceivers:getSesReceivers
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Key
Word string - Group name keyword for fuzzy query.
- Result
Output stringFile - Used to save results.
- Status double
- Group status (
1: to be uploaded;2: uploading;3: uploaded). To query groups in all states, do not pass in this parameter.
- Id string
- Key
Word string - Group name keyword for fuzzy query.
- Result
Output stringFile - Used to save results.
- Status float64
- Group status (
1: to be uploaded;2: uploading;3: uploaded). To query groups in all states, do not pass in this parameter.
- id String
- key
Word String - Group name keyword for fuzzy query.
- result
Output StringFile - Used to save results.
- status Double
- Group status (
1: to be uploaded;2: uploading;3: uploaded). To query groups in all states, do not pass in this parameter.
- id string
- key
Word string - Group name keyword for fuzzy query.
- result
Output stringFile - Used to save results.
- status number
- Group status (
1: to be uploaded;2: uploading;3: uploaded). To query groups in all states, do not pass in this parameter.
- id str
- key_
word str - Group name keyword for fuzzy query.
- result_
output_ strfile - Used to save results.
- status float
- Group status (
1: to be uploaded;2: uploading;3: uploaded). To query groups in all states, do not pass in this parameter.
- id String
- key
Word String - Group name keyword for fuzzy query.
- result
Output StringFile - Used to save results.
- status Number
- Group status (
1: to be uploaded;2: uploading;3: uploaded). To query groups in all states, do not pass in this parameter.
getSesReceivers Result
The following output properties are available:
- Datas
List<Get
Ses Receivers Data> - Data record.
- Id string
- Key
Word string - Result
Output stringFile - Status double
- Datas
[]Get
Ses Receivers Data - Data record.
- Id string
- Key
Word string - Result
Output stringFile - Status float64
- datas
List<Get
Ses Receivers Data> - Data record.
- id String
- key
Word String - result
Output StringFile - status Double
- datas
Get
Ses Receivers Data[] - Data record.
- id string
- key
Word string - result
Output stringFile - status number
- datas
Sequence[Get
Ses Receivers Data] - Data record.
- id str
- key_
word str - result_
output_ strfile - status float
- datas List<Property Map>
- Data record.
- id String
- key
Word String - result
Output StringFile - status Number
Supporting Types
GetSesReceiversData
- Count double
- Total number of recipient email addresses.
- Create
Time string - Creation time, such as 2021-09-28 16:40:35.
- Desc string
- Recipient group descriptionNote: This field may return
null, indicating that no valid value can be found. - Receiver
Id double - Recipient group ID.
- Receivers
Name string - Recipient group name.
- Receivers
Status double - Group status (
1: to be uploaded;2uploading;3uploaded)Note: This field may returnnull, indicating that no valid value can be found.
- Count float64
- Total number of recipient email addresses.
- Create
Time string - Creation time, such as 2021-09-28 16:40:35.
- Desc string
- Recipient group descriptionNote: This field may return
null, indicating that no valid value can be found. - Receiver
Id float64 - Recipient group ID.
- Receivers
Name string - Recipient group name.
- Receivers
Status float64 - Group status (
1: to be uploaded;2uploading;3uploaded)Note: This field may returnnull, indicating that no valid value can be found.
- count Double
- Total number of recipient email addresses.
- create
Time String - Creation time, such as 2021-09-28 16:40:35.
- desc String
- Recipient group descriptionNote: This field may return
null, indicating that no valid value can be found. - receiver
Id Double - Recipient group ID.
- receivers
Name String - Recipient group name.
- receivers
Status Double - Group status (
1: to be uploaded;2uploading;3uploaded)Note: This field may returnnull, indicating that no valid value can be found.
- count number
- Total number of recipient email addresses.
- create
Time string - Creation time, such as 2021-09-28 16:40:35.
- desc string
- Recipient group descriptionNote: This field may return
null, indicating that no valid value can be found. - receiver
Id number - Recipient group ID.
- receivers
Name string - Recipient group name.
- receivers
Status number - Group status (
1: to be uploaded;2uploading;3uploaded)Note: This field may returnnull, indicating that no valid value can be found.
- count float
- Total number of recipient email addresses.
- create_
time str - Creation time, such as 2021-09-28 16:40:35.
- desc str
- Recipient group descriptionNote: This field may return
null, indicating that no valid value can be found. - receiver_
id float - Recipient group ID.
- receivers_
name str - Recipient group name.
- receivers_
status float - Group status (
1: to be uploaded;2uploading;3uploaded)Note: This field may returnnull, indicating that no valid value can be found.
- count Number
- Total number of recipient email addresses.
- create
Time String - Creation time, such as 2021-09-28 16:40:35.
- desc String
- Recipient group descriptionNote: This field may return
null, indicating that no valid value can be found. - receiver
Id Number - Recipient group ID.
- receivers
Name String - Recipient group name.
- receivers
Status Number - Group status (
1: to be uploaded;2uploading;3uploaded)Note: This field may returnnull, indicating that no valid value can be found.
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
