Class AWSStore

java.lang.Object
com.strongdm.api.AWSStore
All Implemented Interfaces:
SecretStore

public class AWSStore extends Object implements SecretStore
  • Constructor Details

    • AWSStore

      public AWSStore()
  • Method Details

    • getId

      public String getId()
      Unique identifier of the SecretStore.
      Specified by:
      getId in interface SecretStore
    • setId

      public void setId(String in)
      Unique identifier of the SecretStore.
    • getName

      public String getName()
      Unique human-readable name of the SecretStore.
      Specified by:
      getName in interface SecretStore
    • setName

      public void setName(String in)
      Unique human-readable name of the SecretStore.
      Specified by:
      setName in interface SecretStore
    • getRegion

      public String getRegion()
      The AWS region to target e.g. us-east-1
    • setRegion

      public void setRegion(String in)
      The AWS region to target e.g. us-east-1
    • getRoleArn

      public String getRoleArn()
      The role to assume after logging in.
    • setRoleArn

      public void setRoleArn(String in)
      The role to assume after logging in.
    • getRoleExternalId

      public String getRoleExternalId()
      The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
    • setRoleExternalId

      public void setRoleExternalId(String in)
      The external ID to associate with assume role requests. Does nothing if a role ARN is not provided.
    • getTags

      public Map<String,String> getTags()
      Tags is a map of key, value pairs.
      Specified by:
      getTags in interface SecretStore
    • setTags

      public void setTags(Map<String,String> in)
      Tags is a map of key, value pairs.
      Specified by:
      setTags in interface SecretStore