DataCollectionEndpointNetworkAclsArgs

data class DataCollectionEndpointNetworkAclsArgs(val publicNetworkAccess: Output<Either<String, KnownPublicNetworkAccessOptions>>? = null) : ConvertibleToJava<DataCollectionEndpointNetworkAclsArgs>

Network access control rules for the endpoints.

Constructors

Link copied to clipboard
constructor(publicNetworkAccess: Output<Either<String, KnownPublicNetworkAccessOptions>>? = null)

Properties

Link copied to clipboard

The configuration to set whether network access from public internet to the endpoints are allowed.

Functions

Link copied to clipboard
open override fun toJava(): DataCollectionEndpointNetworkAclsArgs