PhoneNumberArgs

data class PhoneNumberArgs(val countryCode: Output<String>? = null, val description: Output<String>? = null, val prefix: Output<String>? = null, val sourcePhoneNumberArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val targetArn: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<PhoneNumberArgs>

Resource Type definition for AWS::Connect::PhoneNumber

Constructors

Link copied to clipboard
constructor(countryCode: Output<String>? = null, description: Output<String>? = null, prefix: Output<String>? = null, sourcePhoneNumberArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, targetArn: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val countryCode: Output<String>? = null

The phone number country code.

Link copied to clipboard
val description: Output<String>? = null

The description of the phone number.

Link copied to clipboard
val prefix: Output<String>? = null

The phone number prefix.

Link copied to clipboard
val sourcePhoneNumberArn: Output<String>? = null

The source phone number arn.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

One or more tags.

Link copied to clipboard
val targetArn: Output<String>? = null

The ARN of the target the phone number is claimed to.

Link copied to clipboard
val type: Output<String>? = null

The phone number type

Functions

Link copied to clipboard
open override fun toJava(): PhoneNumberArgs