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