The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::DMS::ModifyEndpoint - Arguments for method ModifyEndpoint on Paws::DMS

DESCRIPTION

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

As an example:

  $service_obj->ModifyEndpoint(Att1 => $value1, Att2 => $value2, ...);

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.

ATTRIBUTES

CertificateArn => Str

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

DatabaseName => Str

The name of the endpoint database.

REQUIRED EndpointArn => Str

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

EndpointIdentifier => Str

The database endpoint identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.

EndpointType => Str

The type of endpoint.

Valid values are: "source", "target"

EngineName => Str

The type of engine for the endpoint. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER.

ExtraConnectionAttributes => Str

Additional attributes associated with the connection.

Password => Str

The password to be used to login to the endpoint database.

Port => Int

The port used by the endpoint database.

ServerName => Str

The name of the server where the endpoint database resides.

SslMode => Str

The SSL mode to be used.

SSL mode can be one of four values: none, require, verify-ca, verify-full.

The default value is none.

Valid values are: "none", "require", "verify-ca", "verify-full"

Username => Str

The user name to be used to login to the endpoint database.

SEE ALSO

This class forms part of Paws, documenting arguments for method ModifyEndpoint in Paws::DMS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues