Certificate class

A CA certificate for an AWS account.

Constructors

Certificate({String? certificateArn, String? certificateIdentifier, String? certificateType, bool? customerOverride, DateTime? customerOverrideValidTill, String? thumbprint, DateTime? validFrom, DateTime? validTill})
Certificate.fromXml(XmlElement elem)
factory

Properties

certificateArn String?
The Amazon Resource Name (ARN) for the certificate.
final
certificateIdentifier String?
The unique key that identifies a certificate.
final
certificateType String?
The type of the certificate.
final
customerOverride bool?
Whether there is an override for the default certificate identifier.
final
customerOverrideValidTill DateTime?
If there is an override for the default certificate identifier, when the override expires.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbprint String?
The thumbprint of the certificate.
final
validFrom DateTime?
The starting date from which the certificate is valid.
final
validTill DateTime?
The final date that the certificate continues to be valid.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited