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)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_creation_dateTime

The date that the certificate was created.

Returns:

  • (Time)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  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)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_ownerString

The owner of the certificate.

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_pemString

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

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  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)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#key_lengthInteger

The key length of the cryptographic algorithm being used.

Returns:

  • (Integer)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

An KMS key identifier that is used to encrypt the certificate.

If you don't specify a value for the KmsKeyId parameter, then DMS uses your default encryption key.

KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#signing_algorithmString

The signing algorithm for the certificate.

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#valid_from_dateTime

The beginning date that the certificate is valid.

Returns:

  • (Time)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#valid_to_dateTime

The final date that the certificate is valid.

Returns:

  • (Time)


353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 353

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,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end