Interface ClusterProvider
Methods
createCluster
- createCluster(scope, vpc, secretsEncryptionKey?, kubernetesVersion?, clusterLogging?): ClusterInfo
Parameters
- scope: Construct
- vpc: IVpc
Optional
secretsEncryptionKey: IKeyOptional
kubernetesVersion: KubernetesVersionOptional
clusterLogging: ControlPlaneLogType[]
ClusterProvider is the interface to which all Cluster Providers should conform.