class Aws::ACM::Types::ImportCertificateRequest

@note When making an API call, you may pass ImportCertificateRequest

data as a hash:

    {
      certificate_arn: "Arn",
      certificate: "data", # required
      private_key: "data", # required
      certificate_chain: "data",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] certificate_arn

The [Amazon Resource Name (ARN)][1] of an imported certificate to
replace. To import a new certificate, omit this field.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] certificate

The certificate to import.
@return [String]

@!attribute [rw] private_key

The private key that matches the public key in the certificate.
@return [String]

@!attribute [rw] certificate_chain

The PEM encoded certificate chain.
@return [String]

@!attribute [rw] tags

One or more resource tags to associate with the imported
certificate.

Note: You cannot apply tags when reimporting a certificate.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/ImportCertificateRequest AWS API Documentation

Constants

SENSITIVE