trustedKeyGroups

@JvmName(name = "bymfgvkjsbmwhkge")
suspend fun trustedKeyGroups(value: Output<List<String>>)
@JvmName(name = "vtskabnbsspvlycl")
suspend fun trustedKeyGroups(value: List<String>?)

Parameters

value

List of key group IDs that CloudFront can use to validate signed URLs or signed cookies. See the CloudFront User Guide for more information about this feature.


@JvmName(name = "nspwlbrngfekodlb")
suspend fun trustedKeyGroups(vararg values: Output<String>)


@JvmName(name = "uqvdsaidfjybhvbw")
suspend fun trustedKeyGroups(values: List<Output<String>>)
@JvmName(name = "bguryggtjqmpgscs")
suspend fun trustedKeyGroups(vararg values: String)

Parameters

values

List of key group IDs that CloudFront can use to validate signed URLs or signed cookies. See the CloudFront User Guide for more information about this feature.