trustStores

@JvmName(name = "nmeblkycsqpvucui")
suspend fun trustStores(value: Output<List<TrustStoreArgs>>)
@JvmName(name = "cjyiqmgkwklmbcjn")
suspend fun trustStores(value: List<TrustStoreArgs>?)

Parameters

value

Set of trust stores to perform validation against. This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation. Only one TrustStore specified is currently allowed.


@JvmName(name = "gqligctxfumfiwev")
suspend fun trustStores(vararg values: Output<TrustStoreArgs>)


@JvmName(name = "bxsnlwnmmnwjugyq")
suspend fun trustStores(values: List<Output<TrustStoreArgs>>)
@JvmName(name = "ujwvignrjuouhcbk")
suspend fun trustStores(vararg values: TrustStoreArgs)

Parameters

values

Set of trust stores to perform validation against. This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation. Only one TrustStore specified is currently allowed.


@JvmName(name = "tocaqxlfsbyjixdk")
suspend fun trustStores(argument: List<suspend TrustStoreArgsBuilder.() -> Unit>)
@JvmName(name = "hdavgqivieppegvh")
suspend fun trustStores(vararg argument: suspend TrustStoreArgsBuilder.() -> Unit)
@JvmName(name = "qvwoyfndknvphjuf")
suspend fun trustStores(argument: suspend TrustStoreArgsBuilder.() -> Unit)

Parameters

argument

Set of trust stores to perform validation against. This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation. Only one TrustStore specified is currently allowed.