Certificate constructor
Certificate({
- String? arn,
- DateTime? createdAt,
- String? domainName,
- List<
DomainValidationRecord> ? domainValidationRecords, - String? eligibleToRenew,
- int? inUseResourceCount,
- DateTime? issuedAt,
- String? issuerCA,
- String? keyAlgorithm,
- String? name,
- DateTime? notAfter,
- DateTime? notBefore,
- RenewalSummary? renewalSummary,
- String? requestFailureReason,
- String? revocationReason,
- DateTime? revokedAt,
- String? serialNumber,
- CertificateStatus? status,
- List<
String> ? subjectAlternativeNames, - String? supportCode,
- List<
Tag> ? tags,
Implementation
Certificate({
this.arn,
this.createdAt,
this.domainName,
this.domainValidationRecords,
this.eligibleToRenew,
this.inUseResourceCount,
this.issuedAt,
this.issuerCA,
this.keyAlgorithm,
this.name,
this.notAfter,
this.notBefore,
this.renewalSummary,
this.requestFailureReason,
this.revocationReason,
this.revokedAt,
this.serialNumber,
this.status,
this.subjectAlternativeNames,
this.supportCode,
this.tags,
});