AwsElbLoadBalancerAccessLog constructor

AwsElbLoadBalancerAccessLog({
  1. int? emitInterval,
  2. bool? enabled,
  3. String? s3BucketName,
  4. String? s3BucketPrefix,
})

Implementation

AwsElbLoadBalancerAccessLog({
  this.emitInterval,
  this.enabled,
  this.s3BucketName,
  this.s3BucketPrefix,
});