PublicKeyConfig class

Information about a public key you add to CloudFront to use with features like field-level encryption.

Constructors

PublicKeyConfig({required String callerReference, required String encodedKey, required String name, String? comment})
PublicKeyConfig.fromXml(XmlElement elem)
factory

Properties

callerReference String
A unique number that ensures that the request can't be replayed.
final
comment String?
An optional comment about a public key.
final
encodedKey String
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name for a public key you add to CloudFront to use with features like field-level encryption.
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