Class StsProperties

java.lang.Object
io.awspring.cloud.autoconfigure.core.StsProperties

public class StsProperties extends Object
Properties related to AWS Sts Credentials. It the properties are not configured, it will default to the EKS values from:
Since:
3.0.0
Author:
Eduan Bekker
  • Constructor Details

    • StsProperties

      public StsProperties()
  • Method Details

    • isAsyncCredentialsUpdate

      public boolean isAsyncCredentialsUpdate()
    • getRoleSessionName

      @Nullable public String getRoleSessionName()
    • getRoleArn

      @Nullable public String getRoleArn()
    • getWebIdentityTokenFile

      @Nullable public String getWebIdentityTokenFile()
    • setRoleArn

      public void setRoleArn(@Nullable String roleArn)
    • setWebIdentityTokenFile

      public void setWebIdentityTokenFile(@Nullable String webIdentityTokenFile)
    • setAsyncCredentialsUpdate

      public void setAsyncCredentialsUpdate(boolean asyncCredentialsUpdate)
    • setRoleSessionName

      public void setRoleSessionName(@Nullable String roleSessionName)