AWSS3BucketLogging
No description
type AWSS3BucketLogging {
targetBucket: String!
targetPrefix: String!
targetGrants: [AWSS3BucketLoggingTargetGrant!]!
}
Fields
AWSS3BucketLogging.targetBucket
● String!
non-null scalar
The bucket where you want Amazon S3 to store server access logs
AWSS3BucketLogging.targetPrefix
● String!
non-null scalar
A prefix for all log object keys
AWSS3BucketLogging.targetGrants
● [AWSS3BucketLoggingTargetGrant!]!
non-null object
the target grants
Member of
AWSS3Bucket
object