Skip to main content

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

ParameterTypeDescription
options{ credentialsFactory?: AWSCredentialFactory; credentialsManager?: AwsCredentialsManager; clusterEntityTransformer?: EksClusterEntityTransformer; }