Class CfnDataProviderPropsMixin.IbmDb2LuwSettingsProperty
IbmDb2LuwSettings property identifier.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.DMS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataProviderPropsMixin.IbmDb2LuwSettingsProperty : CfnDataProviderPropsMixin.IIbmDb2LuwSettingsProperty
Syntax (vb)
Public Class CfnDataProviderPropsMixin.IbmDb2LuwSettingsProperty Implements CfnDataProviderPropsMixin.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.Mixins.Preview.AWS.DMS.Mixins;
var ibmDb2LuwSettingsProperty = new IbmDb2LuwSettingsProperty {
CertificateArn = "certificateArn",
DatabaseName = "databaseName",
Port = 123,
ServerName = "serverName",
SslMode = "sslMode"
};
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.Mixins.Preview.AWS.DMS.Mixins;
var ibmDb2LuwSettingsProperty = new IbmDb2LuwSettingsProperty {
CertificateArn = "certificateArn",
DatabaseName = "databaseName",
Port = 123,
ServerName = "serverName",
SslMode = "sslMode"
};
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; }