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
CertificateArn => Str
The Amazon Resource Number (ARN) for the certificate.
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, REDSHIFT, SYBASE, and 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.
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 use for the SSL connection.
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"
Tags => ArrayRef[Paws::DMS::Tag]
Tags to be added to the endpoint.
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