GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Credential::Explicit(3) User Contributed Perl Documentation Paws::Credential::Explicit(3)

Paws::Credential::Explicit

  use Paws::Credential::Explicit;
  my $paws = Paws->new(config => {
    credentials => Paws::Credential::Explicit->new(
      access_key => $ak,
      secret_key => $sk,
      session_token => $st,
    )
  });

The Explicit provider is used to specify credentials inside your code.

It's bad practice to hard-code credentials inside your code. Please do not hard-code credentials inside your code, and instead use other credential providers, or roll out you own.

A string with an AWS access_key

A string with an AWS secret_key

A string with an AWS session_token (if applies)

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.