AWSELBClassicLoadBalancerAttributeAccessLog
No description
type AWSELBClassicLoadBalancerAttributeAccessLog {
emitInterval: Int!
enabled: Boolean!
s3BucketName: String!
s3BucketPrefix: String!
}
Fields
AWSELBClassicLoadBalancerAttributeAccessLog.emitInterval
● Int!
non-null scalar
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes The default: 60 minutes
AWSELBClassicLoadBalancerAttributeAccessLog.enabled
● Boolean!
non-null scalar
Indicates whether access logs are enabled for the load balancer
AWSELBClassicLoadBalancerAttributeAccessLog.s3BucketName
● String!
non-null scalar
The name of the Amazon S3 bucket where the access logs are stored
AWSELBClassicLoadBalancerAttributeAccessLog.s3BucketPrefix
● String!
non-null scalar
The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod.
Member of
AWSELBClassicLoadBalancerAttribute
object
Implemented by
AWSELBAttributeAccessLog
union