authorized Networks
suspend fun authorizedNetworks(value: Output<List<ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs>>)
suspend fun authorizedNetworks(value: List<ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs>?)
Parameters
value
The list of external networks that are allowed to connect to the instance using the IP. Structure is documented below.
suspend fun authorizedNetworks(vararg values: Output<ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs>)
suspend fun authorizedNetworks(values: List<Output<ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs>>)
suspend fun authorizedNetworks(vararg values: ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgs)
Parameters
values
The list of external networks that are allowed to connect to the instance using the IP. Structure is documented below.
suspend fun authorizedNetworks(argument: List<suspend ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgsBuilder.() -> Unit>)
suspend fun authorizedNetworks(vararg argument: suspend ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgsBuilder.() -> Unit)
suspend fun authorizedNetworks(argument: suspend ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetworkArgsBuilder.() -> Unit)
Parameters
argument
The list of external networks that are allowed to connect to the instance using the IP. Structure is documented below.