Show / Hide Table of Contents

Class CfnDataProviderPropsMixin.MicrosoftSqlServerSettingsProperty

Provides information that defines a Microsoft SQL Server endpoint.

Inheritance
object
CfnDataProviderPropsMixin.MicrosoftSqlServerSettingsProperty
Implements
CfnDataProviderPropsMixin.IMicrosoftSqlServerSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DMS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataProviderPropsMixin.MicrosoftSqlServerSettingsProperty : CfnDataProviderPropsMixin.IMicrosoftSqlServerSettingsProperty
Syntax (vb)
Public Class CfnDataProviderPropsMixin.MicrosoftSqlServerSettingsProperty Implements CfnDataProviderPropsMixin.IMicrosoftSqlServerSettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.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.CfnPropertyMixins.AWS.DMS;

             var microsoftSqlServerSettingsProperty = new MicrosoftSqlServerSettingsProperty {
                 CertificateArn = "certificateArn",
                 DatabaseName = "databaseName",
                 Port = 123,
                 ServerName = "serverName",
                 SslMode = "sslMode"
             };

Synopsis

Constructors

MicrosoftSqlServerSettingsProperty()

Provides information that defines a Microsoft SQL Server endpoint.

Properties

CertificateArn

Provides information that defines a Microsoft SQL Server endpoint.

DatabaseName

Database name for the endpoint.

Port

Endpoint TCP port.

ServerName

Fully qualified domain name of the endpoint.

SslMode

Provides information that defines a Microsoft SQL Server endpoint.

Constructors

MicrosoftSqlServerSettingsProperty()

Provides information that defines a Microsoft SQL Server endpoint.

public MicrosoftSqlServerSettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-microsoftsqlserversettings.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.CfnPropertyMixins.AWS.DMS;

             var microsoftSqlServerSettingsProperty = new MicrosoftSqlServerSettingsProperty {
                 CertificateArn = "certificateArn",
                 DatabaseName = "databaseName",
                 Port = 123,
                 ServerName = "serverName",
                 SslMode = "sslMode"
             };

Properties

CertificateArn

Provides information that defines a Microsoft SQL Server endpoint.

public string? CertificateArn { get; set; }
Property Value

string

Remarks

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

DatabaseName

Database name for the endpoint.

public string? DatabaseName { get; set; }
Property Value

string

Remarks

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

Port

Endpoint TCP port.

public double? Port { get; set; }
Property Value

double?

Remarks

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

ServerName

Fully qualified domain name of the endpoint.

public string? ServerName { get; set; }
Property Value

string

Remarks

For an Amazon RDS SQL Server instance, this is the output of DescribeDBInstances , in the Endpoint .Address field.

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

SslMode

Provides information that defines a Microsoft SQL Server endpoint.

public string? SslMode { get; set; }
Property Value

string

Remarks

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

Implements

CfnDataProviderPropsMixin.IMicrosoftSqlServerSettingsProperty
Back to top Generated by DocFX