class Aws::DatabaseMigrationService::Types::ImportCertificateMessage
@note When making an API call, you may pass ImportCertificateMessage
data as a hash: { certificate_identifier: "String", # required certificate_pem: "SecretString", certificate_wallet: "data", tags: [ { key: "String", value: "String", resource_arn: "String", }, ], }
@!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_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. Provide the name of a `.sso` file using the `fileb://` prefix. You can't provide the certificate inline. @return [String]
@!attribute [rw] tags
The tags associated with the certificate. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificateMessage AWS API Documentation
Constants
- SENSITIVE