GroupLevelAccessControlArgs

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

Group level network access control.

Constructors

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

Properties

Link copied to clipboard
val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null

Whether or not public network access is allowed for specified resources under the Video Analyzer account.

Functions

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