aclEntrys

@JvmName(name = "ammkpbmnuajowfur")
suspend fun aclEntrys(value: Output<List<AccessControlListAclEntryArgs>>)
@JvmName(name = "fcgsbitswgcnfpmm")
suspend fun aclEntrys(value: List<AccessControlListAclEntryArgs>?)

Parameters

value

Information list of access control policies. You can add at most 50 IP addresses or CIDR blocks to an ACL in each call. If the IP address or CIDR block that you want to add to an ACL already exists, the IP address or CIDR block is not added. The entries that you add must be CIDR blocks. See acl_entrys below.


@JvmName(name = "ntignqmvrhbcwkol")
suspend fun aclEntrys(vararg values: Output<AccessControlListAclEntryArgs>)


@JvmName(name = "jlwgpgspvrxvhogq")
suspend fun aclEntrys(values: List<Output<AccessControlListAclEntryArgs>>)
@JvmName(name = "qkleetlcawpuxxpf")
suspend fun aclEntrys(vararg values: AccessControlListAclEntryArgs)

Parameters

values

Information list of access control policies. You can add at most 50 IP addresses or CIDR blocks to an ACL in each call. If the IP address or CIDR block that you want to add to an ACL already exists, the IP address or CIDR block is not added. The entries that you add must be CIDR blocks. See acl_entrys below.


@JvmName(name = "vkwbfhnjwaageedy")
suspend fun aclEntrys(argument: List<suspend AccessControlListAclEntryArgsBuilder.() -> Unit>)
@JvmName(name = "hjsdnwelovjcugiv")
suspend fun aclEntrys(vararg argument: suspend AccessControlListAclEntryArgsBuilder.() -> Unit)
@JvmName(name = "xdykeypoqciaxxmp")
suspend fun aclEntrys(argument: suspend AccessControlListAclEntryArgsBuilder.() -> Unit)

Parameters

argument

Information list of access control policies. You can add at most 50 IP addresses or CIDR blocks to an ACL in each call. If the IP address or CIDR block that you want to add to an ACL already exists, the IP address or CIDR block is not added. The entries that you add must be CIDR blocks. See acl_entrys below.