Class StsProperties
java.lang.Object
io.awspring.cloud.autoconfigure.core.StsProperties
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAsyncCredentialsUpdate
(boolean asyncCredentialsUpdate) void
setRoleArn
(String roleArn) void
setRoleSessionName
(String roleSessionName) void
setWebIdentityTokenFile
(String webIdentityTokenFile)
-
Constructor Details
-
StsProperties
public StsProperties()
-
-
Method Details
-
isAsyncCredentialsUpdate
public boolean isAsyncCredentialsUpdate() -
getRoleSessionName
-
getRoleArn
-
getWebIdentityTokenFile
-
setRoleArn
-
setWebIdentityTokenFile
-
setAsyncCredentialsUpdate
public void setAsyncCredentialsUpdate(boolean asyncCredentialsUpdate) -
setRoleSessionName
-