Aws Cluster Control Plane Args
constructor(awsServicesAuthentication: Output<AwsClusterControlPlaneAwsServicesAuthenticationArgs>, configEncryption: Output<AwsClusterControlPlaneConfigEncryptionArgs>, databaseEncryption: Output<AwsClusterControlPlaneDatabaseEncryptionArgs>, iamInstanceProfile: Output<String>, instancePlacement: Output<AwsClusterControlPlaneInstancePlacementArgs>? = null, instanceType: Output<String>? = null, mainVolume: Output<AwsClusterControlPlaneMainVolumeArgs>? = null, proxyConfig: Output<AwsClusterControlPlaneProxyConfigArgs>? = null, rootVolume: Output<AwsClusterControlPlaneRootVolumeArgs>? = null, securityGroupIds: Output<List<String>>? = null, sshConfig: Output<AwsClusterControlPlaneSshConfigArgs>? = null, subnetIds: Output<List<String>>, tags: Output<Map<String, String>>? = null, version: Output<String>)