Class: Aws::ACM::Types::CertificateDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::CertificateDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
-
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the private certificate authority (CA) that issued the certificate.
-
#created_at ⇒ Time
The time at which the certificate was requested.
-
#domain_name ⇒ String
The fully qualified domain name for the certificate, such as www.example.com or example.com.
-
#domain_validation_options ⇒ Array<Types::DomainValidation>
Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request.
-
#extended_key_usages ⇒ Array<Types::ExtendedKeyUsage>
Contains a list of Extended Key Usage X.509 v3 extension objects.
-
#failure_reason ⇒ String
The reason the certificate request failed.
-
#imported_at ⇒ Time
The date and time when the certificate was imported.
-
#in_use_by ⇒ Array<String>
A list of ARNs for the Amazon Web Services resources that are using the certificate.
-
#issued_at ⇒ Time
The time at which the certificate was issued.
-
#issuer ⇒ String
The name of the certificate authority that issued and signed the certificate.
-
#key_algorithm ⇒ String
The algorithm that was used to generate the public-private key pair.
-
#key_usages ⇒ Array<Types::KeyUsage>
A list of Key Usage X.509 v3 extension objects.
-
#not_after ⇒ Time
The time after which the certificate is not valid.
-
#not_before ⇒ Time
The time before which the certificate is not valid.
-
#options ⇒ Types::CertificateOptions
Value that specifies whether to add the certificate to a transparency log.
-
#renewal_eligibility ⇒ String
Specifies whether the certificate is eligible for renewal.
-
#renewal_summary ⇒ Types::RenewalSummary
Contains information about the status of ACM’s [managed renewal] for the certificate.
-
#revocation_reason ⇒ String
The reason the certificate was revoked.
-
#revoked_at ⇒ Time
The time at which the certificate was revoked.
-
#serial ⇒ String
The serial number of the certificate.
-
#signature_algorithm ⇒ String
The algorithm that was used to sign the certificate.
-
#status ⇒ String
The status of the certificate.
-
#subject ⇒ String
The name of the entity that is associated with the public key contained in the certificate.
-
#subject_alternative_names ⇒ Array<String>
One or more domain names (subject alternative names) included in the certificate.
-
#type ⇒ String
The source of the certificate.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see [Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the private certificate authority (CA) that issued the certificate. This has the following format:
‘arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012`
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the certificate was requested.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The fully qualified domain name for the certificate, such as www.example.com or example.com.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#domain_validation_options ⇒ Array<Types::DomainValidation>
Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is ‘AMAZON_ISSUED`.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#extended_key_usages ⇒ Array<Types::ExtendedKeyUsage>
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason the certificate request failed. This value exists only when the certificate status is ‘FAILED`. For more information, see
- Certificate Request Failed][1
-
in the *Certificate Manager User
Guide*.
[1]: docs.aws.amazon.com/acm/latest/userguide/troubleshooting.html#troubleshooting-failed
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#imported_at ⇒ Time
The date and time when the certificate was imported. This value exists only when the certificate type is ‘IMPORTED`.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#in_use_by ⇒ Array<String>
A list of ARNs for the Amazon Web Services resources that are using the certificate. A certificate can be used by multiple Amazon Web Services resources.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#issued_at ⇒ Time
The time at which the certificate was issued. This value exists only when the certificate type is ‘AMAZON_ISSUED`.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#issuer ⇒ String
The name of the certificate authority that issued and signed the certificate.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#key_algorithm ⇒ String
The algorithm that was used to generate the public-private key pair.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#key_usages ⇒ Array<Types::KeyUsage>
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#not_after ⇒ Time
The time after which the certificate is not valid.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#not_before ⇒ Time
The time before which the certificate is not valid.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::CertificateOptions
Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#renewal_eligibility ⇒ String
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#renewal_summary ⇒ Types::RenewalSummary
Contains information about the status of ACM’s [managed renewal] for the certificate. This field exists only when the certificate type is ‘AMAZON_ISSUED`.
[1]: docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#revocation_reason ⇒ String
The reason the certificate was revoked. This value exists only when the certificate status is ‘REVOKED`.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#revoked_at ⇒ Time
The time at which the certificate was revoked. This value exists only when the certificate status is ‘REVOKED`.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#serial ⇒ String
The serial number of the certificate.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#signature_algorithm ⇒ String
The algorithm that was used to sign the certificate.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic [Certificate request fails]. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with
- DNS validation][2
-
or [Email validation], and try again. If
validation succeeds, the certificate enters status ISSUED.
[1]: docs.aws.amazon.com/acm/latest/userguide/troubleshooting-failed.html [2]: docs.aws.amazon.com/acm/latest/userguide/dns-validation.html [3]: docs.aws.amazon.com/acm/latest/userguide/email-validation.html
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#subject ⇒ String
The name of the entity that is associated with the public key contained in the certificate.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#subject_alternative_names ⇒ Array<String>
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The source of the certificate. For certificates provided by ACM, this value is ‘AMAZON_ISSUED`. For certificates that you imported with ImportCertificate, this value is `IMPORTED`. ACM does not provide [managed renewal] for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see [Importing Certificates] in the *Certificate Manager User Guide*.
[1]: docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html [2]: docs.aws.amazon.com/acm/latest/userguide/import-certificate.html
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-acm/types.rb', line 238 class CertificateDetail < Struct.new( :certificate_arn, :domain_name, :subject_alternative_names, :domain_validation_options, :serial, :subject, :issuer, :created_at, :issued_at, :imported_at, :status, :revoked_at, :revocation_reason, :not_before, :not_after, :key_algorithm, :signature_algorithm, :in_use_by, :failure_reason, :type, :renewal_summary, :key_usages, :extended_key_usages, :certificate_authority_arn, :renewal_eligibility, :options) SENSITIVE = [] include Aws::Structure end |