![]() |
![]()
| ![]() |
![]()
NAMEPaws::DMS::ModifyEndpoint - Arguments for method ModifyEndpoint on Paws::DMS DESCRIPTIONThis class represents the parameters used for calling the method ModifyEndpoint on the AWS Database Migration Service service. Use the attributes of this class as arguments to method ModifyEndpoint. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ModifyEndpoint. SYNOPSISmy $dms = Paws->service('DMS'); # Modify endpoint # Modifies the specified endpoint. my $ModifyEndpointResponse = $dms->ModifyEndpoint( 'CertificateArn' => '', 'DatabaseName' => '', 'EndpointArn' => '', 'EndpointIdentifier' => '', 'EndpointType' => 'source', 'EngineName' => '', 'ExtraConnectionAttributes' => '', 'Password' => '', 'Port' => 123, 'ServerName' => '', 'SslMode' => 'require', 'Username' => '' ); # Results: my $Endpoint = $ModifyEndpointResponse->Endpoint; # Returns a L<Paws::DMS::ModifyEndpointResponse> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/dms/ModifyEndpoint> ATTRIBUTESCertificateArn => StrThe Amazon Resource Name (ARN) of the certificate used for SSL connection. DatabaseName => StrThe name of the endpoint database. DmsTransferSettings => Paws::DMS::DmsTransferSettingsThe settings in JSON format for the DMS transfer type of source endpoint. Attributes include the following:
Shorthand syntax for these settings is as follows: "ServiceAccessRoleArn=string ,BucketName=string,CompressionType=string" JSON syntax for these settings is as follows: "{ "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }" DocDbSettings => Paws::DMS::DocDbSettingsSettings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in Using DocumentDB as a Target for AWS Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html) in the AWS Database Migration Service User Guide. DynamoDbSettings => Paws::DMS::DynamoDbSettingsSettings in JSON format for the target Amazon DynamoDB endpoint. For information about other available settings, see Using Object Mapping to Migrate Data to DynamoDB (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html) in the AWS Database Migration Service User Guide. ElasticsearchSettings => Paws::DMS::ElasticsearchSettingsSettings in JSON format for the target Elasticsearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration) in the AWS Database Migration Service User Guide. REQUIRED EndpointArn => StrThe Amazon Resource Name (ARN) string that uniquely identifies the endpoint. EndpointIdentifier => StrThe database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens. EndpointType => StrThe type of endpoint. Valid values are "source" and "target". Valid values are: "source", "target" EngineName => StrThe type of engine for the endpoint. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", and "neptune". ExternalTableDefinition => StrThe external table definition. ExtraConnectionAttributes => StrAdditional attributes associated with the connection. To reset this parameter, pass the empty string ("") as an argument. IBMDb2Settings => Paws::DMS::IBMDb2SettingsSettings in JSON format for the source IBM Db2 LUW endpoint. For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.ConnectionAttrib) in the AWS Database Migration Service User Guide. KafkaSettings => Paws::DMS::KafkaSettingsSettings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using Apache Kafka as a Target for AWS Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html) in the AWS Database Migration Service User Guide. KinesisSettings => Paws::DMS::KinesisSettingsSettings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using Amazon Kinesis Data Streams as a Target for AWS Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html) in the AWS Database Migration Service User Guide. MicrosoftSQLServerSettings => Paws::DMS::MicrosoftSQLServerSettingsSettings in JSON format for the source and target Microsoft SQL Server endpoint. For information about other available settings, see Extra connection attributes when using SQL Server as a source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.ConnectionAttrib) and Extra connection attributes when using SQL Server as a target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.ConnectionAttrib) in the AWS Database Migration Service User Guide. MongoDbSettings => Paws::DMS::MongoDbSettingsSettings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Using MongoDB as a Target for AWS Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html) in the AWS Database Migration Service User Guide. MySQLSettings => Paws::DMS::MySQLSettingsSettings in JSON format for the source and target MySQL endpoint. For information about other available settings, see Extra connection attributes when using MySQL as a source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.ConnectionAttrib) and Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.ConnectionAttrib) in the AWS Database Migration Service User Guide. NeptuneSettings => Paws::DMS::NeptuneSettingsSettings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying Endpoint Settings for Amazon Neptune as a Target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings) in the AWS Database Migration Service User Guide. OracleSettings => Paws::DMS::OracleSettingsSettings in JSON format for the source and target Oracle endpoint. For information about other available settings, see Extra connection attributes when using Oracle as a source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.ConnectionAttrib) and Extra connection attributes when using Oracle as a target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.ConnectionAttrib) in the AWS Database Migration Service User Guide. Password => StrThe password to be used to login to the endpoint database. Port => IntThe port used by the endpoint database. PostgreSQLSettings => Paws::DMS::PostgreSQLSettingsSettings in JSON format for the source and target PostgreSQL endpoint. For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.ConnectionAttrib) and Extra connection attributes when using PostgreSQL as a target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.ConnectionAttrib) in the AWS Database Migration Service User Guide. RedshiftSettings => Paws::DMS::RedshiftSettingsS3Settings => Paws::DMS::S3SettingsSettings in JSON format for the target Amazon S3 endpoint. For more information about the available settings, see Extra Connection Attributes When Using Amazon S3 as a Target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring) in the AWS Database Migration Service User Guide. ServerName => StrThe name of the server where the endpoint database resides. ServiceAccessRoleArn => StrThe Amazon Resource Name (ARN) for the service access role you want to use to modify the endpoint. SslMode => StrThe SSL mode used to connect to the endpoint. The default value is "none". Valid values are: "none", "require", "verify-ca", "verify-full" SybaseSettings => Paws::DMS::SybaseSettingsSettings in JSON format for the source and target SAP ASE endpoint. For information about other available settings, see Extra connection attributes when using SAP ASE as a source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.ConnectionAttrib) and Extra connection attributes when using SAP ASE as a target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.ConnectionAttrib) in the AWS Database Migration Service User Guide. Username => StrThe user name to be used to login to the endpoint database. SEE ALSOThis class forms part of Paws, documenting arguments for method ModifyEndpoint in Paws::DMS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|