pub struct StaticConfiguration {
pub web_identity_token_file: PathBuf,
pub role_arn: String,
pub session_name: String,
}
Expand description
Statically configured WebIdentityToken configuration
Fields§
§web_identity_token_file: PathBuf
Location of the file containing the web identity token
role_arn: String
RoleArn to assume
session_name: String
Session name to use when assuming the role
Trait Implementations§
source§impl Clone for StaticConfiguration
impl Clone for StaticConfiguration
source§fn clone(&self) -> StaticConfiguration
fn clone(&self) -> StaticConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more