Package com.strongdm.api
Class AmazonEKSInstanceProfileUserImpersonation
java.lang.Object
com.strongdm.api.AmazonEKSInstanceProfileUserImpersonation
- All Implemented Interfaces:
Resource
@Deprecated
public class AmazonEKSInstanceProfileUserImpersonation
extends Object
implements Resource
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1).Deprecated.The CA to authenticate TLS connections with.Deprecated.The name of the cluster to connect to.Deprecated.A filter applied to the routing logic to pin datasource to nodes.Deprecated.The endpoint to dial.Deprecated.The path used to check the health of your connection.boolean
Deprecated.True if the datasource is reachable and the credentials are valid.getId()
Deprecated.Unique identifier of the Resource.getName()
Deprecated.Unique human-readable name of the Resource.int
Deprecated.The local port used by clients to connect to this resource.Deprecated.ID of the proxy cluster for this resource, if any.Deprecated.The AWS region to connect to e.g.Deprecated.The role to assume after logging in.Deprecated.The external ID to associate with assume role requests.Deprecated.ID of the secret store containing credentials for this resource, if any.Deprecated.DNS subdomain through which this resource may be accessed on clients.getTags()
Deprecated.Tags is a map of key, value pairs.void
Deprecated.The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1).void
Deprecated.The CA to authenticate TLS connections with.void
setClusterName
(String in) Deprecated.The name of the cluster to connect to.void
Deprecated.A filter applied to the routing logic to pin datasource to nodes.void
setEndpoint
(String in) Deprecated.The endpoint to dial.void
Deprecated.The path used to check the health of your connection.void
setHealthy
(boolean in) Deprecated.True if the datasource is reachable and the credentials are valid.void
Deprecated.Unique identifier of the Resource.void
Deprecated.Unique human-readable name of the Resource.void
setPortOverride
(int in) Deprecated.The local port used by clients to connect to this resource.void
Deprecated.ID of the proxy cluster for this resource, if any.void
Deprecated.The AWS region to connect to e.g.void
setRoleArn
(String in) Deprecated.The role to assume after logging in.void
Deprecated.The external ID to associate with assume role requests.void
Deprecated.ID of the secret store containing credentials for this resource, if any.void
setSubdomain
(String in) Deprecated.DNS subdomain through which this resource may be accessed on clients.void
Deprecated.Tags is a map of key, value pairs.
-
Constructor Details
-
AmazonEKSInstanceProfileUserImpersonation
public AmazonEKSInstanceProfileUserImpersonation()Deprecated.
-
-
Method Details
-
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 interfaceResource
-
setBindInterface
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 interfaceResource
-
getCertificateAuthority
Deprecated.The CA to authenticate TLS connections with. -
setCertificateAuthority
Deprecated.The CA to authenticate TLS connections with. -
getClusterName
Deprecated.The name of the cluster to connect to. -
setClusterName
Deprecated.The name of the cluster to connect to. -
getEgressFilter
Deprecated.A filter applied to the routing logic to pin datasource to nodes.- Specified by:
getEgressFilter
in interfaceResource
-
setEgressFilter
Deprecated.A filter applied to the routing logic to pin datasource to nodes.- Specified by:
setEgressFilter
in interfaceResource
-
getEndpoint
Deprecated.The endpoint to dial. -
setEndpoint
Deprecated.The endpoint to dial. -
getHealthcheckNamespace
Deprecated.The path used to check the health of your connection. Defaults to `default`. -
setHealthcheckNamespace
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
Deprecated.Unique identifier of the Resource. -
setId
Deprecated.Unique identifier of the Resource. -
getName
Deprecated.Unique human-readable name of the Resource. -
setName
Deprecated.Unique human-readable name of the 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
Deprecated.ID of the proxy cluster for this resource, if any. -
setProxyClusterId
Deprecated.ID of the proxy cluster for this resource, if any. -
getRegion
Deprecated.The AWS region to connect to e.g. us-east-1. -
setRegion
Deprecated.The AWS region to connect to e.g. us-east-1. -
getRoleArn
Deprecated.The role to assume after logging in. -
setRoleArn
Deprecated.The role to assume after logging in. -
getRoleExternalId
Deprecated.The external ID to associate with assume role requests. Does nothing if a role ARN is not provided. -
setRoleExternalId
Deprecated.The external ID to associate with assume role requests. Does nothing if a role ARN is not provided. -
getSecretStoreId
Deprecated.ID of the secret store containing credentials for this resource, if any.- Specified by:
getSecretStoreId
in interfaceResource
-
setSecretStoreId
Deprecated.ID of the secret store containing credentials for this resource, if any.- Specified by:
setSecretStoreId
in interfaceResource
-
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
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
Deprecated.Tags is a map of key, value pairs. -
setTags
Deprecated.Tags is a map of key, value pairs.
-