We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
Resource Type definition for AWS::SES::MultiRegionEndpoint
Using getMultiRegionEndpoint
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 getMultiRegionEndpoint(args: GetMultiRegionEndpointArgs, opts?: InvokeOptions): Promise<GetMultiRegionEndpointResult>
function getMultiRegionEndpointOutput(args: GetMultiRegionEndpointOutputArgs, opts?: InvokeOptions): Output<GetMultiRegionEndpointResult>def get_multi_region_endpoint(endpoint_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMultiRegionEndpointResult
def get_multi_region_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMultiRegionEndpointResult]func LookupMultiRegionEndpoint(ctx *Context, args *LookupMultiRegionEndpointArgs, opts ...InvokeOption) (*LookupMultiRegionEndpointResult, error)
func LookupMultiRegionEndpointOutput(ctx *Context, args *LookupMultiRegionEndpointOutputArgs, opts ...InvokeOption) LookupMultiRegionEndpointResultOutput> Note: This function is named LookupMultiRegionEndpoint in the Go SDK.
public static class GetMultiRegionEndpoint
{
public static Task<GetMultiRegionEndpointResult> InvokeAsync(GetMultiRegionEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetMultiRegionEndpointResult> Invoke(GetMultiRegionEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMultiRegionEndpointResult> getMultiRegionEndpoint(GetMultiRegionEndpointArgs args, InvokeOptions options)
public static Output<GetMultiRegionEndpointResult> getMultiRegionEndpoint(GetMultiRegionEndpointArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ses:getMultiRegionEndpoint
arguments:
# arguments dictionaryThe following arguments are supported:
- Endpoint
Name string - The name of the multi-region endpoint (global-endpoint).
- Endpoint
Name string - The name of the multi-region endpoint (global-endpoint).
- endpoint
Name String - The name of the multi-region endpoint (global-endpoint).
- endpoint
Name string - The name of the multi-region endpoint (global-endpoint).
- endpoint_
name str - The name of the multi-region endpoint (global-endpoint).
- endpoint
Name String - The name of the multi-region endpoint (global-endpoint).
getMultiRegionEndpoint Result
The following output properties are available:
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
- Tag
- An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
- List<Tag>
- An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
- Tag[]
- An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
- Sequence[root_Tag]
- An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
- List<Property Map>
- An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
