AwsEKSClusterProcessor.(constructor)
Home > @backstage/plugin-catalog-backend-module-aws > AwsEKSClusterProcessor > (constructor)
Constructs a new instance of the AwsEKSClusterProcessor class
Signature:
constructor(options: {
credentialsFactory?: AWSCredentialFactory;
credentialsManager?: AwsCredentialsManager;
clusterEntityTransformer?: EksClusterEntityTransformer;
});
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ credentialsFactory?: AWSCredentialFactory; credentialsManager?: AwsCredentialsManager; clusterEntityTransformer?: EksClusterEntityTransformer; } |