Class CfnDataProvider.IbmDb2LuwSettingsProperty
IbmDb2LuwSettings property identifier.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataProvider.IbmDb2LuwSettingsProperty : CfnDataProvider.IIbmDb2LuwSettingsProperty
Syntax (vb)
Public Class CfnDataProvider.IbmDb2LuwSettingsProperty 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
IbmDb2LuwSettingsProperty() | IbmDb2LuwSettings property identifier. |
Properties
CertificateArn | IbmDb2LuwSettings property identifier. |
DatabaseName | IbmDb2LuwSettings property identifier. |
Port | IbmDb2LuwSettings property identifier. |
ServerName | IbmDb2LuwSettings property identifier. |
SslMode | IbmDb2LuwSettings property identifier. |
Constructors
IbmDb2LuwSettingsProperty()
IbmDb2LuwSettings property identifier.
public IbmDb2LuwSettingsProperty()
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"
};
Properties
CertificateArn
IbmDb2LuwSettings property identifier.
public string? CertificateArn { get; set; }
Property Value
Remarks
DatabaseName
IbmDb2LuwSettings property identifier.
public string DatabaseName { get; set; }
Property Value
Remarks
Port
IbmDb2LuwSettings property identifier.
public double Port { get; set; }
Property Value
Remarks
ServerName
IbmDb2LuwSettings property identifier.
public string ServerName { get; set; }
Property Value
Remarks
SslMode
IbmDb2LuwSettings property identifier.
public string SslMode { get; set; }