class Aws::DatabaseMigrationService::Types::Certificate

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

@!attribute [rw] certificate_identifier

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.
@return [String]

@!attribute [rw] certificate_creation_date

The date that the certificate was created.
@return [Time]

@!attribute [rw] certificate_pem

The contents of a `.pem` file, which contains an X.509 certificate.
@return [String]

@!attribute [rw] certificate_wallet

The location of an imported Oracle Wallet certificate for use with
SSL.
@return [String]

@!attribute [rw] certificate_arn

The Amazon Resource Name (ARN) for the certificate.
@return [String]

@!attribute [rw] certificate_owner

The owner of the certificate.
@return [String]

@!attribute [rw] valid_from_date

The beginning date that the certificate is valid.
@return [Time]

@!attribute [rw] valid_to_date

The final date that the certificate is valid.
@return [Time]

@!attribute [rw] signing_algorithm

The signing algorithm for the certificate.
@return [String]

@!attribute [rw] key_length

The key length of the cryptographic algorithm being used.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Certificate AWS API Documentation

Constants

SENSITIVE