Show / Hide Table of Contents

Class CfnDataProvider.IbmDb2LuwSettingsProperty

IbmDb2LuwSettings property identifier.

Inheritance
object
CfnDataProvider.IbmDb2LuwSettingsProperty
Implements
CfnDataProvider.IIbmDb2LuwSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-certificatearn

DatabaseName

IbmDb2LuwSettings property identifier.

public string DatabaseName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-databasename

Port

IbmDb2LuwSettings property identifier.

public double Port { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-port

ServerName

IbmDb2LuwSettings property identifier.

public string ServerName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-servername

SslMode

IbmDb2LuwSettings property identifier.

public string SslMode { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-ibmdb2luwsettings.html#cfn-dms-dataprovider-ibmdb2luwsettings-sslmode

Implements

CfnDataProvider.IIbmDb2LuwSettingsProperty
Back to top Generated by DocFX