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: PathBufLocation of the file containing the web identity token
role_arn: StringRoleArn to assume
session_name: StringSession 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