Class VaultEnvironmentProperties.AwsIamProperties

java.lang.Object
org.springframework.cloud.config.server.environment.VaultEnvironmentProperties.AwsIamProperties
Enclosing class:
VaultEnvironmentProperties

public static class VaultEnvironmentProperties.AwsIamProperties extends Object
AWS-IAM properties.
  • Constructor Details

    • AwsIamProperties

      public AwsIamProperties()
  • Method Details

    • getAwsPath

      public String getAwsPath()
    • getRole

      public String getRole()
    • getServerName

      public String getServerName()
    • setAwsPath

      public void setAwsPath(String awsPath)
    • setRole

      public void setRole(String role)
    • setServerName

      public void setServerName(String serverName)
    • getEndpointUri

      public URI getEndpointUri()
    • setEndpointUri

      public void setEndpointUri(URI endpointUri)