Show / Hide Table of Contents

Interface ISenderIdReference

A reference to a SenderId resource.

Namespace: Amazon.CDK.Interfaces.SMSVOICE
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISenderIdReference
Syntax (vb)
Public Interface ISenderIdReference
Remarks

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.Interfaces.SMSVOICE;

            var senderIdReference = new SenderIdReference {
                IsoCountryCode = "isoCountryCode",
                SenderId = "senderId",
                SenderIdArn = "senderIdArn"
            };

Synopsis

Properties

IsoCountryCode

The IsoCountryCode of the SenderId resource.

SenderId

The SenderId of the SenderId resource.

SenderIdArn

The ARN of the SenderId resource.

Properties

IsoCountryCode

The IsoCountryCode of the SenderId resource.

string IsoCountryCode { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

SenderId

The SenderId of the SenderId resource.

string SenderId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

SenderIdArn

The ARN of the SenderId resource.

string SenderIdArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX