We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.connect.PhoneNumber
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::Connect::PhoneNumber
Create PhoneNumber Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PhoneNumber(name: string, args: PhoneNumberArgs, opts?: CustomResourceOptions);
@overload
def PhoneNumber(resource_name: str,
args: PhoneNumberArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PhoneNumber(resource_name: str,
opts: Optional[ResourceOptions] = None,
target_arn: Optional[str] = None,
country_code: Optional[str] = None,
description: Optional[str] = None,
prefix: Optional[str] = None,
source_phone_number_arn: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
type: Optional[str] = None)
func NewPhoneNumber(ctx *Context, name string, args PhoneNumberArgs, opts ...ResourceOption) (*PhoneNumber, error)
public PhoneNumber(string name, PhoneNumberArgs args, CustomResourceOptions? opts = null)
public PhoneNumber(String name, PhoneNumberArgs args)
public PhoneNumber(String name, PhoneNumberArgs args, CustomResourceOptions options)
type: aws-native:connect:PhoneNumber
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 PhoneNumberArgs
- 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 PhoneNumberArgs
- 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 PhoneNumberArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PhoneNumberArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PhoneNumberArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
PhoneNumber Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The PhoneNumber resource accepts the following input properties:
- Target
Arn string - The ARN of the target the phone number is claimed to.
- Country
Code string - The phone number country code.
- Description string
- The description of the phone number.
- Prefix string
- The phone number prefix.
- Source
Phone stringNumber Arn - The source phone number arn.
- List<Pulumi.
Aws Native. Inputs. Tag> - One or more tags.
- Type string
- The phone number type
- Target
Arn string - The ARN of the target the phone number is claimed to.
- Country
Code string - The phone number country code.
- Description string
- The description of the phone number.
- Prefix string
- The phone number prefix.
- Source
Phone stringNumber Arn - The source phone number arn.
- Tag
Args - One or more tags.
- Type string
- The phone number type
- target
Arn String - The ARN of the target the phone number is claimed to.
- country
Code String - The phone number country code.
- description String
- The description of the phone number.
- prefix String
- The phone number prefix.
- source
Phone StringNumber Arn - The source phone number arn.
- List<Tag>
- One or more tags.
- type String
- The phone number type
- target
Arn string - The ARN of the target the phone number is claimed to.
- country
Code string - The phone number country code.
- description string
- The description of the phone number.
- prefix string
- The phone number prefix.
- source
Phone stringNumber Arn - The source phone number arn.
- Tag[]
- One or more tags.
- type string
- The phone number type
- target_
arn str - The ARN of the target the phone number is claimed to.
- country_
code str - The phone number country code.
- description str
- The description of the phone number.
- prefix str
- The phone number prefix.
- source_
phone_ strnumber_ arn - The source phone number arn.
- Sequence[Tag
Args] - One or more tags.
- type str
- The phone number type
- target
Arn String - The ARN of the target the phone number is claimed to.
- country
Code String - The phone number country code.
- description String
- The description of the phone number.
- prefix String
- The phone number prefix.
- source
Phone StringNumber Arn - The source phone number arn.
- List<Property Map>
- One or more tags.
- type String
- The phone number type
Outputs
All input properties are implicitly available as output properties. Additionally, the PhoneNumber resource produces the following output properties:
- Address string
- The phone number e164 address.
- Id string
- The provider-assigned unique ID for this managed resource.
- Phone
Number stringArn - The phone number ARN
- Address string
- The phone number e164 address.
- Id string
- The provider-assigned unique ID for this managed resource.
- Phone
Number stringArn - The phone number ARN
- address String
- The phone number e164 address.
- id String
- The provider-assigned unique ID for this managed resource.
- phone
Number StringArn - The phone number ARN
- address string
- The phone number e164 address.
- id string
- The provider-assigned unique ID for this managed resource.
- phone
Number stringArn - The phone number ARN
- address str
- The phone number e164 address.
- id str
- The provider-assigned unique ID for this managed resource.
- phone_
number_ strarn - The phone number ARN
- address String
- The phone number e164 address.
- id String
- The provider-assigned unique ID for this managed resource.
- phone
Number StringArn - The phone number ARN
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.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi