TrustedKeyGroups

A list of key groups whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field is true if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false.

Link copied to clipboard

A list of key groups identifiers.

Link copied to clipboard

The number of key groups in the list.

Functions

Link copied to clipboard
inline fun copy(block: TrustedKeyGroups.Builder.() -> Unit = {}): TrustedKeyGroups
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String