interface MySqlSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DMS.CfnDataProvider.MySqlSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#CfnDataProvider_MySqlSettingsProperty |
![]() | software.amazon.awscdk.services.dms.CfnDataProvider.MySqlSettingsProperty |
![]() | aws_cdk.aws_dms.CfnDataProvider.MySqlSettingsProperty |
![]() | aws-cdk-lib » aws_dms » CfnDataProvider » MySqlSettingsProperty |
Provides information that defines a MySQL endpoint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dms as dms } from 'aws-cdk-lib';
const mySqlSettingsProperty: dms.CfnDataProvider.MySqlSettingsProperty = {
port: 123,
serverName: 'serverName',
sslMode: 'sslMode',
// the properties below are optional
certificateArn: 'certificateArn',
};
Properties
Name | Type | Description |
---|---|---|
port | number | Endpoint TCP port. |
server | string | The host name of the endpoint database. |
ssl | string | |
certificate | string |
port
Type:
number
Endpoint TCP port.
serverName
Type:
string
The host name of the endpoint database.
For an Amazon RDS MySQL instance, this is the output of DescribeDBInstances , in the [Endpoint](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html) .Address
field.
For an Aurora MySQL instance, this is the output of DescribeDBClusters , in the Endpoint
field.
sslMode
Type:
string
certificateArn?
Type:
string
(optional)