Class: Aws::CloudFront::Types::ActiveTrustedKeyGroups

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

A list of key groups, and the public keys in each key group, that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)


48
49
50
51
52
53
54
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 48

class ActiveTrustedKeyGroups < Struct.new(
  :enabled,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::KGKeyPairIds>

A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Returns:



48
49
50
51
52
53
54
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 48

class ActiveTrustedKeyGroups < Struct.new(
  :enabled,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of key groups in the list.

Returns:

  • (Integer)


48
49
50
51
52
53
54
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 48

class ActiveTrustedKeyGroups < Struct.new(
  :enabled,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end