forwarded Query Strings
suspend fun forwardedQueryStrings(value: Output<DistributionCacheBehaviorSettingsForwardedQueryStringsArgs>)
suspend fun forwardedQueryStrings(value: DistributionCacheBehaviorSettingsForwardedQueryStringsArgs?)
Parameters
value
An object that describes the query strings that are forwarded to the origin. Your content is cached based on the query strings that are forwarded. Detailed below
suspend fun forwardedQueryStrings(argument: suspend DistributionCacheBehaviorSettingsForwardedQueryStringsArgsBuilder.() -> Unit)
Parameters
argument
An object that describes the query strings that are forwarded to the origin. Your content is cached based on the query strings that are forwarded. Detailed below