function Associations
Parameters
value
A list of CloudFront functions that are associated with this cache behavior. CloudFront functions must be published to the `LIVE`
stage to associate them with a cache behavior.
Parameters
values
A list of CloudFront functions that are associated with this cache behavior. CloudFront functions must be published to the `LIVE`
stage to associate them with a cache behavior.
suspend fun functionAssociations(argument: List<suspend DistributionFunctionAssociationArgsBuilder.() -> Unit>)
suspend fun functionAssociations(vararg argument: suspend DistributionFunctionAssociationArgsBuilder.() -> Unit)
suspend fun functionAssociations(argument: suspend DistributionFunctionAssociationArgsBuilder.() -> Unit)
Parameters
argument
A list of CloudFront functions that are associated with this cache behavior. CloudFront functions must be published to the `LIVE`
stage to associate them with a cache behavior.