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_arn ⇒ String

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) for the certificate.

#certificate_creation_date ⇒ Time

The date that the certificate was created.

Returns:

  • (Time) —

    The date that the certificate was created.

#certificate_identifier ⇒ String

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_owner ⇒ String

The owner of the certificate.

Returns:

  • (String) —

    The owner of the certificate.

#certificate_pem ⇒ String

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_wallet ⇒ String

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_length ⇒ Integer

The key length of the cryptographic algorithm being used.

Returns:

  • (Integer) —

    The key length of the cryptographic algorithm being used.

#signing_algorithm ⇒ String

The signing algorithm for the certificate.

Returns:

  • (String) —

    The signing algorithm for the certificate.

#valid_from_date ⇒ Time

The beginning date that the certificate is valid.

Returns:

  • (Time) —

    The beginning date that the certificate is valid.

#valid_to_date ⇒ Time

The final date that the certificate is valid.

Returns:

  • (Time) —

    The final date that the certificate is valid.