associatedEntities

@JvmName(name = "tyljnhahbjjyvvyt")
suspend fun associatedEntities(value: Output<List<TargetAssociatedEntityArgs>>)
@JvmName(name = "qiuvbiupgaldgyap")
suspend fun associatedEntities(value: List<TargetAssociatedEntityArgs>?)

Parameters

value

Optional. Map of entity IDs to their associated entities. Associated entities allows specifying places other than the deployment target for specific features. For example, the Gateway API canary can be configured to deploy the HTTPRoute to a different cluster(s) than the deployment cluster using associated entities. An entity ID must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$.


@JvmName(name = "gkxnyfpyukbcgwnf")
suspend fun associatedEntities(vararg values: Output<TargetAssociatedEntityArgs>)


@JvmName(name = "glxnbbwwhmlsxwvs")
suspend fun associatedEntities(values: List<Output<TargetAssociatedEntityArgs>>)
@JvmName(name = "plecxmpdoopymlif")
suspend fun associatedEntities(vararg values: TargetAssociatedEntityArgs)

Parameters

values

Optional. Map of entity IDs to their associated entities. Associated entities allows specifying places other than the deployment target for specific features. For example, the Gateway API canary can be configured to deploy the HTTPRoute to a different cluster(s) than the deployment cluster using associated entities. An entity ID must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$.


@JvmName(name = "udmrqrkgskuyasvs")
suspend fun associatedEntities(argument: List<suspend TargetAssociatedEntityArgsBuilder.() -> Unit>)
@JvmName(name = "xfvjcpqnlwpfwinv")
suspend fun associatedEntities(vararg argument: suspend TargetAssociatedEntityArgsBuilder.() -> Unit)
@JvmName(name = "rtjyfjntkproguwn")
suspend fun associatedEntities(argument: suspend TargetAssociatedEntityArgsBuilder.() -> Unit)

Parameters

argument

Optional. Map of entity IDs to their associated entities. Associated entities allows specifying places other than the deployment target for specific features. For example, the Gateway API canary can be configured to deploy the HTTPRoute to a different cluster(s) than the deployment cluster using associated entities. An entity ID must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$.