Class VaultProperties.AwsIamProperties

java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.AwsIamProperties
Enclosing class:
VaultProperties

public static class VaultProperties.AwsIamProperties extends Object
AWS-IAM properties.
Author:
Spencer Gibb, Mark Paluch, Kevin Holditch, Michal Budzyn, Grenville Wilson, MÃ¥rten Svantesson
  • Constructor Details

    • AwsIamProperties

      public AwsIamProperties()
  • Method Details

    • getAwsPath

      public String getAwsPath()
    • getRegion

      public String getRegion()
    • getRole

      public String getRole()
    • getServerName

      @Nullable public String getServerName()
    • setAwsPath

      public void setAwsPath(String awsPath)
    • setRegion

      public void setRegion(String region)
    • setRole

      public void setRole(String role)
    • setServerName

      public void setServerName(String serverName)
    • getEndpointUri

      @Nullable public URI getEndpointUri()
    • setEndpointUri

      public void setEndpointUri(URI endpointUri)