Class: Aws::DatabaseMigrationService::Types::ImportCertificateMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[:certificate_pem]

Instance Attribute Summary collapse

Instance Attribute Details

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


5982
5983
5984
5985
5986
5987
5988
5989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5982

class ImportCertificateMessage < Struct.new(
  :certificate_identifier,
  :certificate_pem,
  :certificate_wallet,
  :tags)
  SENSITIVE = [:certificate_pem]
  include Aws::Structure
end

#certificate_pemString

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

Returns:

  • (String)


5982
5983
5984
5985
5986
5987
5988
5989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5982

class ImportCertificateMessage < Struct.new(
  :certificate_identifier,
  :certificate_pem,
  :certificate_wallet,
  :tags)
  SENSITIVE = [:certificate_pem]
  include Aws::Structure
end

#certificate_walletString

The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a .sso file using the fileb:// prefix. You can't provide the certificate inline.

Example: filebase64("$\{path.root\}/rds-ca-2019-root.sso")

Returns:

  • (String)


5982
5983
5984
5985
5986
5987
5988
5989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5982

class ImportCertificateMessage < Struct.new(
  :certificate_identifier,
  :certificate_pem,
  :certificate_wallet,
  :tags)
  SENSITIVE = [:certificate_pem]
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the certificate.

Returns:



5982
5983
5984
5985
5986
5987
5988
5989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5982

class ImportCertificateMessage < Struct.new(
  :certificate_identifier,
  :certificate_pem,
  :certificate_wallet,
  :tags)
  SENSITIVE = [:certificate_pem]
  include Aws::Structure
end