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

The Amazon Resource Name (ARN) for the certificate.

Returns:

  • (String)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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_date ⇒ Time

The date that the certificate was created.

Returns:

  • (Time)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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

The owner of the certificate.

Returns:

  • (String)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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

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

Returns:

  • (String)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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

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

Returns:

  • (String)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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

The key length of the cryptographic algorithm being used.

Returns:

  • (Integer)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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

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)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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

The signing algorithm for the certificate.

Returns:

  • (String)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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_date ⇒ Time

The beginning date that the certificate is valid.

Returns:

  • (Time)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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_date ⇒ Time

The final date that the certificate is valid.

Returns:

  • (Time)


361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 361

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