AutoprovisioningNodePoolDefaultsArgs

fun AutoprovisioningNodePoolDefaultsArgs(bootDiskKmsKey: Output<String>? = null, diskSizeGb: Output<Int>? = null, diskType: Output<String>? = null, imageType: Output<String>? = null, management: Output<NodeManagementArgs>? = null, minCpuPlatform: Output<String>? = null, oauthScopes: Output<List<String>>? = null, serviceAccount: Output<String>? = null, shieldedInstanceConfig: Output<ShieldedInstanceConfigArgs>? = null, upgradeSettings: Output<UpgradeSettingsArgs>? = null)