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
                fun AccessControlArgs(defaultAction: Output<Either<String, DefaultAction>>? = null, ipAllowList: Output<List<String>>? = null)