+ +
+ +

Class AmazonEKSInstanceProfile

+
+
java.lang.Object +
com.strongdm.api.AmazonEKSInstanceProfile
+
+
+
+
All Implemented Interfaces:
+
Resource
+
+
+
public class AmazonEKSInstanceProfile +extends Object +implements Resource
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AmazonEKSInstanceProfile

      +
      public AmazonEKSInstanceProfile()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getBindInterface

      +
      public String getBindInterface()
      +
      Bind interface
      +
      +
      Specified by:
      +
      getBindInterface in interface Resource
      +
      +
      +
    • +
    • +
      +

      setBindInterface

      +
      public void setBindInterface(String in)
      +
      Bind interface
      +
      +
      Specified by:
      +
      setBindInterface in interface Resource
      +
      +
      +
    • +
    • +
      +

      getCertificateAuthority

      +
      public String getCertificateAuthority()
      +
      +
    • +
    • +
      +

      setCertificateAuthority

      +
      public void setCertificateAuthority(String in)
      +
      +
    • +
    • +
      +

      getClusterName

      +
      public String getClusterName()
      +
      +
    • +
    • +
      +

      setClusterName

      +
      public void setClusterName(String in)
      +
      +
    • +
    • +
      +

      getEgressFilter

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

      setEgressFilter

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

      getEndpoint

      +
      public String getEndpoint()
      +
      +
    • +
    • +
      +

      setEndpoint

      +
      public void setEndpoint(String in)
      +
      +
    • +
    • +
      +

      getHealthcheckNamespace

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

      setHealthcheckNamespace

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

      getHealthy

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

      setHealthy

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

      getId

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

      setId

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

      getName

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

      setName

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

      getRegion

      +
      public String getRegion()
      +
      +
    • +
    • +
      +

      setRegion

      +
      public void setRegion(String in)
      +
      +
    • +
    • +
      +

      getRemoteIdentityGroupId

      +
      public String getRemoteIdentityGroupId()
      +
      +
    • +
    • +
      +

      setRemoteIdentityGroupId

      +
      public void setRemoteIdentityGroupId(String in)
      +
      +
    • +
    • +
      +

      getRemoteIdentityHealthcheckUsername

      +
      public String getRemoteIdentityHealthcheckUsername()
      +
      +
    • +
    • +
      +

      setRemoteIdentityHealthcheckUsername

      +
      public void setRemoteIdentityHealthcheckUsername(String in)
      +
      +
    • +
    • +
      +

      getRoleArn

      +
      public String getRoleArn()
      +
      +
    • +
    • +
      +

      setRoleArn

      +
      public void setRoleArn(String in)
      +
      +
    • +
    • +
      +

      getRoleExternalId

      +
      public String getRoleExternalId()
      +
      +
    • +
    • +
      +

      setRoleExternalId

      +
      public void setRoleExternalId(String in)
      +
      +
    • +
    • +
      +

      getSecretStoreId

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

      setSecretStoreId

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

      getTags

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

      setTags

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