NAME
Paws::SecurityHub::AwsCertificateManagerCertificateDetails
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SecurityHub::AwsCertificateManagerCertificateDetails object:
$service_obj->Method(Att1 => { CertificateAuthorityArn => $value, ..., Type => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsCertificateManagerCertificateDetails object:
$result = $service_obj->Method(...);
$result->Att1->CertificateAuthorityArn
DESCRIPTION
Provides details about an AWS Certificate Manager certificate.
ATTRIBUTES
CertificateAuthorityArn => Str
The ARN of the private certificate authority (CA) that will be used to issue the certificate.
CreatedAt => Str
Indicates when the certificate was requested.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
DomainName => Str
The fully qualified domain name (FQDN), such as www.example.com, that is secured by the certificate.
DomainValidationOptions => ArrayRef[Paws::SecurityHub::AwsCertificateManagerCertificateDomainValidationOption]
Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate
request.
Only provided if the certificate type is AMAZON_ISSUED
.
ExtendedKeyUsages => ArrayRef[Paws::SecurityHub::AwsCertificateManagerCertificateExtendedKeyUsage]
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).
FailureReason => Str
For a failed certificate request, the reason for the failure.
Valid values: NO_AVAILABLE_CONTACTS
| ADDITIONAL_VERIFICATION_REQUIRED
| DOMAIN_NOT_ALLOWED
| INVALID_PUBLIC_DOMAIN
| DOMAIN_VALIDATION_DENIED
| CAA_ERROR
| PCA_LIMIT_EXCEEDED
| PCA_INVALID_ARN
| PCA_INVALID_STATE
| PCA_REQUEST_FAILED
| PCA_NAME_CONSTRAINTS_VALIDATION
| PCA_RESOURCE_NOT_FOUND
| PCA_INVALID_ARGS
| PCA_INVALID_DURATION
| PCA_ACCESS_DENIED
| SLR_NOT_FOUND
| OTHER
ImportedAt => Str
Indicates when the certificate was imported. Provided if the certificate type is IMPORTED
.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
InUseBy => ArrayRef[Str|Undef]
The list of ARNs for the AWS resources that use the certificate.
IssuedAt => Str
Indicates when the certificate was issued. Provided if the certificate type is AMAZON_ISSUED
.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
Issuer => Str
The name of the certificate authority that issued and signed the certificate.
KeyAlgorithm => Str
The algorithm that was used to generate the public-private key pair.
Valid values: RSA_2048
| RSA_1024
| RSA_4096
| EC_prime256v1
| EC_secp384r1
| EC_secp521r1
KeyUsages => ArrayRef[Paws::SecurityHub::AwsCertificateManagerCertificateKeyUsage]
A list of key usage X.509 v3 extension objects.
NotAfter => Str
The time after which the certificate becomes invalid.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
NotBefore => Str
The time before which the certificate is not valid.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
Options => Paws::SecurityHub::AwsCertificateManagerCertificateOptions
Provides a value that specifies whether to add the certificate to a transparency log.
RenewalEligibility => Str
Whether the certificate is eligible for renewal.
Valid values: ELIGIBLE
| INELIGIBLE
RenewalSummary => Paws::SecurityHub::AwsCertificateManagerCertificateRenewalSummary
Information about the status of the AWS Certificate Manager managed renewal for the certificate. Provided only when the certificate type is AMAZON_ISSUED
.
Serial => Str
The serial number of the certificate.
SignatureAlgorithm => Str
The algorithm that was used to sign the certificate.
Status => Str
The status of the certificate.
Valid values: PENDING_VALIDATION
| ISSUED
| INACTIVE
| EXPIRED
| VALIDATION_TIMED_OUT
| REVOKED
| FAILED
Subject => Str
The name of the entity that is associated with the public key contained in the certificate.
SubjectAlternativeNames => ArrayRef[Str|Undef]
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.
Type => Str
The source of the certificate. For certificates that AWS Certificate Manager provides, Type
is AMAZON_ISSUED
. For certificates that are imported with ImportCertificate
, Type
is IMPORTED
.
Valid values: IMPORTED
| AMAZON_ISSUED
| PRIVATE
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SecurityHub
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues