Class AmazonEKSUserImpersonation

java.lang.Object
com.strongdm.api.AmazonEKSUserImpersonation
All Implemented Interfaces:
Resource

@Deprecated public class AmazonEKSUserImpersonation extends Object implements Resource
Deprecated.
  • Constructor Details

    • AmazonEKSUserImpersonation

      public AmazonEKSUserImpersonation()
      Deprecated.
  • Method Details

    • getAccessKey

      public String getAccessKey()
      Deprecated.
      The Access Key ID to use to authenticate.
    • setAccessKey

      public void setAccessKey(String in)
      Deprecated.
      The Access Key ID to use to authenticate.
    • getBindInterface

      public String getBindInterface()
      Deprecated.
      The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
      Specified by:
      getBindInterface in interface Resource
    • setBindInterface

      public void setBindInterface(String in)
      Deprecated.
      The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
      Specified by:
      setBindInterface in interface Resource
    • getCertificateAuthority

      public String getCertificateAuthority()
      Deprecated.
      The CA to authenticate TLS connections with.
    • setCertificateAuthority

      public void setCertificateAuthority(String in)
      Deprecated.
      The CA to authenticate TLS connections with.
    • getClusterName

      public String getClusterName()
      Deprecated.
      The name of the cluster to connect to.
    • setClusterName

      public void setClusterName(String in)
      Deprecated.
      The name of the cluster to connect to.
    • getEgressFilter

      public String getEgressFilter()
      Deprecated.
      A filter applied to the routing logic to pin datasource to nodes.
      Specified by:
      getEgressFilter in interface Resource
    • setEgressFilter

      public void setEgressFilter(String in)
      Deprecated.
      A filter applied to the routing logic to pin datasource to nodes.
      Specified by:
      setEgressFilter in interface Resource
    • getEndpoint

      public String getEndpoint()
      Deprecated.
      The endpoint to dial.
    • setEndpoint

      public void setEndpoint(String in)
      Deprecated.
      The endpoint to dial.
    • getHealthcheckNamespace

      public String getHealthcheckNamespace()
      Deprecated.
      The path used to check the health of your connection. Defaults to `default`.
    • setHealthcheckNamespace

      public void setHealthcheckNamespace(String in)
      Deprecated.
      The path used to check the health of your connection. Defaults to `default`.
    • getHealthy

      public boolean getHealthy()
      Deprecated.
      True if the datasource is reachable and the credentials are valid.
    • setHealthy

      public void setHealthy(boolean in)
      Deprecated.
      True if the datasource is reachable and the credentials are valid.
    • getId

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

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

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

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

      public int getPortOverride()
      Deprecated.
      The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
    • setPortOverride

      public void setPortOverride(int in)
      Deprecated.
      The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
    • getProxyClusterId

      public String getProxyClusterId()
      Deprecated.
      ID of the proxy cluster for this resource, if any.
    • setProxyClusterId

      public void setProxyClusterId(String in)
      Deprecated.
      ID of the proxy cluster for this resource, if any.
    • getRegion

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

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

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

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

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

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

      public String getSecretAccessKey()
      Deprecated.
      The Secret Access Key to use to authenticate.
    • setSecretAccessKey

      public void setSecretAccessKey(String in)
      Deprecated.
      The Secret Access Key to use to authenticate.
    • getSecretStoreId

      public String getSecretStoreId()
      Deprecated.
      ID of the secret store containing credentials for this resource, if any.
      Specified by:
      getSecretStoreId in interface Resource
    • setSecretStoreId

      public void setSecretStoreId(String in)
      Deprecated.
      ID of the secret store containing credentials for this resource, if any.
      Specified by:
      setSecretStoreId in interface Resource
    • getSubdomain

      public String getSubdomain()
      Deprecated.
      DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
    • setSubdomain

      public void setSubdomain(String in)
      Deprecated.
      DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
    • getTags

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

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