AWSCloudFrontDistributionCacheBehaviorTrustedSigners
No description
type AWSCloudFrontDistributionCacheBehaviorTrustedSigners {
enabled: Boolean!
items: [String!]!
}
Fields
AWSCloudFrontDistributionCacheBehaviorTrustedSigners.enabled
● Boolean!
non-null scalar
This field is true if any of the Amazon Web Services accounts have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
AWSCloudFrontDistributionCacheBehaviorTrustedSigners.items
● [String!]!
non-null scalar
A list of Amazon Web Services account identifiers
Member of
AWSCloudFrontDistributionCacheBehavior
object ● AWSCloudFrontDistributionDefaultCacheBehavior
object