AwsCertificateManagerCertificateDetails constructor
AwsCertificateManagerCertificateDetails({
- String? certificateAuthorityArn,
- String? createdAt,
- String? domainName,
- List<
AwsCertificateManagerCertificateDomainValidationOption> ? domainValidationOptions, - List<
AwsCertificateManagerCertificateExtendedKeyUsage> ? extendedKeyUsages, - String? failureReason,
- String? importedAt,
- List<
String> ? inUseBy, - String? issuedAt,
- String? issuer,
- String? keyAlgorithm,
- List<
AwsCertificateManagerCertificateKeyUsage> ? keyUsages, - String? notAfter,
- String? notBefore,
- AwsCertificateManagerCertificateOptions? options,
- String? renewalEligibility,
- AwsCertificateManagerCertificateRenewalSummary? renewalSummary,
- String? serial,
- String? signatureAlgorithm,
- String? status,
- String? subject,
- List<
String> ? subjectAlternativeNames, - 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,
});