local Route Entry Lists
suspend fun localRouteEntryLists(value: Output<List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs>>)
suspend fun localRouteEntryLists(value: List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs>)
Parameters
value
The list of route entries of the local VPC. See local_route_entry_list
below.
suspend fun localRouteEntryLists(vararg values: Output<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs>)
suspend fun localRouteEntryLists(values: List<Output<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs>>)
suspend fun localRouteEntryLists(vararg values: FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs)
Parameters
values
The list of route entries of the local VPC. See local_route_entry_list
below.
suspend fun localRouteEntryLists(argument: List<suspend FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgsBuilder.() -> Unit>)
suspend fun localRouteEntryLists(vararg argument: suspend FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgsBuilder.() -> Unit)
suspend fun localRouteEntryLists(argument: suspend FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgsBuilder.() -> Unit)
Parameters
argument
The list of route entries of the local VPC. See local_route_entry_list
below.