Aws Cluster Control Plane
constructor(awsServicesAuthentication: AwsClusterControlPlaneAwsServicesAuthentication, configEncryption: AwsClusterControlPlaneConfigEncryption, databaseEncryption: AwsClusterControlPlaneDatabaseEncryption, iamInstanceProfile: String, instancePlacement: AwsClusterControlPlaneInstancePlacement? = null, instanceType: String? = null, mainVolume: AwsClusterControlPlaneMainVolume? = null, proxyConfig: AwsClusterControlPlaneProxyConfig? = null, rootVolume: AwsClusterControlPlaneRootVolume? = null, securityGroupIds: List<String>? = null, sshConfig: AwsClusterControlPlaneSshConfig? = null, subnetIds: List<String>, tags: Map<String, String>? = null, version: String)