Class KmsProperties
- java.lang.Object
-
- de.zalando.spring.cloud.config.aws.kms.KmsProperties
-
@ConfigurationProperties("aws.kms") public class KmsProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKmsProperties.Endpoint
-
Constructor Summary
Constructors Constructor Description KmsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KmsProperties.EndpointgetEndpoint()StringgetKeyId()StringgetRegion()voidsetEndpoint(KmsProperties.Endpoint endpoint)voidsetKeyId(String keyId)voidsetRegion(String region)
-
-
-
Method Detail
-
getKeyId
public String getKeyId()
-
setKeyId
public void setKeyId(String keyId)
-
getRegion
public String getRegion()
-
setRegion
public void setRegion(String region)
-
getEndpoint
public KmsProperties.Endpoint getEndpoint()
-
setEndpoint
public void setEndpoint(KmsProperties.Endpoint endpoint)
-
-