master Authorized Networks Config
suspend fun masterAuthorizedNetworksConfig(value: Output<EnvironmentConfigMasterAuthorizedNetworksConfigArgs>)
suspend fun masterAuthorizedNetworksConfig(value: EnvironmentConfigMasterAuthorizedNetworksConfigArgs?)
Parameters
value
Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.
suspend fun masterAuthorizedNetworksConfig(argument: suspend EnvironmentConfigMasterAuthorizedNetworksConfigArgsBuilder.() -> Unit)
Parameters
argument
Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.