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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_creation_dateTime

The date that the certificate was created.

Returns:

  • (Time)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#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)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_ownerString

The owner of the certificate.

Returns:

  • (String)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_pemString

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

Returns:

  • (String)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_walletString

The location of an imported Oracle Wallet certificate for use with SSL. Example: filebase64("$\{path.root\}/rds-ca-2019-root.sso")

Returns:

  • (String)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#key_lengthInteger

The key length of the cryptographic algorithm being used.

Returns:

  • (Integer)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#signing_algorithmString

The signing algorithm for the certificate.

Returns:

  • (String)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#valid_from_dateTime

The beginning date that the certificate is valid.

Returns:

  • (Time)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end

#valid_to_dateTime

The final date that the certificate is valid.

Returns:

  • (Time)


280
281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 280

class Certificate < Struct.new(
  :certificate_identifier,
  :certificate_creation_date,
  :certificate_pem,
  :certificate_wallet,
  :certificate_arn,
  :certificate_owner,
  :valid_from_date,
  :valid_to_date,
  :signing_algorithm,
  :key_length)
  SENSITIVE = []
  include Aws::Structure
end