1VM::EC2::ELB::AttributeUss:e:rAcCcoenstsrLiobgu(t3e)d PeVrMl::DEoCc2u:m:eEnLtBa:t:iAotntributes::AccessLog(3)
2
3
4

NAME

6       VM::EC2::ELB:Attributes::AccessLog - Object describing the AccessLog
7       attributes of an Elastic Load Balancer.
8

SYNOPSIS

10        use VM::EC2;
11
12        my $ec2           = VM::EC2->new(...);
13        my $lb            = $ec2->describe_load_balancer_attributes('my-lb');
14        my $access_log    = $lb->AccessLog;
15

DESCRIPTION

17       This object is returned as part of the DescribeLoadBalancerAttributes
18       API call.
19

METHODS

21       The following object methods are supported:
22
23        EmitInterval             --  The interval for publishing the access logs. You
24                                     can specify an interval of either 5 minutes or 60
25                                     minutes.  Default is 60 mins.
26
27        Enabled                  --  Specifies whether access log is enabled for the
28                                     load balancer.
29
30        S3BucketName             --  The name of the Amazon S3 bucket where the access
31                                     logs are stored.
32
33        S3BucketPrefix           --  The logical hierarchy you created for your Amazon
34                                     S3 bucket, for example my-bucket-prefix/prod. If
35                                     the prefix is not provided, the log is placed at
36                                     the root level of the bucket.
37

STRING OVERLOADING

39       When used in a string context, this object will interpolate the
40       instance state.
41

SEE ALSO

43       VM::EC2 VM::EC2::Generic VM::EC2::ELB
44

AUTHOR

46       Lance Kinley <lkinley@loyaltymethods.com>.
47
48       Copyright (c) 2014 Loyalty Methods, Inc.
49
50       This package and its accompanying libraries is free software; you can
51       redistribute it and/or modify it under the terms of the GPL (either
52       version 1, or at your option, any later version) or the Artistic
53       License 2.0.  Refer to LICENSE for the full license text. In addition,
54       please see DISCLAIMER.txt for disclaimers of warranty.
55
56
57
58perl v5.32.0                      2020-07V-M2:8:EC2::ELB::Attributes::AccessLog(3)
Impressum