1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ses
  5. getMultiRegionEndpoint

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
aws-native logo

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 dictionary

    The following arguments are supported:

    EndpointName string
    The name of the multi-region endpoint (global-endpoint).
    EndpointName string
    The name of the multi-region endpoint (global-endpoint).
    endpointName String
    The name of the multi-region endpoint (global-endpoint).
    endpointName string
    The name of the multi-region endpoint (global-endpoint).
    endpoint_name str
    The name of the multi-region endpoint (global-endpoint).
    endpointName String
    The name of the multi-region endpoint (global-endpoint).

    getMultiRegionEndpoint Result

    The following output properties are available:

    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
    Tags Tag
    An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
    tags List<Tag>
    An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
    tags Tag[]
    An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
    tags Sequence[root_Tag]
    An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).
    tags 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

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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
      Meet Neo: Your AI Platform Teammate