trustStores

@JvmName(name = "bhuhrpoylyiveiio")
suspend fun trustStores(value: Output<List<TrustConfigTrustStoreArgs>>)
@JvmName(name = "ctlodbgcraueqmoh")
suspend fun trustStores(value: List<TrustConfigTrustStoreArgs>?)

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. Structure is documented below.


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


@JvmName(name = "ekkfhaleicukjxdl")
suspend fun trustStores(values: List<Output<TrustConfigTrustStoreArgs>>)
@JvmName(name = "uhwlwmyxixqwecdh")
suspend fun trustStores(vararg values: TrustConfigTrustStoreArgs)

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. Structure is documented below.


@JvmName(name = "nqnbdrakdrmqlhur")
suspend fun trustStores(argument: List<suspend TrustConfigTrustStoreArgsBuilder.() -> Unit>)
@JvmName(name = "jtrrqiooixghfceb")
suspend fun trustStores(vararg argument: suspend TrustConfigTrustStoreArgsBuilder.() -> Unit)
@JvmName(name = "dwkrsnbwjvejofqt")
suspend fun trustStores(argument: suspend TrustConfigTrustStoreArgsBuilder.() -> 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. Structure is documented below.