AwsCertificateManagerCertificateDetails constructor

AwsCertificateManagerCertificateDetails({
  1. String? certificateAuthorityArn,
  2. String? createdAt,
  3. String? domainName,
  4. List<AwsCertificateManagerCertificateDomainValidationOption>? domainValidationOptions,
  5. List<AwsCertificateManagerCertificateExtendedKeyUsage>? extendedKeyUsages,
  6. String? failureReason,
  7. String? importedAt,
  8. List<String>? inUseBy,
  9. String? issuedAt,
  10. String? issuer,
  11. String? keyAlgorithm,
  12. List<AwsCertificateManagerCertificateKeyUsage>? keyUsages,
  13. String? notAfter,
  14. String? notBefore,
  15. AwsCertificateManagerCertificateOptions? options,
  16. String? renewalEligibility,
  17. AwsCertificateManagerCertificateRenewalSummary? renewalSummary,
  18. String? serial,
  19. String? signatureAlgorithm,
  20. String? status,
  21. String? subject,
  22. List<String>? subjectAlternativeNames,
  23. String? type,
})

Implementation

AwsCertificateManagerCertificateDetails({
  this.certificateAuthorityArn,
  this.createdAt,
  this.domainName,
  this.domainValidationOptions,
  this.extendedKeyUsages,
  this.failureReason,
  this.importedAt,
  this.inUseBy,
  this.issuedAt,
  this.issuer,
  this.keyAlgorithm,
  this.keyUsages,
  this.notAfter,
  this.notBefore,
  this.options,
  this.renewalEligibility,
  this.renewalSummary,
  this.serial,
  this.signatureAlgorithm,
  this.status,
  this.subject,
  this.subjectAlternativeNames,
  this.type,
});