CertificateAuthority constructor

CertificateAuthority({
  1. String? arn,
  2. CertificateAuthorityConfiguration? certificateAuthorityConfiguration,
  3. DateTime? createdAt,
  4. FailureReason? failureReason,
  5. DateTime? lastStateChangeAt,
  6. DateTime? notAfter,
  7. DateTime? notBefore,
  8. String? ownerAccount,
  9. DateTime? restorableUntil,
  10. RevocationConfiguration? revocationConfiguration,
  11. String? serial,
  12. CertificateAuthorityStatus? status,
  13. CertificateAuthorityType? type,
})

Implementation

CertificateAuthority({
  this.arn,
  this.certificateAuthorityConfiguration,
  this.createdAt,
  this.failureReason,
  this.lastStateChangeAt,
  this.notAfter,
  this.notBefore,
  this.ownerAccount,
  this.restorableUntil,
  this.revocationConfiguration,
  this.serial,
  this.status,
  this.type,
});