Show / Hide Table of Contents

Class CfnDataProviderPropsMixin.IbmDb2LuwSettingsProperty

IbmDb2LuwSettings property identifier.

Inheritance
object
CfnDataProviderPropsMixin.IbmDb2LuwSettingsProperty
Implements
CfnDataProviderPropsMixin.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.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

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.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

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.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

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

CfnDataProviderPropsMixin.IIbmDb2LuwSettingsProperty
Back to top Generated by DocFX