Certificate class
Information about an SSL server certificate.
Constructors
- Certificate({String? certificateArn, bool? isDefault})
- Certificate.fromXml(XmlElement elem)
-
factory
Properties
- certificateArn → String?
-
The Amazon Resource Name (ARN) of the certificate.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefault → bool?
-
Indicates whether the certificate is the default certificate. Do not set
this value when specifying a certificate as an input. This value is not
included in the output when describing a listener, but is included when
describing listener certificates.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited