/AWS1/CL_AMPEKSCONFIGURATION¶
The EksConfiguration
structure describes the connection to the Amazon EKS cluster from which a scraper collects metrics.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_clusterarn
TYPE /AWS1/AMPCLUSTERARN
/AWS1/AMPCLUSTERARN
¶
ARN of the Amazon EKS cluster.
it_subnetids
TYPE /AWS1/CL_AMPSUBNETIDS_W=>TT_SUBNETIDS
TT_SUBNETIDS
¶
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
Optional arguments:¶
it_securitygroupids
TYPE /AWS1/CL_AMPSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS
TT_SECURITYGROUPIDS
¶
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
Queryable Attributes¶
clusterArn¶
ARN of the Amazon EKS cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLUSTERARN() |
Getter for CLUSTERARN, with configurable default |
ASK_CLUSTERARN() |
Getter for CLUSTERARN w/ exceptions if field has no value |
HAS_CLUSTERARN() |
Determine if CLUSTERARN has a value |
securityGroupIds¶
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS, with configurable default |
ASK_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS w/ exceptions if field has no va |
HAS_SECURITYGROUPIDS() |
Determine if SECURITYGROUPIDS has a value |
subnetIds¶
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUBNETIDS() |
Getter for SUBNETIDS, with configurable default |
ASK_SUBNETIDS() |
Getter for SUBNETIDS w/ exceptions if field has no value |
HAS_SUBNETIDS() |
Determine if SUBNETIDS has a value |