You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::Certificate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the certificate.

#certificate_creation_dateTime

The date that the certificate was created.

Returns:

  • (Time)

    The date that the certificate was created.

#certificate_identifierString

A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can\'t end with a hyphen or contain two consecutive hyphens.

Returns:

  • (String)

    A customer-assigned name for the certificate.

#certificate_ownerString

The owner of the certificate.

Returns:

  • (String)

    The owner of the certificate.

#certificate_pemString

The contents of a .pem file, which contains an X.509 certificate.

Returns:

  • (String)

    The contents of a .pem file, which contains an X.509 certificate.

#certificate_walletString

The location of an imported Oracle Wallet certificate for use with SSL.

Returns:

  • (String)

    The location of an imported Oracle Wallet certificate for use with SSL.

#key_lengthInteger

The key length of the cryptographic algorithm being used.

Returns:

  • (Integer)

    The key length of the cryptographic algorithm being used.

#signing_algorithmString

The signing algorithm for the certificate.

Returns:

  • (String)

    The signing algorithm for the certificate.

#valid_from_dateTime

The beginning date that the certificate is valid.

Returns:

  • (Time)

    The beginning date that the certificate is valid.

#valid_to_dateTime

The final date that the certificate is valid.

Returns:

  • (Time)

    The final date that the certificate is valid.