Package com.strongdm.api
Class AWSStore
java.lang.Object
com.strongdm.api.AWSStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Unique identifier of the SecretStore.getName()
Unique human-readable name of the SecretStore.The AWS region to target e.g.getTags()
Tags is a map of key, value pairs.void
Unique identifier of the SecretStore.void
Unique human-readable name of the SecretStore.void
The AWS region to target e.g.void
Tags is a map of key, value pairs.
-
Constructor Details
-
AWSStore
public AWSStore()
-
-
Method Details
-
getId
Unique identifier of the SecretStore.- Specified by:
getId
in interfaceSecretStore
-
setId
Unique identifier of the SecretStore. -
getName
Unique human-readable name of the SecretStore.- Specified by:
getName
in interfaceSecretStore
-
setName
Unique human-readable name of the SecretStore.- Specified by:
setName
in interfaceSecretStore
-
getRegion
The AWS region to target e.g. us-east-1 -
setRegion
The AWS region to target e.g. us-east-1 -
getTags
Tags is a map of key, value pairs.- Specified by:
getTags
in interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTags
in interfaceSecretStore
-