メインコンテンツまでスキップ

AWSCloudFrontDistributionCacheBehaviorTrustedKeyGroups

No description

type AWSCloudFrontDistributionCacheBehaviorTrustedKeyGroups {
enabled: Boolean!
items: [String!]!
}

Fields

AWSCloudFrontDistributionCacheBehaviorTrustedKeyGroups.enabled ● Boolean! non-null scalar

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

AWSCloudFrontDistributionCacheBehaviorTrustedKeyGroups.items ● [String!]! non-null scalar

A list of key groups identifiers

Member of

AWSCloudFrontDistributionCacheBehavior object ● AWSCloudFrontDistributionDefaultCacheBehavior object