CertificateAuthority constructor
CertificateAuthority({
- String? arn,
- CertificateAuthorityConfiguration? certificateAuthorityConfiguration,
- DateTime? createdAt,
- FailureReason? failureReason,
- DateTime? lastStateChangeAt,
- DateTime? notAfter,
- DateTime? notBefore,
- String? ownerAccount,
- DateTime? restorableUntil,
- RevocationConfiguration? revocationConfiguration,
- String? serial,
- CertificateAuthorityStatus? status,
- 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,
});