Class: Aws::Lightsail::Types::RenewalSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RenewalSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes the status of a SSL/TLS certificate renewal managed by Amazon Lightsail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_validation_records ⇒ Array<Types::DomainValidationRecord>
An array of objects that describe the domain validation records of the certificate.
-
#renewal_status ⇒ String
The renewal status of the certificate.
-
#renewal_status_reason ⇒ String
The reason for the renewal status of the certificate.
-
#updated_at ⇒ Time
The timestamp when the certificate was last updated.
Instance Attribute Details
#domain_validation_records ⇒ Array<Types::DomainValidationRecord>
An array of objects that describe the domain validation records of the certificate.
13404 13405 13406 13407 13408 13409 13410 13411 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13404 class RenewalSummary < Struct.new( :domain_validation_records, :renewal_status, :renewal_status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#renewal_status ⇒ String
The renewal status of the certificate.
The following renewal status are possible:
-
PendingAutoRenewal
- Lightsail is attempting to automatically validate the domain names of the certificate. No further action is required. -
PendingValidation
- Lightsail couldn’t automatically validate one or more domain names of the certificate. You must take action to validate these domain names or the certificate won’t be renewed. Check to make sure your certificate’s domain validation records exist in your domain’s DNS, and that your certificate remains in use. -
Success
- All domain names in the certificate are validated, and Lightsail renewed the certificate. No further action is required. -
Failed
- One or more domain names were not validated before the certificate expired, and Lightsail did not renew the certificate. You can request a new certificate using the ‘CreateCertificate` action.
13404 13405 13406 13407 13408 13409 13410 13411 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13404 class RenewalSummary < Struct.new( :domain_validation_records, :renewal_status, :renewal_status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#renewal_status_reason ⇒ String
The reason for the renewal status of the certificate.
13404 13405 13406 13407 13408 13409 13410 13411 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13404 class RenewalSummary < Struct.new( :domain_validation_records, :renewal_status, :renewal_status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the certificate was last updated.
13404 13405 13406 13407 13408 13409 13410 13411 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13404 class RenewalSummary < Struct.new( :domain_validation_records, :renewal_status, :renewal_status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |