This commit is contained in:
thibaults-centreon 2020-04-10 14:38:32 +02:00 committed by Lotfi zaouche
parent 79a5d7176e
commit 6b30caf077

View File

@ -478,30 +478,57 @@ sub vpn_list_connections {
1; 1;
__END__ __END__
=head1 NAME =head1 NAME
Amazon AWS Amazon AWS
=head1 SYNOPSIS =head1 SYNOPSIS
Amazon AWS Amazon AWS
=head1 PAWS OPTIONS =head1 PAWS OPTIONS
=over 8 =over 8
=item B<--aws-secret-key> =item B<--aws-secret-key>
Set AWS secret key. Set AWS secret key.
=item B<--aws-access-key> =item B<--aws-access-key>
Set AWS access key. Set AWS access key.
=item B<--region> =item B<--region>
Set the region name (Required). Set the region name (Required).
=item B<--period> =item B<--period>
Set period in seconds. Set period in seconds.
=item B<--timeframe> =item B<--timeframe>
Set timeframe in seconds. Set timeframe in seconds.
=item B<--statistic> =item B<--statistic>
Set cloudwatch statistics (Can be: 'minimum', 'maximum', 'average', 'sum').
Set cloudwatch statistics
(Can be: 'minimum', 'maximum', 'average', 'sum').
=item B<--zeroed> =item B<--zeroed>
Set metrics value to 0 if none. Usefull when CloudWatch Set metrics value to 0 if none. Usefull when CloudWatch
does not return value when not defined. does not return value when not defined.
=item B<--proxyurl> =item B<--proxyurl>
Proxy URL if any Proxy URL if any
=back =back
=head1 DESCRIPTION =head1 DESCRIPTION
B<custom>. B<custom>.
=cut =cut