Table of Contents

Class PublisherTargetType

Namespace
AWS.Messaging.Configuration
Assembly
AWS.Messaging.dll

The type of publisher used.

public static class PublisherTargetType
Inheritance
PublisherTargetType

Fields

EVENTBRIDGE_PUBLISHER

Specifies a publisher that will publish to EventBridge

public const string EVENTBRIDGE_PUBLISHER = "EventBridge"

Field Value

string

SNS_PUBLISHER

Specifies a publisher that will publish to SNS

public const string SNS_PUBLISHER = "SNS"

Field Value

string

SQS_PUBLISHER

Specifies a publisher that will publish to SQS

public const string SQS_PUBLISHER = "SQS"

Field Value

string