Class CfnDataProvider.IbmDb2LuwSettingsProperty
IbmDb2LuwSettings property identifier.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IbmDb2LuwSettingsProperty : Object, CfnDataProvider.IIbmDb2LuwSettingsProperty
Syntax (vb)
Public Class IbmDb2LuwSettingsProperty
Inherits Object
Implements CfnDataProvider.IIbmDb2LuwSettingsProperty
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.AWS.DMS;
var ibmDb2LuwSettingsProperty = new IbmDb2LuwSettingsProperty {
DatabaseName = "databaseName",
Port = 123,
ServerName = "serverName",
SslMode = "sslMode",
// the properties below are optional
CertificateArn = "certificateArn"
};
Synopsis
Constructors
Ibm |
Properties
Certificate |
|
Database |
|
Port | |
Server |
|
Ssl |
Constructors
IbmDb2LuwSettingsProperty()
public IbmDb2LuwSettingsProperty()
Properties
CertificateArn
public string CertificateArn { get; set; }
Property Value
System.
Remarks
DatabaseName
public string DatabaseName { get; set; }
Property Value
System.
Remarks
Port
public double Port { get; set; }
Property Value
System.
Remarks
ServerName
public string ServerName { get; set; }
Property Value
System.
Remarks
SslMode
public string SslMode { get; set; }
Property Value
System.