/AWS1/CL_REHEKSSRCCLSTNAMESP00¶
The input source of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_eksclusterarn TYPE /AWS1/REHARN /AWS1/REHARN¶
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:
aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
iv_namespace TYPE /AWS1/REHEKSNAMESPACE /AWS1/REHEKSNAMESPACE¶
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
Queryable Attributes¶
eksClusterArn¶
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:
aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EKSCLUSTERARN() |
Getter for EKSCLUSTERARN, with configurable default |
ASK_EKSCLUSTERARN() |
Getter for EKSCLUSTERARN w/ exceptions if field has no value |
HAS_EKSCLUSTERARN() |
Determine if EKSCLUSTERARN has a value |
namespace¶
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |