Interface ICfnPhoneNumberProps
Properties for defining a CfnPhoneNumber
.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPhoneNumberProps
Syntax (vb)
Public Interface ICfnPhoneNumberProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-phonenumber.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var cfnPhoneNumberProps = new CfnPhoneNumberProps {
TargetArn = "targetArn",
// the properties below are optional
CountryCode = "countryCode",
Description = "description",
Prefix = "prefix",
SourcePhoneNumberArn = "sourcePhoneNumberArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type"
};
Synopsis
Properties
Country |
The ISO country code. |
Description | The description of the phone number. |
Prefix | The prefix of the phone number. If provided, it must contain |
Source |
The claimed phone number ARN that was previously imported from the external service, such as AWS End User Messaging. |
Tags | The tags used to organize, track, or control access for this resource. |
Target |
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution group that phone numbers are claimed to. |
Type | The type of phone number. |
Properties
CountryCode
The ISO country code.
virtual string CountryCode { get; }
Property Value
System.
Remarks
Description
The description of the phone number.
virtual string Description { get; }
Property Value
System.
Remarks
Prefix
The prefix of the phone number. If provided, it must contain +
as part of the country code.
virtual string Prefix { get; }
Property Value
System.
Remarks
SourcePhoneNumberArn
The claimed phone number ARN that was previously imported from the external service, such as AWS End User Messaging.
virtual string SourcePhoneNumberArn { get; }
Property Value
System.
Remarks
If it is from AWS End User Messaging, it looks like the ARN of the phone number that was imported from AWS End User Messaging.
Tags
The tags used to organize, track, or control access for this resource.
virtual ICfnTag[] Tags { get; }
Property Value
ICfn
Remarks
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
TargetArn
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution group that phone numbers are claimed to.
string TargetArn { get; }
Property Value
System.
Remarks
Type
The type of phone number.
virtual string Type { get; }
Property Value
System.