LoadBalancerTlsCertificate constructor
LoadBalancerTlsCertificate({
- String? arn,
- DateTime? createdAt,
- String? domainName,
- List<
LoadBalancerTlsCertificateDomainValidationRecord> ? domainValidationRecords, - LoadBalancerTlsCertificateFailureReason? failureReason,
- bool? isAttached,
- DateTime? issuedAt,
- String? issuer,
- String? keyAlgorithm,
- String? loadBalancerName,
- ResourceLocation? location,
- String? name,
- DateTime? notAfter,
- DateTime? notBefore,
- LoadBalancerTlsCertificateRenewalSummary? renewalSummary,
- ResourceType? resourceType,
- LoadBalancerTlsCertificateRevocationReason? revocationReason,
- DateTime? revokedAt,
- String? serial,
- String? signatureAlgorithm,
- LoadBalancerTlsCertificateStatus? status,
- String? subject,
- List<
String> ? subjectAlternativeNames, - String? supportCode,
- List<
Tag> ? tags,
Implementation
LoadBalancerTlsCertificate({
this.arn,
this.createdAt,
this.domainName,
this.domainValidationRecords,
this.failureReason,
this.isAttached,
this.issuedAt,
this.issuer,
this.keyAlgorithm,
this.loadBalancerName,
this.location,
this.name,
this.notAfter,
this.notBefore,
this.renewalSummary,
this.resourceType,
this.revocationReason,
this.revokedAt,
this.serial,
this.signatureAlgorithm,
this.status,
this.subject,
this.subjectAlternativeNames,
this.supportCode,
this.tags,
});