google Analytics
suspend fun googleAnalytics(value: Output<FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalyticsArgs>)
suspend fun googleAnalytics(value: FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalyticsArgs?)
Parameters
value
Operation to be performed on the provided Google Analytics source fields. Valid values are PROJECTION
and BETWEEN
.
suspend fun googleAnalytics(argument: suspend FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalyticsArgsBuilder.() -> Unit)
Parameters
argument
Operation to be performed on the provided Google Analytics source fields. Valid values are PROJECTION
and BETWEEN
.