OriginSslProtocols class
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
Constructors
-
OriginSslProtocols({required List<
SslProtocol> items, required int quantity}) - OriginSslProtocols.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
SslProtocol> -
A list that contains allowed SSL/TLS protocols for this distribution.
final
- quantity → int
-
The number of SSL/TLS protocols that you want to allow CloudFront to use
when establishing an HTTPS connection with this origin.
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
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited