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

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 => { CertificateArn => $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->CertificateArn

DESCRIPTION

This class has no description

ATTRIBUTES

CertificateArn => Str

  The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

DatabaseName => Str

  The name of the database at the endpoint.

DmsTransferSettings => Paws::DMS::DmsTransferSettings

  The settings in JSON format for the DMS transfer type of source
endpoint.

Possible attributes include the following:

  • serviceAccessRoleArn - The IAM role that has permission to access the Amazon S3 bucket.

  • bucketName - The name of the S3 bucket to use.

  • compressionType - An optional parameter to use GZIP to compress the target files. To use GZIP, set this value to NONE (the default). To keep the files uncompressed, don't use this value.

Shorthand syntax for these attributes is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string

JSON syntax for these attributes is as follows: { "ServiceAccessRoleArn": "string", "BucketName": "string", "CompressionType": "none"|"gzip" }

DynamoDbSettings => Paws::DMS::DynamoDbSettings

  The settings for the target DynamoDB database. For more information,
see the C<DynamoDBSettings> structure.

ElasticsearchSettings => Paws::DMS::ElasticsearchSettings

  The settings for the Elasticsearch source endpoint. For more
information, see the C<ElasticsearchSettings> structure.

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.

EngineDisplayName => Str

  The expanded name for the engine name. For example, if the
C<EngineName> parameter is "aurora," this value would be "Amazon Aurora
MySQL."

EngineName => Str

  The database engine name. Valid values, depending on the EndPointType,
include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql,
redshift, s3, db2, azuredb, sybase, sybase, dynamodb, mongodb, and
sqlserver.

ExternalId => Str

  Value returned by a call to CreateEndpoint that can be used for
cross-account validation. Use it on a subsequent call to CreateEndpoint
to create the endpoint with a cross-account.

ExternalTableDefinition => Str

  The external table definition.

ExtraConnectionAttributes => Str

  Additional connection attributes used to connect to the endpoint.

KinesisSettings => Paws::DMS::KinesisSettings

  The settings for the Amazon Kinesis source endpoint. For more
information, see the C<KinesisSettings> structure.

KmsKeyId => Str

  The AWS KMS key identifier that is used to encrypt the content on the
replication instance. If you don't specify a value for the C<KmsKeyId>
parameter, then AWS DMS uses 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.

MongoDbSettings => Paws::DMS::MongoDbSettings

  The settings for the MongoDB source endpoint. For more information, see
the C<MongoDbSettings> structure.

Port => Int

  The port value used to access the endpoint.

S3Settings => Paws::DMS::S3Settings

  The settings for the S3 target endpoint. For more information, see the
C<S3Settings> structure.

ServerName => Str

  The name of the server at the endpoint.

ServiceAccessRoleArn => Str

  The Amazon Resource Name (ARN) used by the service access IAM role.

SslMode => Str

  The SSL mode used to connect to the endpoint.

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

The default value is none.

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