We recommend new projects start with resources from the AWS provider.
aws-native.smsvoice.SenderId
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- 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.
- 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. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- 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.
- Deletion
Protection boolEnabled - When set to true the sender ID can't be deleted. By default this is set to false.
- Tag
Args - An array of key-value pairs to apply to this resource.
- 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.
- 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.
- 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.
- 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.
- 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.
- deletion_
protection_ boolenabled - When set to true the sender ID can't be deleted. By default this is set to false.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- 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.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the SenderId resource produces the following output properties:
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.