We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.smsvoice.getSenderId
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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 dictionaryThe following arguments are supported:
- Iso
Country stringCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
- Sender
Id stringValue - The sender ID string to request.
- Iso
Country stringCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
- Sender
Id string - The sender ID string to request.
- iso
Country StringCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
- sender
Id String - The sender ID string to request.
- iso
Country stringCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
- sender
Id string - The sender ID string to request.
- iso_
country_ strcode - 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.
- iso
Country StringCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
- sender
Id 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.
- Deletion
Protection boolEnabled - When set to true the sender ID can't be deleted. By default this is set to false.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Arn string
- The Amazon Resource Name (ARN) associated with the SenderId.
- Deletion
Protection boolEnabled - When set to true the sender ID can't be deleted. By default this is set to false.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) associated with the SenderId.
- deletion
Protection BooleanEnabled - When set to true the sender ID can't be deleted. By default this is set to false.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- The Amazon Resource Name (ARN) associated with the SenderId.
- deletion
Protection booleanEnabled - When set to true the sender ID can't be deleted. By default this is set to false.
- 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_ boolenabled - When set to true the sender ID can't be deleted. By default this is set to false.
- 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.
- deletion
Protection BooleanEnabled - When set to true the sender ID can't be deleted. By default this is set to false.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
