![]() |
![]()
| ![]() |
![]()
NAMEPaws::SecurityHub::AwsCertificateManagerCertificateDetails USAGEThis 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 DESCRIPTIONProvides details about an AWS Certificate Manager certificate. ATTRIBUTESCertificateAuthorityArn => StrThe ARN of the private certificate authority (CA) that will be used to issue the certificate. CreatedAt => StrIndicates 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 => StrThe 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 => StrFor 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 => StrIndicates 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 => StrIndicates 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 => StrThe name of the certificate authority that issued and signed the certificate. KeyAlgorithm => StrThe 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 => StrThe 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 => StrThe 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::AwsCertificateManagerCertificateOptionsProvides a value that specifies whether to add the certificate to a transparency log. RenewalEligibility => StrWhether the certificate is eligible for renewal. Valid values: "ELIGIBLE" | "INELIGIBLE" RenewalSummary => Paws::SecurityHub::AwsCertificateManagerCertificateRenewalSummaryInformation about the status of the AWS Certificate Manager managed renewal for the certificate. Provided only when the certificate type is "AMAZON_ISSUED". Serial => StrThe serial number of the certificate. SignatureAlgorithm => StrThe algorithm that was used to sign the certificate. Status => StrThe status of the certificate. Valid values: "PENDING_VALIDATION" | "ISSUED" | "INACTIVE" | "EXPIRED" | "VALIDATION_TIMED_OUT" | "REVOKED" | "FAILED" Subject => StrThe 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 => StrThe 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 ALSOThis class forms part of Paws, describing an object used in Paws::SecurityHub BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|