NAME

Paws::DMS::Endpoint

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::DMS::Endpoint object:

$service_obj->Method(Att1 => { DatabaseName => $value, ..., Username => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::DMS::Endpoint object:

$result = $service_obj->Method(...);
$result->Att1->DatabaseName

DESCRIPTION

This class has no description

ATTRIBUTES

DatabaseName => Str

The name of the database at the endpoint.

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.

EngineName => Str

The database engine name.

ExtraConnectionAttributes => Str

Additional connection attributes used to connect to the endpoint.

KmsKeyId => Str

The KMS key identifier that will be used to encrypt the connection
parameters. If you do not specify a value for the KmsKeyId parameter,
then AWS DMS will use your default encryption key. AWS KMS creates the
default encryption key for your AWS account. Your AWS account has a
different default encryption key for each AWS region.

Port => Int

The port value used to access the endpoint.

ServerName => Str

The name of the server at the endpoint.

Status => Str

The status of the endpoint.

Username => Str

The user name used to connect to the endpoint.

SEE ALSO

This class forms part of Paws, describing an object used 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