1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. smsvoice
  5. getSenderId

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi

aws-native.smsvoice.getSenderId

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi

    Resource Type definition for AWS::SMSVOICE::SenderId

    Using getSenderId

    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 getSenderId(args: GetSenderIdArgs, opts?: InvokeOptions): Promise<GetSenderIdResult>
    function getSenderIdOutput(args: GetSenderIdOutputArgs, opts?: InvokeOptions): Output<GetSenderIdResult>
    def get_sender_id(iso_country_code: Optional[str] = None,
                      sender_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetSenderIdResult
    def get_sender_id_output(iso_country_code: Optional[pulumi.Input[str]] = None,
                      sender_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetSenderIdResult]
    func LookupSenderId(ctx *Context, args *LookupSenderIdArgs, opts ...InvokeOption) (*LookupSenderIdResult, error)
    func LookupSenderIdOutput(ctx *Context, args *LookupSenderIdOutputArgs, opts ...InvokeOption) LookupSenderIdResultOutput

    > Note: This function is named LookupSenderId in the Go SDK.

    public static class GetSenderId 
    {
        public static Task<GetSenderIdResult> InvokeAsync(GetSenderIdArgs args, InvokeOptions? opts = null)
        public static Output<GetSenderIdResult> Invoke(GetSenderIdInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSenderIdResult> getSenderId(GetSenderIdArgs args, InvokeOptions options)
    public static Output<GetSenderIdResult> getSenderId(GetSenderIdArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:smsvoice:getSenderId
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IsoCountryCode string
    The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
    SenderIdValue string
    The sender ID string to request.
    IsoCountryCode string
    The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
    SenderId string
    The sender ID string to request.
    isoCountryCode String
    The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
    senderId String
    The sender ID string to request.
    isoCountryCode string
    The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
    senderId string
    The sender ID string to request.
    iso_country_code str
    The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
    sender_id str
    The sender ID string to request.
    isoCountryCode String
    The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
    senderId String
    The sender ID string to request.

    getSenderId Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) associated with the SenderId.
    DeletionProtectionEnabled bool
    When set to true the sender ID can't be deleted. By default this is set to false.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    Arn string
    The Amazon Resource Name (ARN) associated with the SenderId.
    DeletionProtectionEnabled bool
    When set to true the sender ID can't be deleted. By default this is set to false.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    arn String
    The Amazon Resource Name (ARN) associated with the SenderId.
    deletionProtectionEnabled Boolean
    When set to true the sender ID can't be deleted. By default this is set to false.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    arn string
    The Amazon Resource Name (ARN) associated with the SenderId.
    deletionProtectionEnabled boolean
    When set to true the sender ID can't be deleted. By default this is set to false.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    arn str
    The Amazon Resource Name (ARN) associated with the SenderId.
    deletion_protection_enabled bool
    When set to true the sender ID can't be deleted. By default this is set to false.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    arn String
    The Amazon Resource Name (ARN) associated with the SenderId.
    deletionProtectionEnabled Boolean
    When set to true the sender ID can't be deleted. By default this is set to false.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    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.34.0 published on Friday, Sep 12, 2025 by Pulumi