@ConfigurationProperties(value="spring.cloud.vault.aws") @Validated public class VaultAwsProperties extends Object implements VaultSecretBackendDescriptor
| Constructor and Description |
|---|
VaultAwsProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyProperty() |
String |
getBackend() |
String |
getRole() |
String |
getSecretKeyProperty() |
boolean |
isEnabled() |
void |
setAccessKeyProperty(String accessKeyProperty) |
void |
setBackend(String backend) |
void |
setEnabled(boolean enabled) |
void |
setRole(String role) |
void |
setSecretKeyProperty(String secretKeyProperty) |
public boolean isEnabled()
isEnabled in interface VaultSecretBackendDescriptorpublic String getRole()
public String getBackend()
getBackend in interface VaultSecretBackendDescriptorpublic String getAccessKeyProperty()
public String getSecretKeyProperty()
public void setEnabled(boolean enabled)
public void setRole(String role)
public void setBackend(String backend)
public void setAccessKeyProperty(String accessKeyProperty)
public void setSecretKeyProperty(String secretKeyProperty)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.