/AWS1/CL_REHEKSSOURCE¶
The input source of the 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.
it_namespaces
TYPE /AWS1/CL_REHEKSNAMESPACELIST_W=>TT_EKSNAMESPACELIST
TT_EKSNAMESPACELIST
¶
The list of namespaces 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 |
namespaces¶
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAMESPACES() |
Getter for NAMESPACES, with configurable default |
ASK_NAMESPACES() |
Getter for NAMESPACES w/ exceptions if field has no value |
HAS_NAMESPACES() |
Determine if NAMESPACES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EKSSOURCELIST
¶
TYPES TT_EKSSOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHEKSSOURCE WITH DEFAULT KEY
.