FreeBSD Manual Pages
VM::EC2::Security::CreUseriContributed PeVM::EC2::Security::CredentialCache(3) NAME VM::EC2::Security::CredentialCache -- Cache credentials respecting expiration time for IAM roles. SYNOPSIS Retrieves the current EC2 instance's IAM credentials and caches them until they expire. use VM::EC2::Security::CredentialCache; # return a VM::EC2::Security::Credentials if available undef otherwise. my $credentials = VM::EC2::Security::CredentialCache->get(); DESCRIPTION This module provides a cache for an EC2's IAM credentials represented by VM::EC2::Security::Credentials. Rather than retriving the credentials for every possible call that uses them, cache them until they expire and retreive them again if they have expired. perl v5.32.0 2015-08VM::EC2::Security::CredentialCache(3)
NAME | SYNOPSIS | DESCRIPTION
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=VM::EC2::Security::CredentialCache&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>