KeyGroup class

A key group.

A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies.

Constructors

KeyGroup({required String id, required KeyGroupConfig keyGroupConfig, required DateTime lastModifiedTime})
KeyGroup.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The identifier for the key group.
final
keyGroupConfig KeyGroupConfig
The key group configuration.
final
lastModifiedTime DateTime
The date and time when the key group was last modified.
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

Operators

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