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

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.SenderId

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

    Create SenderId Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SenderId(name: string, args: SenderIdArgs, opts?: CustomResourceOptions);
    @overload
    def SenderId(resource_name: str,
                 args: SenderIdArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def SenderId(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 iso_country_code: Optional[str] = None,
                 sender_id: Optional[str] = None,
                 deletion_protection_enabled: Optional[bool] = None,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewSenderId(ctx *Context, name string, args SenderIdArgs, opts ...ResourceOption) (*SenderId, error)
    public SenderId(string name, SenderIdArgs args, CustomResourceOptions? opts = null)
    public SenderId(String name, SenderIdArgs args)
    public SenderId(String name, SenderIdArgs args, CustomResourceOptions options)
    
    type: aws-native:smsvoice:SenderId
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SenderIdArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SenderIdArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SenderIdArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SenderIdArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SenderIdArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SenderId Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SenderId resource accepts the following input properties:

    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.
    DeletionProtectionEnabled bool
    When set to true the sender ID can't be deleted. By default this is set to false.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    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.
    DeletionProtectionEnabled bool
    When set to true the sender ID can't be deleted. By default this is set to false.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    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.
    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.
    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.
    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.
    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.
    deletion_protection_enabled bool
    When set to true the sender ID can't be deleted. By default this is set to false.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    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.
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SenderId resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) associated with the SenderId.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) associated with the SenderId.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) associated with the SenderId.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) associated with the SenderId.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) associated with the SenderId.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) associated with the SenderId.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    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