Table of Contents

Class CSMConfig

Namespace
Amazon.Util
Assembly
AWSSDK.Core.dll

Settings for configuring CSM in the SDK.

public class CSMConfig
Inheritance
CSMConfig
Inherited Members

Constructors

CSMConfig()

public CSMConfig()

Properties

CSMClientId

public string CSMClientId { get; set; }

Property Value

string

CSMEnabled

public bool? CSMEnabled { get; set; }

Property Value

bool?

CSMHost

public string CSMHost { get; set; }

Property Value

string

CSMPort

public int CSMPort { get; set; }

Property Value

int