Class AmazonEventBridgeConfig
- Namespace
- Amazon.EventBridge
- Assembly
- AWSSDK.EventBridge.dll
Configuration for accessing Amazon EventBridge service
public class AmazonEventBridgeConfig : ClientConfig
- Inheritance
-
AmazonEventBridgeConfig
Constructors
AmazonEventBridgeConfig()
Default constructor
public AmazonEventBridgeConfig()
Properties
RegionEndpointServiceName
The constant used to lookup in the region hash the endpoint.
public override string RegionEndpointServiceName { get; }
Property Value
ServiceId
The ServiceId, which is the unique identifier for a service.
public static string ServiceId { get; }
Property Value
ServiceVersion
Gets the ServiceVersion property.
public override string ServiceVersion { get; }
Property Value
UserAgent
Gets the value of UserAgent property.
public override string UserAgent { get; }