local Vpc Cidr Table Lists
suspend fun localVpcCidrTableLists(value: Output<List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs>>)
suspend fun localVpcCidrTableLists(value: List<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs>)
Parameters
value
The network segment list of the local VPC. See local_vpc_cidr_table_list
below.
suspend fun localVpcCidrTableLists(vararg values: Output<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs>)
suspend fun localVpcCidrTableLists(values: List<Output<FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs>>)
suspend fun localVpcCidrTableLists(vararg values: FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgs)
Parameters
values
The network segment list of the local VPC. See local_vpc_cidr_table_list
below.
suspend fun localVpcCidrTableLists(argument: List<suspend FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgsBuilder.() -> Unit>)
suspend fun localVpcCidrTableLists(vararg argument: suspend FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgsBuilder.() -> Unit)
suspend fun localVpcCidrTableLists(argument: suspend FirewallVpcFirewallLocalVpcLocalVpcCidrTableListArgsBuilder.() -> Unit)
Parameters
argument
The network segment list of the local VPC. See local_vpc_cidr_table_list
below.