NAME

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

DESCRIPTION

This class represents the parameters used for calling the method CreateEndpoint on the AWS Database Migration Service service. Use the attributes of this class as arguments to method CreateEndpoint.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateEndpoint.

As an example:

$service_obj->CreateEndpoint(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 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.

REQUIRED EndpointType => Str

The type of endpoint.

Valid values are: "source", "target"

REQUIRED EngineName => Str

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

ExtraConnectionAttributes => Str

Additional attributes associated with the connection.

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.

REQUIRED Password => Str

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

REQUIRED Port => Int

The port used by the endpoint database.

REQUIRED ServerName => Str

The name of the server where the endpoint database resides.

Tags => ArrayRef[Paws::DMS::Tag]

Tags to be added to the endpoint.

REQUIRED 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 CreateEndpoint 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