AWSELBLoadBalancerAttributeAccessLog
No description
type AWSELBLoadBalancerAttributeAccessLog {
enabled: Boolean!
s3BucketName: String
s3BucketPrefix: String
}
Fields
AWSELBLoadBalancerAttributeAccessLog.enabled ● Boolean! non-null scalar
Indicates whether access logs are enabled for the load balancer
AWSELBLoadBalancerAttributeAccessLog.s3BucketName ● String scalar
The name of the Amazon S3 bucket where the access logs are stored
AWSELBLoadBalancerAttributeAccessLog.s3BucketPrefix ● String scalar
The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod.
Member of
AWSELBLoadBalancerAttribute object
Implemented by
AWSELBAttributeAccessLog union