Access Control Args
data class AccessControlArgs(val defaultAction: Output<Either<String, DefaultAction>>? = null, val ipAllowList: Output<List<String>>? = null) : ConvertibleToJava<AccessControlArgs>
Constructors
Link copied to clipboard
constructor(defaultAction: Output<Either<String, DefaultAction>>? = null, ipAllowList: Output<List<String>>? = null)