master Global Access Config
suspend fun masterGlobalAccessConfig(value: Output<ClusterPrivateClusterConfigMasterGlobalAccessConfigArgs>)
suspend fun masterGlobalAccessConfig(value: ClusterPrivateClusterConfigMasterGlobalAccessConfigArgs?)
Parameters
value
Controls cluster master global access settings. If unset, the provider will no longer manage this field and will not modify the previously-set value. Structure is documented below.
suspend fun masterGlobalAccessConfig(argument: suspend ClusterPrivateClusterConfigMasterGlobalAccessConfigArgsBuilder.() -> Unit)
Parameters
argument
Controls cluster master global access settings. If unset, the provider will no longer manage this field and will not modify the previously-set value. Structure is documented below.